Color Hex Logo

#e594ac Color Hex

#E594AC
(229,148,172)
0 Favorites   0 Comments

Color spaces of #e594ac

RGB 229148172
HSL0.950.610.74
HSV342°35°90°
CMYK 0.000.350.25   0.10
XYZ50.349440.816444.2544
Yxy40.81640.37180.3014
Hunter Lab63.887728.87093.6518
CIE-Lab70.047133.67260.2092

#e594ac color RGB value is (229,148,172).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11100101 10010100 10101100
Octal 345 224 254
Decimal 229 148 172
Hex E5 94 AC

RGB Percentages of Color #e594ac

%41.71
%26.96
%31.33

CMYK Percentages of Color #e594ac

%0
%35
%25
%10

Triadic Colors of #e594ac

#e594ac #ace594 #94ace5

Analogous Colors of #e594ac

#e594ac #e5a594 #e594d5

Monochromatic Colors of #e594ac

#e594ac

Complementary Color

#e594ac #94e5cd

#e594ac Color Preview on Black Background

Lorem ipsum dolor sit amet.

#e594ac Color Preview on White Background

Lorem ipsum dolor sit amet.

#e594ac Color CSS Codes

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

#e594ac Text Font Color

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

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


#e594ac Background Color

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

This div background color is #e594ac


#e594ac Border Color

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

This div border color is #e594ac


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #e594ac


Comments

No comments written yet.

Please login to write comment.