Color spaces of #d001ce
RGB | 208 | 1 | 206 |
---|---|---|---|
HSL | 0.83 | 0.99 | 0.41 |
HSV | 301° | 100° | 82° |
CMYK | 0.00 | 1.00 | 0.01 0.18 |
XYZ | 37.1639 | 17.8878 | 59.8865 |
Yxy | 17.8878 | 0.3233 | 0.1556 |
Hunter Lab | 42.2940 | 82.8343 | -54.3464 |
CIE-Lab | 49.3597 | 83.8978 | -51.1758 |
#d001ce color RGB value is (208,1,206).
#d001ce hex color red value is 208, green value is 1 and the blue value of its RGB is 206. Cylindrical-coordinate representations (also known as HSL) of color #d001ce hue: 0.83 , saturation: 0.99 and the lightness value of d001ce is 0.41.
The process color (four color CMYK) of #d001ce color hex is 0.00, 1.00, 0.01, 0.18. Web safe color of #d001ce is #cc00cc. Color #d001ce contains mainly RED color.
Base Numbers
Base | Red | Green | Blue |
---|---|---|---|
Binary | 11010000 | 00000001 | 11001110 |
Octal | 320 | 1 | 316 |
Decimal | 208 | 1 | 206 |
Hex | D0 | 1 | CE |
Shades of #d001ce
Tints of #d001ce
RGB Percentages of Color #d001ce
CMYK Percentages of Color #d001ce
Complementary Color
#d001ce | #01d003 |
#d001ce Color Preview on Black Background
Lorem ipsum dolor sit amet.
#d001ce Color Preview on White Background
Lorem ipsum dolor sit amet.
#d001ce Color CSS Codes
.mybgcolor {background-color:#d001ce; } .myforecolor {color:#d001ce; } .mybordercolor {border:3px solid #d001ce; }
#d001ce Text Font Color
<p style="color:#d001ce">Text here</p>
This sample text font color is #d001ce
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.
#d001ce Background Color
<div style="background-color:#d001ce">
Div content here</div>
This div background color is #d001ce
#d001ce Border Color
<div style="border:3px solid #d001ce">
Div here</div>
This div border color is #d001ce
Css3 Examples
.textShadowRgb { text-shadow: 4px 4px 2px rgba(208,1,206, 0.8); } .textShadowHex { text-shadow: 4px 4px 2px #d001ce; } .divShadow { -moz-box-shadow: 1px 1px 3px 2px #d001ce; -webkit-box-shadow: 1px 1px 3px 2px #d001ce; box-shadow: 1px 1px 3px 2px #d001ce; }
Text Shadow with RGB Values
<p style="text-shadow: 4px 4px 2px rgba(208,1,206, 0.8);">Text here</p>
This text has shadow with rgb values.
Text Shadow with Hex Values
<p style="text-shadow: 4px 4px 2px #d001ce">Text here</p>
This text has shadow with hex values.
Div Box Shadow
<div style="-moz-box-shadow: 1px 1px 3px 2px #d001ce; -webkit-box-shadow: 1px 1px 3px 2px #d001ce; box-shadow: 1px 1px 3px 2px #d001ce;">
Div content here</div>
This div box has shadow with color #d001ce
Comments
No comments written yet.
Please login to write comment.