Color Hex Logo

#e591ac Color Hex

#E591AC
(229,145,172)
0 Favorites   0 Comments

Color spaces of #e591ac

RGB 229145172
HSL0.950.620.73
HSV341°37°90°
CMYK 0.000.370.25   0.10
XYZ49.884939.887444.0995
Yxy39.88740.37260.2980
Hunter Lab63.156530.46652.8098
CIE-Lab69.389335.2602-0.7520

#e591ac color RGB value is (229,145,172).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11100101 10010001 10101100
Octal 345 221 254
Decimal 229 145 172
Hex E5 91 AC

RGB Percentages of Color #e591ac

%41.94
%26.56
%31.50

CMYK Percentages of Color #e591ac

%0
%37
%25
%10

Triadic Colors of #e591ac

#e591ac #ace591 #91ace5

Analogous Colors of #e591ac

#e591ac #e5a091 #e591d6

Monochromatic Colors of #e591ac

#e591ac

Complementary Color

#e591ac #91e5ca

#e591ac Color Preview on Black Background

Lorem ipsum dolor sit amet.

#e591ac Color Preview on White Background

Lorem ipsum dolor sit amet.

#e591ac Color CSS Codes

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

#e591ac Text Font Color

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

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


#e591ac Background Color

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

This div background color is #e591ac


#e591ac Border Color

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

This div border color is #e591ac


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #e591ac


Comments

No comments written yet.

Please login to write comment.