Color Hex Logo

#e596aa Color Hex

#E596AA
(229,150,170)
0 Favorites   0 Comments

Color spaces of #e596aa

RGB 229150170
HSL0.960.600.74
HSV345°34°90°
CMYK 0.000.340.26   0.10
XYZ50.475141.373043.3557
Yxy41.37300.37330.3060
Hunter Lab64.321827.51065.0613
CIE-Lab70.436532.33071.8902

#e596aa color RGB value is (229,150,170).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11100101 10010110 10101010
Octal 345 226 252
Decimal 229 150 170
Hex E5 96 AA

RGB Percentages of Color #e596aa

%41.71
%27.32
%30.97

CMYK Percentages of Color #e596aa

%0
%34
%26
%10

Triadic Colors of #e596aa

#e596aa #aae596 #96aae5

Analogous Colors of #e596aa

#e596aa #e5aa96 #e596d2

Monochromatic Colors of #e596aa

#e596aa

Complementary Color

#e596aa #96e5d1

#e596aa Color Preview on Black Background

Lorem ipsum dolor sit amet.

#e596aa Color Preview on White Background

Lorem ipsum dolor sit amet.

#e596aa Color CSS Codes

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

#e596aa Text Font Color

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

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


#e596aa Background Color

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

This div background color is #e596aa


#e596aa Border Color

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

This div border color is #e596aa


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #e596aa


Comments

No comments written yet.

Please login to write comment.