Color Hex Logo

#e041ac Color Hex

#E041AC
(224,65,172)
0 Favorites   0 Comments

Color spaces of #e041ac

RGB 22465172
HSL0.890.720.57
HSV320°71°88°
CMYK 0.000.710.23   0.12
XYZ40.077222.606441.2809
Yxy22.60640.38550.2174
Hunter Lab47.546267.2538-18.1949
CIE-Lab54.664670.3466-22.9171

#e041ac color RGB value is (224,65,172).

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

The process color (four color CMYK) of #e041ac color hex is 0.00, 0.71, 0.23, 0.12. Web safe color of #e041ac is #cc3399. Color #e041ac contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11100000 01000001 10101100
Octal 340 101 254
Decimal 224 65 172
Hex E0 41 AC

RGB Percentages of Color #e041ac

%48.59
%14.10
%37.31

CMYK Percentages of Color #e041ac

%0
%71
%23
%12

Triadic Colors of #e041ac

#e041ac #ace041 #41ace0

Analogous Colors of #e041ac

#e041ac #e0415d #c541e0

Monochromatic Colors of #e041ac

#e041ac

Complementary Color

#e041ac #41e075

#e041ac Color Preview on Black Background

Lorem ipsum dolor sit amet.

#e041ac Color Preview on White Background

Lorem ipsum dolor sit amet.

#e041ac Color CSS Codes

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

#e041ac Text Font Color

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

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


#e041ac Background Color

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

This div background color is #e041ac


#e041ac Border Color

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

This div border color is #e041ac


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #e041ac


Comments

No comments written yet.

Please login to write comment.