Color Hex Logo

#e442ac Color Hex

#E442AC
(228,66,172)
0 Favorites   0 Comments

Color spaces of #e442ac

RGB 22866172
HSL0.890.750.58
HSV321°71°89°
CMYK 0.000.710.25   0.11
XYZ41.389523.369041.3589
Yxy23.36900.39000.2202
Hunter Lab48.341568.2323-16.8869
CIE-Lab55.450471.0079-21.6534

#e442ac color RGB value is (228,66,172).

#e442ac hex color red value is 228, green value is 66 and the blue value of its RGB is 172. Cylindrical-coordinate representations (also known as HSL) of color #e442ac hue: 0.89 , saturation: 0.75 and the lightness value of e442ac is 0.58.

The process color (four color CMYK) of #e442ac color hex is 0.00, 0.71, 0.25, 0.11. Web safe color of #e442ac is #cc3399. Color #e442ac contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11100100 01000010 10101100
Octal 344 102 254
Decimal 228 66 172
Hex E4 42 AC

RGB Percentages of Color #e442ac

%48.93
%14.16
%36.91

CMYK Percentages of Color #e442ac

%0
%71
%25
%11

Triadic Colors of #e442ac

#e442ac #ace442 #42ace4

Analogous Colors of #e442ac

#e442ac #e4425b #cb42e4

Monochromatic Colors of #e442ac

#e442ac

Complementary Color

#e442ac #42e47a

#e442ac Color Preview on Black Background

Lorem ipsum dolor sit amet.

#e442ac Color Preview on White Background

Lorem ipsum dolor sit amet.

#e442ac Color CSS Codes

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

#e442ac Text Font Color

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

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


#e442ac Background Color

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

This div background color is #e442ac


#e442ac Border Color

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

This div border color is #e442ac


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #e442ac


Comments

No comments written yet.

Please login to write comment.