Color spaces of #d2aedb
RGB | 210 | 174 | 219 |
---|---|---|---|
HSL | 0.80 | 0.38 | 0.77 |
HSV | 288° | 21° | 86° |
CMYK | 0.04 | 0.21 | 0.00 0.14 |
XYZ | 54.5006 | 49.0882 | 73.6203 |
Yxy | 49.0882 | 0.3075 | 0.2770 |
Hunter Lab | 70.0630 | 16.2414 | -13.2563 |
CIE-Lab | 75.5062 | 20.9684 | -17.7706 |
#d2aedb color RGB value is (210,174,219).
#d2aedb hex color red value is 210, green value is 174 and the blue value of its RGB is 219. Cylindrical-coordinate representations (also known as HSL) of color #d2aedb hue: 0.80 , saturation: 0.38 and the lightness value of d2aedb is 0.77.
The process color (four color CMYK) of #d2aedb color hex is 0.04, 0.21, 0.00, 0.14. Web safe color of #d2aedb is #cc99cc. Color #d2aedb contains mainly BLUE color.
Base Numbers
Base | Red | Green | Blue |
---|---|---|---|
Binary | 11010010 | 10101110 | 11011011 |
Octal | 322 | 256 | 333 |
Decimal | 210 | 174 | 219 |
Hex | D2 | AE | DB |
Shades of #d2aedb
Tints of #d2aedb
RGB Percentages of Color #d2aedb
CMYK Percentages of Color #d2aedb
Complementary Color
#d2aedb | #b7dbae |
#d2aedb Color Preview on Black Background
Lorem ipsum dolor sit amet.
#d2aedb Color Preview on White Background
Lorem ipsum dolor sit amet.
#d2aedb Color CSS Codes
.mybgcolor {background-color:#d2aedb; } .myforecolor {color:#d2aedb; } .mybordercolor {border:3px solid #d2aedb; }
#d2aedb Text Font Color
<p style="color:#d2aedb">Text here</p>
This sample text font color is #d2aedb
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.
#d2aedb Background Color
<div style="background-color:#d2aedb">
Div content here</div>
This div background color is #d2aedb
#d2aedb Border Color
<div style="border:3px solid #d2aedb">
Div here</div>
This div border color is #d2aedb
Css3 Examples
.textShadowRgb { text-shadow: 4px 4px 2px rgba(210,174,219, 0.8); } .textShadowHex { text-shadow: 4px 4px 2px #d2aedb; } .divShadow { -moz-box-shadow: 1px 1px 3px 2px #d2aedb; -webkit-box-shadow: 1px 1px 3px 2px #d2aedb; box-shadow: 1px 1px 3px 2px #d2aedb; }
Text Shadow with RGB Values
<p style="text-shadow: 4px 4px 2px rgba(210,174,219, 0.8);">Text here</p>
This text has shadow with rgb values.
Text Shadow with Hex Values
<p style="text-shadow: 4px 4px 2px #d2aedb">Text here</p>
This text has shadow with hex values.
Div Box Shadow
<div style="-moz-box-shadow: 1px 1px 3px 2px #d2aedb; -webkit-box-shadow: 1px 1px 3px 2px #d2aedb; box-shadow: 1px 1px 3px 2px #d2aedb;">
Div content here</div>
This div box has shadow with color #d2aedb
Comments
No comments written yet.
Please login to write comment.