Color Hex Logo

#e59acd Color Hex

#E59ACD
(229,154,205)
0 Favorites   0 Comments

Color spaces of #e59acd

RGB 229154205
HSL0.890.590.75
HSV319°33°90°
CMYK 0.000.330.10   0.10
XYZ54.888144.177063.3917
Yxy44.17700.33790.2719
Hunter Lab66.465831.0920-10.0218
CIE-Lab72.346635.5692-14.6799

#e59acd color RGB value is (229,154,205).

#e59acd hex color red value is 229, green value is 154 and the blue value of its RGB is 205. Cylindrical-coordinate representations (also known as HSL) of color #e59acd hue: 0.89 , saturation: 0.59 and the lightness value of e59acd is 0.75.

The process color (four color CMYK) of #e59acd color hex is 0.00, 0.33, 0.10, 0.10. Web safe color of #e59acd is #cc99cc. Color #e59acd contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11100101 10011010 11001101
Octal 345 232 315
Decimal 229 154 205
Hex E5 9A CD

RGB Percentages of Color #e59acd

%38.95
%26.19
%34.86

CMYK Percentages of Color #e59acd

%0
%33
%10
%10

Triadic Colors of #e59acd

#e59acd #cde59a #9acde5

Analogous Colors of #e59acd

#e59acd #e59aa8 #d89ae5

Monochromatic Colors of #e59acd

#e59acd

Complementary Color

#e59acd #9ae5b2

#e59acd Color Preview on Black Background

Lorem ipsum dolor sit amet.

#e59acd Color Preview on White Background

Lorem ipsum dolor sit amet.

#e59acd Color CSS Codes

.mybgcolor {background-color:#e59acd; } 
.myforecolor {color:#e59acd; }
.mybordercolor {border:3px solid #e59acd; }

#e59acd Text Font Color

<p style="color:#e59acd">Text here</p>

This sample text font color is #e59acd
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.


#e59acd Background Color

<div style="background-color:#e59acd">
Div content here</div>

This div background color is #e59acd


#e59acd Border Color

<div style="border:3px solid #e59acd">
Div here</div>

This div border color is #e59acd


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(229,154,205, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #e59acd; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #e59acd;
  -webkit-box-shadow: 1px 1px 3px 2px #e59acd;
  box-shadow:         1px 1px 3px 2px #e59acd; }

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(229,154,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 #e59acd">Text here</p>

This text has shadow with hex values.


Div Box Shadow

<div style="-moz-box-shadow: 1px 1px 3px 2px #e59acd;
  -webkit-box-shadow: 1px 1px 3px 2px #e59acd;
  box-shadow:         1px 1px 3px 2px #e59acd;">
Div content here</div>

This div box has shadow with color #e59acd


Comments

No comments written yet.

Please login to write comment.