Color Hex Logo

#e596ad Color Hex

#E596AD
(229,150,173)
0 Favorites   0 Comments

Color spaces of #e596ad

RGB 229150173
HSL0.950.600.74
HSV343°34°90°
CMYK 0.000.340.24   0.10
XYZ50.762341.487844.8677
Yxy41.48780.37020.3026
Hunter Lab64.411027.95653.7872
CIE-Lab70.516332.75300.3370

#e596ad color RGB value is (229,150,173).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11100101 10010110 10101101
Octal 345 226 255
Decimal 229 150 173
Hex E5 96 AD

RGB Percentages of Color #e596ad

%41.49
%27.17
%31.34

CMYK Percentages of Color #e596ad

%0
%34
%24
%10

Triadic Colors of #e596ad

#e596ad #ade596 #96ade5

Analogous Colors of #e596ad

#e596ad #e5a796 #e596d5

Monochromatic Colors of #e596ad

#e596ad

Complementary Color

#e596ad #96e5ce

#e596ad Color Preview on Black Background

Lorem ipsum dolor sit amet.

#e596ad Color Preview on White Background

Lorem ipsum dolor sit amet.

#e596ad Color CSS Codes

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

#e596ad Text Font Color

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

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


#e596ad Background Color

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

This div background color is #e596ad


#e596ad Border Color

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

This div border color is #e596ad


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #e596ad


Comments

No comments written yet.

Please login to write comment.