views:

574

answers:

4

I need to have a JQuery color Picker, where I can change the different HTML elements on a page. It should be easy to implement, I should be able to pick a color, enter RGB values and Hex values. Which plugin is the best hassle free to use.

+1  A: 

How about ColorPicker? It allows you to enter hex/RGB/HSB, or click on a nice colour chart.

Dominic Rodger
A: 

What about This plugin

al nik
That plugin's pretty broken in Chrome.
Dominic Rodger
+3  A: 

This jQuery plugin is quite simple. You can enter Hex value but there is no method for RGB (as seems from demo page).

TheVillageIdiot
I use this one in my projects, it's one of the most accurate and easy to use of the lot.
Krof Drakula
I use Fabtastic as well... check out this SO answer (http://stackoverflow.com/questions/638948/background-color-hex-to-js-variable-jquery) on how to convert RGB to hex
fudgey
+1  A: 

http://www.eyecon.ro/colorpicker/

RedWolves