Color Hex Logo

#e596ac Color Hex

#E596AC
(229,150,172)
0 Favorites   0 Comments

Color spaces of #e596ac

RGB 229150172
HSL0.950.600.74
HSV343°34°90°
CMYK 0.000.340.25   0.10
XYZ50.665841.449344.3599
Yxy41.44930.37120.3037
Hunter Lab64.381127.80664.2148
CIE-Lab70.489632.61110.8544

#e596ac color RGB value is (229,150,172).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11100101 10010110 10101100
Octal 345 226 254
Decimal 229 150 172
Hex E5 96 AC

RGB Percentages of Color #e596ac

%41.56
%27.22
%31.22

CMYK Percentages of Color #e596ac

%0
%34
%25
%10

Triadic Colors of #e596ac

#e596ac #ace596 #96ace5

Analogous Colors of #e596ac

#e596ac #e5a896 #e596d4

Monochromatic Colors of #e596ac

#e596ac

Complementary Color

#e596ac #96e5cf

#e596ac Color Preview on Black Background

Lorem ipsum dolor sit amet.

#e596ac Color Preview on White Background

Lorem ipsum dolor sit amet.

#e596ac Color CSS Codes

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

#e596ac Text Font Color

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

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


#e596ac Background Color

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

This div background color is #e596ac


#e596ac Border Color

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

This div border color is #e596ac


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #e596ac


Comments

No comments written yet.

Please login to write comment.