Color Hex Logo

#e597aa Color Hex

#E597AA
(229,151,170)
0 Favorites   0 Comments

Color spaces of #e597aa

RGB 229151170
HSL0.960.600.75
HSV345°34°90°
CMYK 0.000.340.26   0.10
XYZ50.635441.693543.4091
Yxy41.69350.37300.3072
Hunter Lab64.570526.97915.3402
CIE-Lab70.659131.79932.2137

#e597aa color RGB value is (229,151,170).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11100101 10010111 10101010
Octal 345 227 252
Decimal 229 151 170
Hex E5 97 AA

RGB Percentages of Color #e597aa

%41.64
%27.45
%30.91

CMYK Percentages of Color #e597aa

%0
%34
%26
%10

Triadic Colors of #e597aa

#e597aa #aae597 #97aae5

Analogous Colors of #e597aa

#e597aa #e5ab97 #e597d1

Monochromatic Colors of #e597aa

#e597aa

Complementary Color

#e597aa #97e5d2

#e597aa Color Preview on Black Background

Lorem ipsum dolor sit amet.

#e597aa Color Preview on White Background

Lorem ipsum dolor sit amet.

#e597aa Color CSS Codes

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

#e597aa Text Font Color

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

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


#e597aa Background Color

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

This div background color is #e597aa


#e597aa Border Color

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

This div border color is #e597aa


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #e597aa


Comments

No comments written yet.

Please login to write comment.