Search code examples
javascriptcolorshexdraggablehsv

Realtime color picker hsv to hex string?


What I need is a realtime color picker(realtime as in color is generated while the controls are still being dragged and not upon releasing them) that uses some sort of draggable control thingys that one can drag up and down to determine hue saturation and value. The hsv from the draggable thingys should then be converted to a hex string like "#000000". Is this possible? If so, how?


Solution

  • Have a look at

    both should fit your requirements.

    Regards,

    STEFAN