Color spaces of #d4addb
RGB | 212 | 173 | 219 |
---|---|---|---|
HSL | 0.81 | 0.39 | 0.77 |
HSV | 291° | 21° | 86° |
CMYK | 0.03 | 0.21 | 0.00 0.14 |
XYZ | 54.8811 | 48.9987 | 73.5830 |
Yxy | 48.9987 | 0.3093 | 0.2761 |
Hunter Lab | 69.9991 | 17.4503 | -13.3263 |
CIE-Lab | 75.4505 | 22.1727 | -17.8369 |
#d4addb color RGB value is (212,173,219).
#d4addb hex color red value is 212, green value is 173 and the blue value of its RGB is 219. Cylindrical-coordinate representations (also known as HSL) of color #d4addb hue: 0.81 , saturation: 0.39 and the lightness value of d4addb is 0.77.
The process color (four color CMYK) of #d4addb color hex is 0.03, 0.21, 0.00, 0.14. Web safe color of #d4addb is #cc99cc. Color #d4addb contains mainly BLUE color.
Base Numbers
Base | Red | Green | Blue |
---|---|---|---|
Binary | 11010100 | 10101101 | 11011011 |
Octal | 324 | 255 | 333 |
Decimal | 212 | 173 | 219 |
Hex | D4 | AD | DB |
Shades of #d4addb
Tints of #d4addb
RGB Percentages of Color #d4addb
CMYK Percentages of Color #d4addb
Complementary Color
#d4addb | #b4dbad |
#d4addb Color Preview on Black Background
Lorem ipsum dolor sit amet.
#d4addb Color Preview on White Background
Lorem ipsum dolor sit amet.
#d4addb Color CSS Codes
.mybgcolor {background-color:#d4addb; } .myforecolor {color:#d4addb; } .mybordercolor {border:3px solid #d4addb; }
#d4addb Text Font Color
<p style="color:#d4addb">Text here</p>
This sample text font color is #d4addb
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.
#d4addb Background Color
<div style="background-color:#d4addb">
Div content here</div>
This div background color is #d4addb
#d4addb Border Color
<div style="border:3px solid #d4addb">
Div here</div>
This div border color is #d4addb
Css3 Examples
.textShadowRgb { text-shadow: 4px 4px 2px rgba(212,173,219, 0.8); } .textShadowHex { text-shadow: 4px 4px 2px #d4addb; } .divShadow { -moz-box-shadow: 1px 1px 3px 2px #d4addb; -webkit-box-shadow: 1px 1px 3px 2px #d4addb; box-shadow: 1px 1px 3px 2px #d4addb; }
Text Shadow with RGB Values
<p style="text-shadow: 4px 4px 2px rgba(212,173,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 #d4addb">Text here</p>
This text has shadow with hex values.
Div Box Shadow
<div style="-moz-box-shadow: 1px 1px 3px 2px #d4addb; -webkit-box-shadow: 1px 1px 3px 2px #d4addb; box-shadow: 1px 1px 3px 2px #d4addb;">
Div content here</div>
This div box has shadow with color #d4addb
Comments
No comments written yet.
Please login to write comment.