Color spaces of #d8819c
RGB | 216 | 129 | 156 |
---|---|---|---|
HSL | 0.95 | 0.53 | 0.68 |
HSV | 341° | 40° | 85° |
CMYK | 0.00 | 0.40 | 0.28 0.15 |
XYZ | 42.1699 | 32.6997 | 35.5416 |
Yxy | 32.6997 | 0.3819 | 0.2962 |
Hunter Lab | 57.1837 | 31.5629 | 3.1778 |
CIE-Lab | 63.9170 | 36.8810 | 0.0811 |
#d8819c color RGB value is (216,129,156).
#d8819c hex color red value is 216, green value is 129 and the blue value of its RGB is 156. Cylindrical-coordinate representations (also known as HSL) of color #d8819c hue: 0.95 , saturation: 0.53 and the lightness value of d8819c is 0.68.
The process color (four color CMYK) of #d8819c color hex is 0.00, 0.40, 0.28, 0.15. Web safe color of #d8819c is #cc9999. Color #d8819c contains mainly RED color.
Base Numbers
Base | Red | Green | Blue |
---|---|---|---|
Binary | 11011000 | 10000001 | 10011100 |
Octal | 330 | 201 | 234 |
Decimal | 216 | 129 | 156 |
Hex | D8 | 81 | 9C |
Shades of #d8819c
Tints of #d8819c
RGB Percentages of Color #d8819c
CMYK Percentages of Color #d8819c
Complementary Color
#d8819c | #81d8bd |
#d8819c Color Preview on Black Background
Lorem ipsum dolor sit amet.
#d8819c Color Preview on White Background
Lorem ipsum dolor sit amet.
#d8819c Color CSS Codes
.mybgcolor {background-color:#d8819c; } .myforecolor {color:#d8819c; } .mybordercolor {border:3px solid #d8819c; }
#d8819c Text Font Color
<p style="color:#d8819c">Text here</p>
This sample text font color is #d8819c
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.
#d8819c Background Color
<div style="background-color:#d8819c">
Div content here</div>
This div background color is #d8819c
#d8819c Border Color
<div style="border:3px solid #d8819c">
Div here</div>
This div border color is #d8819c
Css3 Examples
.textShadowRgb { text-shadow: 4px 4px 2px rgba(216,129,156, 0.8); } .textShadowHex { text-shadow: 4px 4px 2px #d8819c; } .divShadow { -moz-box-shadow: 1px 1px 3px 2px #d8819c; -webkit-box-shadow: 1px 1px 3px 2px #d8819c; box-shadow: 1px 1px 3px 2px #d8819c; }
Text Shadow with RGB Values
<p style="text-shadow: 4px 4px 2px rgba(216,129,156, 0.8);">Text here</p>
This text has shadow with rgb values.
Text Shadow with Hex Values
<p style="text-shadow: 4px 4px 2px #d8819c">Text here</p>
This text has shadow with hex values.
Div Box Shadow
<div style="-moz-box-shadow: 1px 1px 3px 2px #d8819c; -webkit-box-shadow: 1px 1px 3px 2px #d8819c; box-shadow: 1px 1px 3px 2px #d8819c;">
Div content here</div>
This div box has shadow with color #d8819c
Comments
No comments written yet.
Please login to write comment.