Color spaces of #d416cb
RGB | 212 | 22 | 203 |
---|---|---|---|
HSL | 0.84 | 0.81 | 0.46 |
HSV | 303° | 90° | 83° |
CMYK | 0.00 | 0.90 | 0.04 0.17 |
XYZ | 38.2178 | 18.8827 | 58.1303 |
Yxy | 18.8827 | 0.3317 | 0.1639 |
Hunter Lab | 43.4542 | 80.9451 | -48.8964 |
CIE-Lab | 50.5497 | 82.1927 | -47.5065 |
#d416cb color RGB value is (212,22,203).
#d416cb hex color red value is 212, green value is 22 and the blue value of its RGB is 203. Cylindrical-coordinate representations (also known as HSL) of color #d416cb hue: 0.84 , saturation: 0.81 and the lightness value of d416cb is 0.46.
The process color (four color CMYK) of #d416cb color hex is 0.00, 0.90, 0.04, 0.17. Web safe color of #d416cb is #cc00cc. Color #d416cb contains mainly RED color.
Base Numbers
Base | Red | Green | Blue |
---|---|---|---|
Binary | 11010100 | 00010110 | 11001011 |
Octal | 324 | 26 | 313 |
Decimal | 212 | 22 | 203 |
Hex | D4 | 16 | CB |
Shades of #d416cb
Tints of #d416cb
RGB Percentages of Color #d416cb
CMYK Percentages of Color #d416cb
Complementary Color
#d416cb | #16d41f |
#d416cb Color Preview on Black Background
Lorem ipsum dolor sit amet.
#d416cb Color Preview on White Background
Lorem ipsum dolor sit amet.
#d416cb Color CSS Codes
.mybgcolor {background-color:#d416cb; } .myforecolor {color:#d416cb; } .mybordercolor {border:3px solid #d416cb; }
#d416cb Text Font Color
<p style="color:#d416cb">Text here</p>
This sample text font color is #d416cb
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.
#d416cb Background Color
<div style="background-color:#d416cb">
Div content here</div>
This div background color is #d416cb
#d416cb Border Color
<div style="border:3px solid #d416cb">
Div here</div>
This div border color is #d416cb
Css3 Examples
.textShadowRgb { text-shadow: 4px 4px 2px rgba(212,22,203, 0.8); } .textShadowHex { text-shadow: 4px 4px 2px #d416cb; } .divShadow { -moz-box-shadow: 1px 1px 3px 2px #d416cb; -webkit-box-shadow: 1px 1px 3px 2px #d416cb; box-shadow: 1px 1px 3px 2px #d416cb; }
Text Shadow with RGB Values
<p style="text-shadow: 4px 4px 2px rgba(212,22,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 #d416cb">Text here</p>
This text has shadow with hex values.
Div Box Shadow
<div style="-moz-box-shadow: 1px 1px 3px 2px #d416cb; -webkit-box-shadow: 1px 1px 3px 2px #d416cb; box-shadow: 1px 1px 3px 2px #d416cb;">
Div content here</div>
This div box has shadow with color #d416cb
Comments
No comments written yet.
Please login to write comment.