Color spaces of #e5aacd
RGB | 229 | 170 | 205 |
---|---|---|---|
HSL | 0.90 | 0.53 | 0.78 |
HSV | 324° | 26° | 90° |
CMYK | 0.00 | 0.26 | 0.10 0.10 |
XYZ | 57.7073 | 49.8152 | 64.3314 |
Yxy | 49.8152 | 0.3358 | 0.2899 |
Hunter Lab | 70.5799 | 22.4298 | -4.6351 |
CIE-Lab | 75.9557 | 27.0229 | -9.2785 |
#e5aacd color RGB value is (229,170,205).
#e5aacd hex color red value is 229, green value is 170 and the blue value of its RGB is 205. Cylindrical-coordinate representations (also known as HSL) of color #e5aacd hue: 0.90 , saturation: 0.53 and the lightness value of e5aacd is 0.78.
The process color (four color CMYK) of #e5aacd color hex is 0.00, 0.26, 0.10, 0.10. Web safe color of #e5aacd is #cc99cc. Color #e5aacd contains mainly RED color.
Base Numbers
Base | Red | Green | Blue |
---|---|---|---|
Binary | 11100101 | 10101010 | 11001101 |
Octal | 345 | 252 | 315 |
Decimal | 229 | 170 | 205 |
Hex | E5 | AA | CD |
Shades of #e5aacd
Tints of #e5aacd
RGB Percentages of Color #e5aacd
CMYK Percentages of Color #e5aacd
Complementary Color
#e5aacd | #aae5c2 |
#e5aacd Color Preview on Black Background
Lorem ipsum dolor sit amet.
#e5aacd Color Preview on White Background
Lorem ipsum dolor sit amet.
#e5aacd Color CSS Codes
.mybgcolor {background-color:#e5aacd; } .myforecolor {color:#e5aacd; } .mybordercolor {border:3px solid #e5aacd; }
#e5aacd Text Font Color
<p style="color:#e5aacd">Text here</p>
This sample text font color is #e5aacd
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.
#e5aacd Background Color
<div style="background-color:#e5aacd">
Div content here</div>
This div background color is #e5aacd
#e5aacd Border Color
<div style="border:3px solid #e5aacd">
Div here</div>
This div border color is #e5aacd
Css3 Examples
.textShadowRgb { text-shadow: 4px 4px 2px rgba(229,170,205, 0.8); } .textShadowHex { text-shadow: 4px 4px 2px #e5aacd; } .divShadow { -moz-box-shadow: 1px 1px 3px 2px #e5aacd; -webkit-box-shadow: 1px 1px 3px 2px #e5aacd; box-shadow: 1px 1px 3px 2px #e5aacd; }
Text Shadow with RGB Values
<p style="text-shadow: 4px 4px 2px rgba(229,170,205, 0.8);">Text here</p>
This text has shadow with rgb values.
Text Shadow with Hex Values
<p style="text-shadow: 4px 4px 2px #e5aacd">Text here</p>
This text has shadow with hex values.
Div Box Shadow
<div style="-moz-box-shadow: 1px 1px 3px 2px #e5aacd; -webkit-box-shadow: 1px 1px 3px 2px #e5aacd; box-shadow: 1px 1px 3px 2px #e5aacd;">
Div content here</div>
This div box has shadow with color #e5aacd
Comments
No comments written yet.
Please login to write comment.