Color Hex Logo

#e573ac Color Hex

#E573AC
(229,115,172)
0 Favorites   0 Comments

Color spaces of #e573ac

RGB 229115172
HSL0.920.690.67
HSV330°50°90°
CMYK 0.000.500.25   0.10
XYZ45.890231.898042.7680
Yxy31.89800.38070.2646
Hunter Lab56.478346.1992-5.3623
CIE-Lab63.258550.6194-9.8177

#e573ac color RGB value is (229,115,172).

#e573ac hex color red value is 229, green value is 115 and the blue value of its RGB is 172. Cylindrical-coordinate representations (also known as HSL) of color #e573ac hue: 0.92 , saturation: 0.69 and the lightness value of e573ac is 0.67.

The process color (four color CMYK) of #e573ac color hex is 0.00, 0.50, 0.25, 0.10. Web safe color of #e573ac is #cc6699. Color #e573ac contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11100101 01110011 10101100
Octal 345 163 254
Decimal 229 115 172
Hex E5 73 AC

RGB Percentages of Color #e573ac

%44.38
%22.29
%33.33

CMYK Percentages of Color #e573ac

%0
%50
%25
%10

Triadic Colors of #e573ac

#e573ac #ace573 #73ace5

Analogous Colors of #e573ac

#e573ac #e57373 #e573e5

Monochromatic Colors of #e573ac

#e573ac

Complementary Color

#e573ac #73e5ac

#e573ac Color Preview on Black Background

Lorem ipsum dolor sit amet.

#e573ac Color Preview on White Background

Lorem ipsum dolor sit amet.

#e573ac Color CSS Codes

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

#e573ac Text Font Color

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

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


#e573ac Background Color

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

This div background color is #e573ac


#e573ac Border Color

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

This div border color is #e573ac


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #e573ac


Comments

No comments written yet.

Please login to write comment.