Color spaces of #d3acdb
RGB | 211 | 172 | 219 |
---|---|---|---|
HSL | 0.80 | 0.39 | 0.77 |
HSV | 290° | 21° | 86° |
CMYK | 0.04 | 0.21 | 0.00 0.14 |
XYZ | 54.4027 | 48.4684 | 73.5058 |
Yxy | 48.4684 | 0.3084 | 0.2748 |
Hunter Lab | 69.6193 | 17.6519 | -13.8664 |
CIE-Lab | 75.1194 | 22.3866 | -18.3464 |
#d3acdb color RGB value is (211,172,219).
#d3acdb hex color red value is 211, green value is 172 and the blue value of its RGB is 219. Cylindrical-coordinate representations (also known as HSL) of color #d3acdb hue: 0.80 , saturation: 0.39 and the lightness value of d3acdb is 0.77.
The process color (four color CMYK) of #d3acdb color hex is 0.04, 0.21, 0.00, 0.14. Web safe color of #d3acdb is #cc99cc. Color #d3acdb contains mainly BLUE color.
Base Numbers
Base | Red | Green | Blue |
---|---|---|---|
Binary | 11010011 | 10101100 | 11011011 |
Octal | 323 | 254 | 333 |
Decimal | 211 | 172 | 219 |
Hex | D3 | AC | DB |
Shades of #d3acdb
Tints of #d3acdb
RGB Percentages of Color #d3acdb
CMYK Percentages of Color #d3acdb
Complementary Color
#d3acdb | #b4dbac |
#d3acdb Color Preview on Black Background
Lorem ipsum dolor sit amet.
#d3acdb Color Preview on White Background
Lorem ipsum dolor sit amet.
#d3acdb Color CSS Codes
.mybgcolor {background-color:#d3acdb; } .myforecolor {color:#d3acdb; } .mybordercolor {border:3px solid #d3acdb; }
#d3acdb Text Font Color
<p style="color:#d3acdb">Text here</p>
This sample text font color is #d3acdb
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.
#d3acdb Background Color
<div style="background-color:#d3acdb">
Div content here</div>
This div background color is #d3acdb
#d3acdb Border Color
<div style="border:3px solid #d3acdb">
Div here</div>
This div border color is #d3acdb
Css3 Examples
.textShadowRgb { text-shadow: 4px 4px 2px rgba(211,172,219, 0.8); } .textShadowHex { text-shadow: 4px 4px 2px #d3acdb; } .divShadow { -moz-box-shadow: 1px 1px 3px 2px #d3acdb; -webkit-box-shadow: 1px 1px 3px 2px #d3acdb; box-shadow: 1px 1px 3px 2px #d3acdb; }
Text Shadow with RGB Values
<p style="text-shadow: 4px 4px 2px rgba(211,172,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 #d3acdb">Text here</p>
This text has shadow with hex values.
Div Box Shadow
<div style="-moz-box-shadow: 1px 1px 3px 2px #d3acdb; -webkit-box-shadow: 1px 1px 3px 2px #d3acdb; box-shadow: 1px 1px 3px 2px #d3acdb;">
Div content here</div>
This div box has shadow with color #d3acdb
#d3acdb Color Palettes
Comments
No comments written yet.
Please login to write comment.