Color spaces of #d7aacc
RGB | 215 | 170 | 204 |
---|---|---|---|
HSL | 0.87 | 0.36 | 0.75 |
HSV | 315° | 21° | 84° |
CMYK | 0.00 | 0.21 | 0.05 0.16 |
XYZ | 53.2981 | 47.5562 | 63.4969 |
Yxy | 47.5562 | 0.3243 | 0.2894 |
Hunter Lab | 68.9610 | 17.2761 | -6.3195 |
CIE-Lab | 74.5441 | 22.0372 | -10.9834 |
#d7aacc color RGB value is (215,170,204).
#d7aacc hex color red value is 215, green value is 170 and the blue value of its RGB is 204. Cylindrical-coordinate representations (also known as HSL) of color #d7aacc hue: 0.87 , saturation: 0.36 and the lightness value of d7aacc is 0.75.
The process color (four color CMYK) of #d7aacc color hex is 0.00, 0.21, 0.05, 0.16. Web safe color of #d7aacc is #cc99cc. Color #d7aacc contains mainly RED color.
Base Numbers
Base | Red | Green | Blue |
---|---|---|---|
Binary | 11010111 | 10101010 | 11001100 |
Octal | 327 | 252 | 314 |
Decimal | 215 | 170 | 204 |
Hex | D7 | AA | CC |
Shades of #d7aacc
Tints of #d7aacc
RGB Percentages of Color #d7aacc
CMYK Percentages of Color #d7aacc
Complementary Color
#d7aacc | #aad7b5 |
#d7aacc Color Preview on Black Background
Lorem ipsum dolor sit amet.
#d7aacc Color Preview on White Background
Lorem ipsum dolor sit amet.
#d7aacc Color CSS Codes
.mybgcolor {background-color:#d7aacc; } .myforecolor {color:#d7aacc; } .mybordercolor {border:3px solid #d7aacc; }
#d7aacc Text Font Color
<p style="color:#d7aacc">Text here</p>
This sample text font color is #d7aacc
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.
#d7aacc Background Color
<div style="background-color:#d7aacc">
Div content here</div>
This div background color is #d7aacc
#d7aacc Border Color
<div style="border:3px solid #d7aacc">
Div here</div>
This div border color is #d7aacc
Css3 Examples
.textShadowRgb { text-shadow: 4px 4px 2px rgba(215,170,204, 0.8); } .textShadowHex { text-shadow: 4px 4px 2px #d7aacc; } .divShadow { -moz-box-shadow: 1px 1px 3px 2px #d7aacc; -webkit-box-shadow: 1px 1px 3px 2px #d7aacc; box-shadow: 1px 1px 3px 2px #d7aacc; }
Text Shadow with RGB Values
<p style="text-shadow: 4px 4px 2px rgba(215,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 #d7aacc">Text here</p>
This text has shadow with hex values.
Div Box Shadow
<div style="-moz-box-shadow: 1px 1px 3px 2px #d7aacc; -webkit-box-shadow: 1px 1px 3px 2px #d7aacc; box-shadow: 1px 1px 3px 2px #d7aacc;">
Div content here</div>
This div box has shadow with color #d7aacc
Comments
No comments written yet.
Please login to write comment.