Color spaces of #d60bcc
RGB | 214 | 11 | 204 |
---|---|---|---|
HSL | 0.84 | 0.90 | 0.44 |
HSV | 303° | 95° | 84° |
CMYK | 0.00 | 0.95 | 0.05 0.16 |
XYZ | 38.7503 | 18.8951 | 58.7315 |
Yxy | 18.8951 | 0.3330 | 0.1624 |
Hunter Lab | 43.4685 | 83.0552 | -49.6804 |
CIE-Lab | 50.5643 | 83.8360 | -48.0388 |
#d60bcc color RGB value is (214,11,204).
#d60bcc hex color red value is 214, green value is 11 and the blue value of its RGB is 204. Cylindrical-coordinate representations (also known as HSL) of color #d60bcc hue: 0.84 , saturation: 0.90 and the lightness value of d60bcc is 0.44.
The process color (four color CMYK) of #d60bcc color hex is 0.00, 0.95, 0.05, 0.16. Web safe color of #d60bcc is #cc00cc. Color #d60bcc contains mainly RED color.
Base Numbers
Base | Red | Green | Blue |
---|---|---|---|
Binary | 11010110 | 00001011 | 11001100 |
Octal | 326 | 13 | 314 |
Decimal | 214 | 11 | 204 |
Hex | D6 | B | CC |
Shades of #d60bcc
Tints of #d60bcc
RGB Percentages of Color #d60bcc
CMYK Percentages of Color #d60bcc
Complementary Color
#d60bcc | #0bd615 |
#d60bcc Color Preview on Black Background
Lorem ipsum dolor sit amet.
#d60bcc Color Preview on White Background
Lorem ipsum dolor sit amet.
#d60bcc Color CSS Codes
.mybgcolor {background-color:#d60bcc; } .myforecolor {color:#d60bcc; } .mybordercolor {border:3px solid #d60bcc; }
#d60bcc Text Font Color
<p style="color:#d60bcc">Text here</p>
This sample text font color is #d60bcc
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.
#d60bcc Background Color
<div style="background-color:#d60bcc">
Div content here</div>
This div background color is #d60bcc
#d60bcc Border Color
<div style="border:3px solid #d60bcc">
Div here</div>
This div border color is #d60bcc
Css3 Examples
.textShadowRgb { text-shadow: 4px 4px 2px rgba(214,11,204, 0.8); } .textShadowHex { text-shadow: 4px 4px 2px #d60bcc; } .divShadow { -moz-box-shadow: 1px 1px 3px 2px #d60bcc; -webkit-box-shadow: 1px 1px 3px 2px #d60bcc; box-shadow: 1px 1px 3px 2px #d60bcc; }
Text Shadow with RGB Values
<p style="text-shadow: 4px 4px 2px rgba(214,11,204, 0.8);">Text here</p>
This text has shadow with rgb values.
Text Shadow with Hex Values
<p style="text-shadow: 4px 4px 2px #d60bcc">Text here</p>
This text has shadow with hex values.
Div Box Shadow
<div style="-moz-box-shadow: 1px 1px 3px 2px #d60bcc; -webkit-box-shadow: 1px 1px 3px 2px #d60bcc; box-shadow: 1px 1px 3px 2px #d60bcc;">
Div content here</div>
This div box has shadow with color #d60bcc
Comments
No comments written yet.
Please login to write comment.