Color spaces of #daa8dd
RGB | 218 | 168 | 221 |
---|---|---|---|
HSL | 0.82 | 0.44 | 0.76 |
HSV | 297° | 24° | 87° |
CMYK | 0.01 | 0.24 | 0.00 0.13 |
XYZ | 55.9672 | 48.1311 | 74.7471 |
Yxy | 48.1311 | 0.3129 | 0.2691 |
Hunter Lab | 69.3766 | 22.5898 | -15.3161 |
CIE-Lab | 74.9075 | 27.2418 | -19.6938 |
#daa8dd color RGB value is (218,168,221).
#daa8dd hex color red value is 218, green value is 168 and the blue value of its RGB is 221. Cylindrical-coordinate representations (also known as HSL) of color #daa8dd hue: 0.82 , saturation: 0.44 and the lightness value of daa8dd is 0.76.
The process color (four color CMYK) of #daa8dd color hex is 0.01, 0.24, 0.00, 0.13. Web safe color of #daa8dd is #cc99cc. Color #daa8dd contains mainly BLUE color.
Base Numbers
Base | Red | Green | Blue |
---|---|---|---|
Binary | 11011010 | 10101000 | 11011101 |
Octal | 332 | 250 | 335 |
Decimal | 218 | 168 | 221 |
Hex | DA | A8 | DD |
Shades of #daa8dd
Tints of #daa8dd
RGB Percentages of Color #daa8dd
CMYK Percentages of Color #daa8dd
Complementary Color
#daa8dd | #abdda8 |
#daa8dd Color Preview on Black Background
Lorem ipsum dolor sit amet.
#daa8dd Color Preview on White Background
Lorem ipsum dolor sit amet.
#daa8dd Color CSS Codes
.mybgcolor {background-color:#daa8dd; } .myforecolor {color:#daa8dd; } .mybordercolor {border:3px solid #daa8dd; }
#daa8dd Text Font Color
<p style="color:#daa8dd">Text here</p>
This sample text font color is #daa8dd
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.
#daa8dd Background Color
<div style="background-color:#daa8dd">
Div content here</div>
This div background color is #daa8dd
#daa8dd Border Color
<div style="border:3px solid #daa8dd">
Div here</div>
This div border color is #daa8dd
Css3 Examples
.textShadowRgb { text-shadow: 4px 4px 2px rgba(218,168,221, 0.8); } .textShadowHex { text-shadow: 4px 4px 2px #daa8dd; } .divShadow { -moz-box-shadow: 1px 1px 3px 2px #daa8dd; -webkit-box-shadow: 1px 1px 3px 2px #daa8dd; box-shadow: 1px 1px 3px 2px #daa8dd; }
Text Shadow with RGB Values
<p style="text-shadow: 4px 4px 2px rgba(218,168,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 #daa8dd">Text here</p>
This text has shadow with hex values.
Div Box Shadow
<div style="-moz-box-shadow: 1px 1px 3px 2px #daa8dd; -webkit-box-shadow: 1px 1px 3px 2px #daa8dd; box-shadow: 1px 1px 3px 2px #daa8dd;">
Div content here</div>
This div box has shadow with color #daa8dd
Comments
No comments written yet.
Please login to write comment.