Color Hex Logo

#e59aaa Color Hex

#E59AAA
(229,154,170)
0 Favorites   0 Comments

Color spaces of #e59aaa

RGB 229154170
HSL0.960.590.75
HSV347°33°90°
CMYK 0.000.330.26   0.10
XYZ51.124442.671543.5721
Yxy42.67150.37220.3106
Hunter Lab65.323425.38446.1787
CIE-Lab71.331430.20193.1889

#e59aaa color RGB value is (229,154,170).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11100101 10011010 10101010
Octal 345 232 252
Decimal 229 154 170
Hex E5 9A AA

RGB Percentages of Color #e59aaa

%41.41
%27.85
%30.74

CMYK Percentages of Color #e59aaa

%0
%33
%26
%10

Triadic Colors of #e59aaa

#e59aaa #aae59a #9aaae5

Analogous Colors of #e59aaa

#e59aaa #e5b09a #e59ad0

Monochromatic Colors of #e59aaa

#e59aaa

Complementary Color

#e59aaa #9ae5d5

#e59aaa Color Preview on Black Background

Lorem ipsum dolor sit amet.

#e59aaa Color Preview on White Background

Lorem ipsum dolor sit amet.

#e59aaa Color CSS Codes

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

#e59aaa Text Font Color

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

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


#e59aaa Background Color

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

This div background color is #e59aaa


#e59aaa Border Color

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

This div border color is #e59aaa


Css3 Examples

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

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(229,154,170, 0.8);">Text here</p>

This text has shadow with rgb values.


Text Shadow with Hex Values

<p style="text-shadow: 4px 4px 2px #e59aaa">Text here</p>

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #e59aaa

#e59aaa Color Palettes


Comments

No comments written yet.

Please login to write comment.