value String|kendo.Color (default: null)

The initially selected color. Note that when initializing the widget from an <input> element, the initial color will be decided by the field instead.

Example

<div id="colorpicker"></div>
<script>
$("#colorpicker").kendoColorPicker({
  value: "#b72bba"
});
</script>
In this article