Color spaces of #d3aadd
RGB | 211 | 170 | 221 |
---|---|---|---|
HSL | 0.80 | 0.43 | 0.77 |
HSV | 288° | 23° | 87° |
CMYK | 0.05 | 0.23 | 0.00 0.13 |
XYZ | 54.2898 | 47.8188 | 74.7752 |
Yxy | 47.8188 | 0.3069 | 0.2703 |
Hunter Lab | 69.1511 | 19.1239 | -15.7063 |
CIE-Lab | 74.7105 | 23.8618 | -20.0556 |
#d3aadd color RGB value is (211,170,221).
#d3aadd hex color red value is 211, green value is 170 and the blue value of its RGB is 221. Cylindrical-coordinate representations (also known as HSL) of color #d3aadd hue: 0.80 , saturation: 0.43 and the lightness value of d3aadd is 0.77.
The process color (four color CMYK) of #d3aadd color hex is 0.05, 0.23, 0.00, 0.13. Web safe color of #d3aadd is #cc99cc. Color #d3aadd contains mainly BLUE color.
Base Numbers
Base | Red | Green | Blue |
---|---|---|---|
Binary | 11010011 | 10101010 | 11011101 |
Octal | 323 | 252 | 335 |
Decimal | 211 | 170 | 221 |
Hex | D3 | AA | DD |
Shades of #d3aadd
Tints of #d3aadd
RGB Percentages of Color #d3aadd
CMYK Percentages of Color #d3aadd
Complementary Color
#d3aadd | #b4ddaa |
#d3aadd Color Preview on Black Background
Lorem ipsum dolor sit amet.
#d3aadd Color Preview on White Background
Lorem ipsum dolor sit amet.
#d3aadd Color CSS Codes
.mybgcolor {background-color:#d3aadd; } .myforecolor {color:#d3aadd; } .mybordercolor {border:3px solid #d3aadd; }
#d3aadd Text Font Color
<p style="color:#d3aadd">Text here</p>
This sample text font color is #d3aadd
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.
#d3aadd Background Color
<div style="background-color:#d3aadd">
Div content here</div>
This div background color is #d3aadd
#d3aadd Border Color
<div style="border:3px solid #d3aadd">
Div here</div>
This div border color is #d3aadd
Css3 Examples
.textShadowRgb { text-shadow: 4px 4px 2px rgba(211,170,221, 0.8); } .textShadowHex { text-shadow: 4px 4px 2px #d3aadd; } .divShadow { -moz-box-shadow: 1px 1px 3px 2px #d3aadd; -webkit-box-shadow: 1px 1px 3px 2px #d3aadd; box-shadow: 1px 1px 3px 2px #d3aadd; }
Text Shadow with RGB Values
<p style="text-shadow: 4px 4px 2px rgba(211,170,221, 0.8);">Text here</p>
This text has shadow with rgb values.
Text Shadow with Hex Values
<p style="text-shadow: 4px 4px 2px #d3aadd">Text here</p>
This text has shadow with hex values.
Div Box Shadow
<div style="-moz-box-shadow: 1px 1px 3px 2px #d3aadd; -webkit-box-shadow: 1px 1px 3px 2px #d3aadd; box-shadow: 1px 1px 3px 2px #d3aadd;">
Div content here</div>
This div box has shadow with color #d3aadd
Comments
No comments written yet.
Please login to write comment.