Color spaces of #d8abcd
RGB | 216 | 171 | 205 |
---|---|---|---|
HSL | 0.87 | 0.37 | 0.76 |
HSV | 315° | 21° | 85° |
CMYK | 0.00 | 0.21 | 0.05 0.15 |
XYZ | 53.9013 | 48.1325 | 64.2072 |
Yxy | 48.1325 | 0.3242 | 0.2895 |
Hunter Lab | 69.3776 | 17.2706 | -6.3071 |
CIE-Lab | 74.9084 | 22.0167 | -10.9761 |
#d8abcd color RGB value is (216,171,205).
#d8abcd hex color red value is 216, green value is 171 and the blue value of its RGB is 205. Cylindrical-coordinate representations (also known as HSL) of color #d8abcd hue: 0.87 , saturation: 0.37 and the lightness value of d8abcd is 0.76.
The process color (four color CMYK) of #d8abcd color hex is 0.00, 0.21, 0.05, 0.15. Web safe color of #d8abcd is #cc99cc. Color #d8abcd contains mainly RED color.
Base Numbers
Base | Red | Green | Blue |
---|---|---|---|
Binary | 11011000 | 10101011 | 11001101 |
Octal | 330 | 253 | 315 |
Decimal | 216 | 171 | 205 |
Hex | D8 | AB | CD |
Shades of #d8abcd
Tints of #d8abcd
RGB Percentages of Color #d8abcd
CMYK Percentages of Color #d8abcd
Complementary Color
#d8abcd | #abd8b6 |
#d8abcd Color Preview on Black Background
Lorem ipsum dolor sit amet.
#d8abcd Color Preview on White Background
Lorem ipsum dolor sit amet.
#d8abcd Color CSS Codes
.mybgcolor {background-color:#d8abcd; } .myforecolor {color:#d8abcd; } .mybordercolor {border:3px solid #d8abcd; }
#d8abcd Text Font Color
<p style="color:#d8abcd">Text here</p>
This sample text font color is #d8abcd
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.
#d8abcd Background Color
<div style="background-color:#d8abcd">
Div content here</div>
This div background color is #d8abcd
#d8abcd Border Color
<div style="border:3px solid #d8abcd">
Div here</div>
This div border color is #d8abcd
Css3 Examples
.textShadowRgb { text-shadow: 4px 4px 2px rgba(216,171,205, 0.8); } .textShadowHex { text-shadow: 4px 4px 2px #d8abcd; } .divShadow { -moz-box-shadow: 1px 1px 3px 2px #d8abcd; -webkit-box-shadow: 1px 1px 3px 2px #d8abcd; box-shadow: 1px 1px 3px 2px #d8abcd; }
Text Shadow with RGB Values
<p style="text-shadow: 4px 4px 2px rgba(216,171,205, 0.8);">Text here</p>
This text has shadow with rgb values.
Text Shadow with Hex Values
<p style="text-shadow: 4px 4px 2px #d8abcd">Text here</p>
This text has shadow with hex values.
Div Box Shadow
<div style="-moz-box-shadow: 1px 1px 3px 2px #d8abcd; -webkit-box-shadow: 1px 1px 3px 2px #d8abcd; box-shadow: 1px 1px 3px 2px #d8abcd;">
Div content here</div>
This div box has shadow with color #d8abcd
Comments
No comments written yet.
Please login to write comment.