Color spaces of #c017db
RGB | 192 | 23 | 219 |
---|---|---|---|
HSL | 0.81 | 0.81 | 0.47 |
HSV | 292° | 89° | 86° |
CMYK | 0.12 | 0.89 | 0.00 0.14 |
XYZ | 34.8308 | 16.9337 | 68.4506 |
Yxy | 16.9337 | 0.2897 | 0.1409 |
Hunter Lab | 41.1506 | 79.0730 | -69.8186 |
CIE-Lab | 48.1764 | 81.1815 | -60.6820 |
#c017db color RGB value is (192,23,219).
#c017db hex color red value is 192, green value is 23 and the blue value of its RGB is 219. Cylindrical-coordinate representations (also known as HSL) of color #c017db hue: 0.81 , saturation: 0.81 and the lightness value of c017db is 0.47.
The process color (four color CMYK) of #c017db color hex is 0.12, 0.89, 0.00, 0.14. Web safe color of #c017db is #cc00cc. Color #c017db contains mainly BLUE color.
Base Numbers
Base | Red | Green | Blue |
---|---|---|---|
Binary | 11000000 | 00010111 | 11011011 |
Octal | 300 | 27 | 333 |
Decimal | 192 | 23 | 219 |
Hex | C0 | 17 | DB |
Shades of #c017db
Tints of #c017db
RGB Percentages of Color #c017db
CMYK Percentages of Color #c017db
Complementary Color
#c017db | #32db17 |
#c017db Color Preview on Black Background
Lorem ipsum dolor sit amet.
#c017db Color Preview on White Background
Lorem ipsum dolor sit amet.
#c017db Color CSS Codes
.mybgcolor {background-color:#c017db; } .myforecolor {color:#c017db; } .mybordercolor {border:3px solid #c017db; }
#c017db Text Font Color
<p style="color:#c017db">Text here</p>
This sample text font color is #c017db
Lorem ipsum dolor sit amet, consectetur adipisicing elit, sed do eiusmod tempor incididunt ut labore et dolore magna aliqua. Ut enim ad minim veniam, quis nostrud exercitation ullamco laboris nisi ut aliquip ex ea commodo consequat.
#c017db Background Color
<div style="background-color:#c017db">
Div content here</div>
This div background color is #c017db
#c017db Border Color
<div style="border:3px solid #c017db">
Div here</div>
This div border color is #c017db
Css3 Examples
.textShadowRgb { text-shadow: 4px 4px 2px rgba(192,23,219, 0.8); } .textShadowHex { text-shadow: 4px 4px 2px #c017db; } .divShadow { -moz-box-shadow: 1px 1px 3px 2px #c017db; -webkit-box-shadow: 1px 1px 3px 2px #c017db; box-shadow: 1px 1px 3px 2px #c017db; }
Text Shadow with RGB Values
<p style="text-shadow: 4px 4px 2px rgba(192,23,219, 0.8);">Text here</p>
This text has shadow with rgb values.
Text Shadow with Hex Values
<p style="text-shadow: 4px 4px 2px #c017db">Text here</p>
This text has shadow with hex values.
Div Box Shadow
<div style="-moz-box-shadow: 1px 1px 3px 2px #c017db; -webkit-box-shadow: 1px 1px 3px 2px #c017db; box-shadow: 1px 1px 3px 2px #c017db;">
Div content here</div>
This div box has shadow with color #c017db
Comments
No comments written yet.
Please login to write comment.