Color spaces of #d701cb
RGB | 215 | 1 | 203 |
---|---|---|---|
HSL | 0.84 | 0.99 | 0.42 |
HSV | 303° | 100° | 84° |
CMYK | 0.00 | 1.00 | 0.06 0.16 |
XYZ | 38.8147 | 18.7806 | 58.0792 |
Yxy | 18.7806 | 0.3356 | 0.1624 |
Hunter Lab | 43.3366 | 84.0357 | -49.1242 |
CIE-Lab | 50.4295 | 84.6220 | -47.6661 |
#d701cb color RGB value is (215,1,203).
#d701cb hex color red value is 215, green value is 1 and the blue value of its RGB is 203. Cylindrical-coordinate representations (also known as HSL) of color #d701cb hue: 0.84 , saturation: 0.99 and the lightness value of d701cb is 0.42.
The process color (four color CMYK) of #d701cb color hex is 0.00, 1.00, 0.06, 0.16. Web safe color of #d701cb is #cc00cc. Color #d701cb contains mainly RED color.
Base Numbers
Base | Red | Green | Blue |
---|---|---|---|
Binary | 11010111 | 00000001 | 11001011 |
Octal | 327 | 1 | 313 |
Decimal | 215 | 1 | 203 |
Hex | D7 | 1 | CB |
Shades of #d701cb
Tints of #d701cb
RGB Percentages of Color #d701cb
CMYK Percentages of Color #d701cb
Complementary Color
#d701cb | #01d70d |
#d701cb Color Preview on Black Background
Lorem ipsum dolor sit amet.
#d701cb Color Preview on White Background
Lorem ipsum dolor sit amet.
#d701cb Color CSS Codes
.mybgcolor {background-color:#d701cb; } .myforecolor {color:#d701cb; } .mybordercolor {border:3px solid #d701cb; }
#d701cb Text Font Color
<p style="color:#d701cb">Text here</p>
This sample text font color is #d701cb
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.
#d701cb Background Color
<div style="background-color:#d701cb">
Div content here</div>
This div background color is #d701cb
#d701cb Border Color
<div style="border:3px solid #d701cb">
Div here</div>
This div border color is #d701cb
Css3 Examples
.textShadowRgb { text-shadow: 4px 4px 2px rgba(215,1,203, 0.8); } .textShadowHex { text-shadow: 4px 4px 2px #d701cb; } .divShadow { -moz-box-shadow: 1px 1px 3px 2px #d701cb; -webkit-box-shadow: 1px 1px 3px 2px #d701cb; box-shadow: 1px 1px 3px 2px #d701cb; }
Text Shadow with RGB Values
<p style="text-shadow: 4px 4px 2px rgba(215,1,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 #d701cb">Text here</p>
This text has shadow with hex values.
Div Box Shadow
<div style="-moz-box-shadow: 1px 1px 3px 2px #d701cb; -webkit-box-shadow: 1px 1px 3px 2px #d701cb; box-shadow: 1px 1px 3px 2px #d701cb;">
Div content here</div>
This div box has shadow with color #d701cb
Comments
No comments written yet.
Please login to write comment.