Color spaces of #d900cb
RGB | 217 | 0 | 203 |
---|---|---|---|
HSL | 0.84 | 1.00 | 0.43 |
HSV | 304° | 100° | 85° |
CMYK | 0.00 | 1.00 | 0.06 0.15 |
XYZ | 39.3948 | 19.0635 | 58.1032 |
Yxy | 19.0635 | 0.3380 | 0.1635 |
Hunter Lab | 43.6618 | 84.6475 | -48.3373 |
CIE-Lab | 50.7614 | 85.0304 | -47.1162 |
#d900cb color RGB value is (217,0,203).
#d900cb hex color red value is 217, green value is 0 and the blue value of its RGB is 203. Cylindrical-coordinate representations (also known as HSL) of color #d900cb hue: 0.84 , saturation: 1.00 and the lightness value of d900cb is 0.43.
The process color (four color CMYK) of #d900cb color hex is 0.00, 1.00, 0.06, 0.15. Web safe color of #d900cb is #cc00cc. Color #d900cb contains mainly RED color.
Base Numbers
Base | Red | Green | Blue |
---|---|---|---|
Binary | 11011001 | 00000000 | 11001011 |
Octal | 331 | 0 | 313 |
Decimal | 217 | 0 | 203 |
Hex | D9 | 0 | CB |
Shades of #d900cb
Tints of #d900cb
RGB Percentages of Color #d900cb
CMYK Percentages of Color #d900cb
Complementary Color
#d900cb | #00d90e |
#d900cb Color Preview on Black Background
Lorem ipsum dolor sit amet.
#d900cb Color Preview on White Background
Lorem ipsum dolor sit amet.
#d900cb Color CSS Codes
.mybgcolor {background-color:#d900cb; } .myforecolor {color:#d900cb; } .mybordercolor {border:3px solid #d900cb; }
#d900cb Text Font Color
<p style="color:#d900cb">Text here</p>
This sample text font color is #d900cb
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.
#d900cb Background Color
<div style="background-color:#d900cb">
Div content here</div>
This div background color is #d900cb
#d900cb Border Color
<div style="border:3px solid #d900cb">
Div here</div>
This div border color is #d900cb
Css3 Examples
.textShadowRgb { text-shadow: 4px 4px 2px rgba(217,0,203, 0.8); } .textShadowHex { text-shadow: 4px 4px 2px #d900cb; } .divShadow { -moz-box-shadow: 1px 1px 3px 2px #d900cb; -webkit-box-shadow: 1px 1px 3px 2px #d900cb; box-shadow: 1px 1px 3px 2px #d900cb; }
Text Shadow with RGB Values
<p style="text-shadow: 4px 4px 2px rgba(217,0,203, 0.8);">Text here</p>
This text has shadow with rgb values.
Text Shadow with Hex Values
<p style="text-shadow: 4px 4px 2px #d900cb">Text here</p>
This text has shadow with hex values.
Div Box Shadow
<div style="-moz-box-shadow: 1px 1px 3px 2px #d900cb; -webkit-box-shadow: 1px 1px 3px 2px #d900cb; box-shadow: 1px 1px 3px 2px #d900cb;">
Div content here</div>
This div box has shadow with color #d900cb
Comments
No comments written yet.
Please login to write comment.