Color spaces of #d90bcc
RGB | 217 | 11 | 204 |
---|---|---|---|
HSL | 0.84 | 0.90 | 0.45 |
HSV | 304° | 95° | 85° |
CMYK | 0.00 | 0.95 | 0.06 0.15 |
XYZ | 39.6340 | 19.3507 | 58.7729 |
Yxy | 19.3507 | 0.3366 | 0.1643 |
Hunter Lab | 43.9894 | 83.8451 | -48.4229 |
CIE-Lab | 51.0950 | 84.3454 | -47.1619 |
#d90bcc color RGB value is (217,11,204).
#d90bcc hex color red value is 217, green value is 11 and the blue value of its RGB is 204. Cylindrical-coordinate representations (also known as HSL) of color #d90bcc hue: 0.84 , saturation: 0.90 and the lightness value of d90bcc is 0.45.
The process color (four color CMYK) of #d90bcc color hex is 0.00, 0.95, 0.06, 0.15. Web safe color of #d90bcc is #cc00cc. Color #d90bcc contains mainly RED color.
Base Numbers
Base | Red | Green | Blue |
---|---|---|---|
Binary | 11011001 | 00001011 | 11001100 |
Octal | 331 | 13 | 314 |
Decimal | 217 | 11 | 204 |
Hex | D9 | B | CC |
Shades of #d90bcc
Tints of #d90bcc
RGB Percentages of Color #d90bcc
CMYK Percentages of Color #d90bcc
Complementary Color
#d90bcc | #0bd918 |
#d90bcc Color Preview on Black Background
Lorem ipsum dolor sit amet.
#d90bcc Color Preview on White Background
Lorem ipsum dolor sit amet.
#d90bcc Color CSS Codes
.mybgcolor {background-color:#d90bcc; } .myforecolor {color:#d90bcc; } .mybordercolor {border:3px solid #d90bcc; }
#d90bcc Text Font Color
<p style="color:#d90bcc">Text here</p>
This sample text font color is #d90bcc
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.
#d90bcc Background Color
<div style="background-color:#d90bcc">
Div content here</div>
This div background color is #d90bcc
#d90bcc Border Color
<div style="border:3px solid #d90bcc">
Div here</div>
This div border color is #d90bcc
Css3 Examples
.textShadowRgb { text-shadow: 4px 4px 2px rgba(217,11,204, 0.8); } .textShadowHex { text-shadow: 4px 4px 2px #d90bcc; } .divShadow { -moz-box-shadow: 1px 1px 3px 2px #d90bcc; -webkit-box-shadow: 1px 1px 3px 2px #d90bcc; box-shadow: 1px 1px 3px 2px #d90bcc; }
Text Shadow with RGB Values
<p style="text-shadow: 4px 4px 2px rgba(217,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 #d90bcc">Text here</p>
This text has shadow with hex values.
Div Box Shadow
<div style="-moz-box-shadow: 1px 1px 3px 2px #d90bcc; -webkit-box-shadow: 1px 1px 3px 2px #d90bcc; box-shadow: 1px 1px 3px 2px #d90bcc;">
Div content here</div>
This div box has shadow with color #d90bcc
Comments
No comments written yet.
Please login to write comment.