Product Bundles
DevCraft
All Telerik .NET tools and Kendo UI JavaScript components in one package. Now enhanced with:
Web
Mobile
Document Management
Desktop
Reporting
Testing & Mocking
CMS
AI Productivity Tools
UI/UX Tools
Debugging
Free Tools
Support and Learning
Productivity and Design Tools
Returns a string in "FF0000" form (without a leading #).
"FF0000"
#
String The color in hex notation.
String
<script> var color = kendo.parseColor("#ff0000"); /* The result can be observed in the DevTools(F12) console of the browser. */ console.log(color.toHex()); // logs "ff0000" </script>