Color spaces of #e5a8dd
RGB | 229 | 168 | 221 |
---|---|---|---|
HSL | 0.86 | 0.54 | 0.78 |
HSV | 308° | 27° | 90° |
CMYK | 0.00 | 0.27 | 0.03 0.10 |
XYZ | 59.3669 | 49.8837 | 74.9062 |
Yxy | 49.8837 | 0.3224 | 0.2709 |
Hunter Lab | 70.6284 | 26.4390 | -13.4412 |
CIE-Lab | 75.9978 | 30.8617 | -17.9391 |
#e5a8dd color RGB value is (229,168,221).
#e5a8dd hex color red value is 229, green value is 168 and the blue value of its RGB is 221. Cylindrical-coordinate representations (also known as HSL) of color #e5a8dd hue: 0.86 , saturation: 0.54 and the lightness value of e5a8dd is 0.78.
The process color (four color CMYK) of #e5a8dd color hex is 0.00, 0.27, 0.03, 0.10. Web safe color of #e5a8dd is #cc99cc. Color #e5a8dd contains mainly RED color.
Base Numbers
Base | Red | Green | Blue |
---|---|---|---|
Binary | 11100101 | 10101000 | 11011101 |
Octal | 345 | 250 | 335 |
Decimal | 229 | 168 | 221 |
Hex | E5 | A8 | DD |
Shades of #e5a8dd
Tints of #e5a8dd
RGB Percentages of Color #e5a8dd
CMYK Percentages of Color #e5a8dd
Complementary Color
#e5a8dd | #a8e5b0 |
#e5a8dd Color Preview on Black Background
Lorem ipsum dolor sit amet.
#e5a8dd Color Preview on White Background
Lorem ipsum dolor sit amet.
#e5a8dd Color CSS Codes
.mybgcolor {background-color:#e5a8dd; } .myforecolor {color:#e5a8dd; } .mybordercolor {border:3px solid #e5a8dd; }
#e5a8dd Text Font Color
<p style="color:#e5a8dd">Text here</p>
This sample text font color is #e5a8dd
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.
#e5a8dd Background Color
<div style="background-color:#e5a8dd">
Div content here</div>
This div background color is #e5a8dd
#e5a8dd Border Color
<div style="border:3px solid #e5a8dd">
Div here</div>
This div border color is #e5a8dd
Css3 Examples
.textShadowRgb { text-shadow: 4px 4px 2px rgba(229,168,221, 0.8); } .textShadowHex { text-shadow: 4px 4px 2px #e5a8dd; } .divShadow { -moz-box-shadow: 1px 1px 3px 2px #e5a8dd; -webkit-box-shadow: 1px 1px 3px 2px #e5a8dd; box-shadow: 1px 1px 3px 2px #e5a8dd; }
Text Shadow with RGB Values
<p style="text-shadow: 4px 4px 2px rgba(229,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 #e5a8dd">Text here</p>
This text has shadow with hex values.
Div Box Shadow
<div style="-moz-box-shadow: 1px 1px 3px 2px #e5a8dd; -webkit-box-shadow: 1px 1px 3px 2px #e5a8dd; box-shadow: 1px 1px 3px 2px #e5a8dd;">
Div content here</div>
This div box has shadow with color #e5a8dd
Comments
No comments written yet.
Please login to write comment.