Color Hex Logo

#e019ac Color Hex

#E019AC
(224,25,172)
0 Favorites   0 Comments

Color spaces of #e019ac

RGB 22425172
HSL0.880.800.49
HSV316°89°88°
CMYK 0.000.890.23   0.12
XYZ38.534519.521140.7667
Yxy19.52110.38990.1975
Hunter Lab44.182778.3614-23.7781
CIE-Lab51.291480.0123-28.1294

#e019ac color RGB value is (224,25,172).

#e019ac hex color red value is 224, green value is 25 and the blue value of its RGB is 172. Cylindrical-coordinate representations (also known as HSL) of color #e019ac hue: 0.88 , saturation: 0.80 and the lightness value of e019ac is 0.49.

The process color (four color CMYK) of #e019ac color hex is 0.00, 0.89, 0.23, 0.12. Web safe color of #e019ac is #cc0099. Color #e019ac contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11100000 00011001 10101100
Octal 340 31 254
Decimal 224 25 172
Hex E0 19 AC

RGB Percentages of Color #e019ac

%53.21
%5.94
%40.86

CMYK Percentages of Color #e019ac

%0
%89
%23
%12

Triadic Colors of #e019ac

#e019ac #ace019 #19ace0

Analogous Colors of #e019ac

#e019ac #e01949 #b119e0

Monochromatic Colors of #e019ac

#e019ac

Complementary Color

#e019ac #19e04d

#e019ac Color Preview on Black Background

Lorem ipsum dolor sit amet.

#e019ac Color Preview on White Background

Lorem ipsum dolor sit amet.

#e019ac Color CSS Codes

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

#e019ac Text Font Color

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

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


#e019ac Background Color

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

This div background color is #e019ac


#e019ac Border Color

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

This div border color is #e019ac


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #e019ac


Comments

No comments written yet.

Please login to write comment.