Color Hex Logo

#e599aa Color Hex

#E599AA
(229,153,170)
0 Favorites   0 Comments

Color spaces of #e599aa

RGB 229153170
HSL0.960.590.75
HSV347°33°90°
CMYK 0.000.330.26   0.10
XYZ50.960042.342843.5173
Yxy42.34280.37250.3095
Hunter Lab65.071325.91575.8990
CIE-Lab71.106630.73462.8631

#e599aa color RGB value is (229,153,170).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11100101 10011001 10101010
Octal 345 231 252
Decimal 229 153 170
Hex E5 99 AA

RGB Percentages of Color #e599aa

%41.49
%27.72
%30.80

CMYK Percentages of Color #e599aa

%0
%33
%26
%10

Triadic Colors of #e599aa

#e599aa #aae599 #99aae5

Analogous Colors of #e599aa

#e599aa #e5ae99 #e599d0

Monochromatic Colors of #e599aa

#e599aa

Complementary Color

#e599aa #99e5d4

#e599aa Color Preview on Black Background

Lorem ipsum dolor sit amet.

#e599aa Color Preview on White Background

Lorem ipsum dolor sit amet.

#e599aa Color CSS Codes

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

#e599aa Text Font Color

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

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


#e599aa Background Color

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

This div background color is #e599aa


#e599aa Border Color

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

This div border color is #e599aa


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #e599aa


Comments

No comments written yet.

Please login to write comment.