Color spaces of #d06caa
RGB | 208 | 108 | 170 |
---|---|---|---|
HSL | 0.90 | 0.52 | 0.62 |
HSV | 323° | 48° | 82° |
CMYK | 0.00 | 0.48 | 0.18 0.18 |
XYZ | 38.6307 | 27.0373 | 41.2129 |
Yxy | 27.0373 | 0.3614 | 0.2530 |
Hunter Lab | 51.9974 | 41.6185 | -10.5948 |
CIE-Lab | 59.0088 | 47.0551 | -15.3475 |
#d06caa color RGB value is (208,108,170).
#d06caa hex color red value is 208, green value is 108 and the blue value of its RGB is 170. Cylindrical-coordinate representations (also known as HSL) of color #d06caa hue: 0.90 , saturation: 0.52 and the lightness value of d06caa is 0.62.
The process color (four color CMYK) of #d06caa color hex is 0.00, 0.48, 0.18, 0.18. Web safe color of #d06caa is #cc6699. Color #d06caa contains mainly RED color.
Base Numbers
Base | Red | Green | Blue |
---|---|---|---|
Binary | 11010000 | 01101100 | 10101010 |
Octal | 320 | 154 | 252 |
Decimal | 208 | 108 | 170 |
Hex | D0 | 6C | AA |
Shades of #d06caa
Tints of #d06caa
RGB Percentages of Color #d06caa
CMYK Percentages of Color #d06caa
Complementary Color
#d06caa | #6cd092 |
#d06caa Color Preview on Black Background
Lorem ipsum dolor sit amet.
#d06caa Color Preview on White Background
Lorem ipsum dolor sit amet.
#d06caa Color CSS Codes
.mybgcolor {background-color:#d06caa; } .myforecolor {color:#d06caa; } .mybordercolor {border:3px solid #d06caa; }
#d06caa Text Font Color
<p style="color:#d06caa">Text here</p>
This sample text font color is #d06caa
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.
#d06caa Background Color
<div style="background-color:#d06caa">
Div content here</div>
This div background color is #d06caa
#d06caa Border Color
<div style="border:3px solid #d06caa">
Div here</div>
This div border color is #d06caa
Css3 Examples
.textShadowRgb { text-shadow: 4px 4px 2px rgba(208,108,170, 0.8); } .textShadowHex { text-shadow: 4px 4px 2px #d06caa; } .divShadow { -moz-box-shadow: 1px 1px 3px 2px #d06caa; -webkit-box-shadow: 1px 1px 3px 2px #d06caa; box-shadow: 1px 1px 3px 2px #d06caa; }
Text Shadow with RGB Values
<p style="text-shadow: 4px 4px 2px rgba(208,108,170, 0.8);">Text here</p>
This text has shadow with rgb values.
Text Shadow with Hex Values
<p style="text-shadow: 4px 4px 2px #d06caa">Text here</p>
This text has shadow with hex values.
Div Box Shadow
<div style="-moz-box-shadow: 1px 1px 3px 2px #d06caa; -webkit-box-shadow: 1px 1px 3px 2px #d06caa; box-shadow: 1px 1px 3px 2px #d06caa;">
Div content here</div>
This div box has shadow with color #d06caa
Comments
No comments written yet.
Please login to write comment.