Color Hex Logo

#e052ac Color Hex

#E052AC
(224,82,172)
0 Favorites   0 Comments

Color spaces of #e052ac

RGB 22482172
HSL0.890.700.60
HSV322°63°88°
CMYK 0.000.630.23   0.12
XYZ41.204224.860441.6566
Yxy24.86040.38250.2308
Hunter Lab49.860260.2561-14.6327
CIE-Lab56.939164.0245-19.4332

#e052ac color RGB value is (224,82,172).

#e052ac hex color red value is 224, green value is 82 and the blue value of its RGB is 172. Cylindrical-coordinate representations (also known as HSL) of color #e052ac hue: 0.89 , saturation: 0.70 and the lightness value of e052ac is 0.60.

The process color (four color CMYK) of #e052ac color hex is 0.00, 0.63, 0.23, 0.12. Web safe color of #e052ac is #cc6699. Color #e052ac contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11100000 01010010 10101100
Octal 340 122 254
Decimal 224 82 172
Hex E0 52 AC

RGB Percentages of Color #e052ac

%46.86
%17.15
%35.98

CMYK Percentages of Color #e052ac

%0
%63
%23
%12

Triadic Colors of #e052ac

#e052ac #ace052 #52ace0

Analogous Colors of #e052ac

#e052ac #e05265 #cd52e0

Monochromatic Colors of #e052ac

#e052ac

Complementary Color

#e052ac #52e086

#e052ac Color Preview on Black Background

Lorem ipsum dolor sit amet.

#e052ac Color Preview on White Background

Lorem ipsum dolor sit amet.

#e052ac Color CSS Codes

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

#e052ac Text Font Color

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

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


#e052ac Background Color

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

This div background color is #e052ac


#e052ac Border Color

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

This div border color is #e052ac


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #e052ac


Comments

No comments written yet.

Please login to write comment.