Color spaces of #d0aacc
RGB | 208 | 170 | 204 |
---|---|---|---|
HSL | 0.85 | 0.29 | 0.74 |
HSV | 306° | 18° | 82° |
CMYK | 0.00 | 0.18 | 0.02 0.18 |
XYZ | 51.2862 | 46.5190 | 63.4027 |
Yxy | 46.5190 | 0.3181 | 0.2886 |
Hunter Lab | 68.2048 | 14.8635 | -7.3721 |
CIE-Lab | 73.8810 | 19.6407 | -12.0440 |
#d0aacc color RGB value is (208,170,204).
#d0aacc hex color red value is 208, green value is 170 and the blue value of its RGB is 204. Cylindrical-coordinate representations (also known as HSL) of color #d0aacc hue: 0.85 , saturation: 0.29 and the lightness value of d0aacc is 0.74.
The process color (four color CMYK) of #d0aacc color hex is 0.00, 0.18, 0.02, 0.18. Web safe color of #d0aacc is #cc99cc. Color #d0aacc contains mainly RED color.
Base Numbers
Base | Red | Green | Blue |
---|---|---|---|
Binary | 11010000 | 10101010 | 11001100 |
Octal | 320 | 252 | 314 |
Decimal | 208 | 170 | 204 |
Hex | D0 | AA | CC |
Shades of #d0aacc
Tints of #d0aacc
RGB Percentages of Color #d0aacc
CMYK Percentages of Color #d0aacc
Complementary Color
#d0aacc | #aad0ae |
#d0aacc Color Preview on Black Background
Lorem ipsum dolor sit amet.
#d0aacc Color Preview on White Background
Lorem ipsum dolor sit amet.
#d0aacc Color CSS Codes
.mybgcolor {background-color:#d0aacc; } .myforecolor {color:#d0aacc; } .mybordercolor {border:3px solid #d0aacc; }
#d0aacc Text Font Color
<p style="color:#d0aacc">Text here</p>
This sample text font color is #d0aacc
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.
#d0aacc Background Color
<div style="background-color:#d0aacc">
Div content here</div>
This div background color is #d0aacc
#d0aacc Border Color
<div style="border:3px solid #d0aacc">
Div here</div>
This div border color is #d0aacc
Css3 Examples
.textShadowRgb { text-shadow: 4px 4px 2px rgba(208,170,204, 0.8); } .textShadowHex { text-shadow: 4px 4px 2px #d0aacc; } .divShadow { -moz-box-shadow: 1px 1px 3px 2px #d0aacc; -webkit-box-shadow: 1px 1px 3px 2px #d0aacc; box-shadow: 1px 1px 3px 2px #d0aacc; }
Text Shadow with RGB Values
<p style="text-shadow: 4px 4px 2px rgba(208,170,204, 0.8);">Text here</p>
This text has shadow with rgb values.
Text Shadow with Hex Values
<p style="text-shadow: 4px 4px 2px #d0aacc">Text here</p>
This text has shadow with hex values.
Div Box Shadow
<div style="-moz-box-shadow: 1px 1px 3px 2px #d0aacc; -webkit-box-shadow: 1px 1px 3px 2px #d0aacc; box-shadow: 1px 1px 3px 2px #d0aacc;">
Div content here</div>
This div box has shadow with color #d0aacc
Comments
No comments written yet.
Please login to write comment.