Color Hex Logo

#e457ac Color Hex

#E457AC
(228,87,172)
0 Favorites   0 Comments

Color spaces of #e457ac

RGB 22887172
HSL0.900.720.62
HSV324°62°89°
CMYK 0.000.620.25   0.11
XYZ42.849526.288941.8456
Yxy26.28890.38610.2369
Hunter Lab51.272759.4484-12.4979
CIE-Lab58.310363.0857-17.2885

#e457ac color RGB value is (228,87,172).

#e457ac hex color red value is 228, green value is 87 and the blue value of its RGB is 172. Cylindrical-coordinate representations (also known as HSL) of color #e457ac hue: 0.90 , saturation: 0.72 and the lightness value of e457ac is 0.62.

The process color (four color CMYK) of #e457ac color hex is 0.00, 0.62, 0.25, 0.11. Web safe color of #e457ac is #cc6699. Color #e457ac contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11100100 01010111 10101100
Octal 344 127 254
Decimal 228 87 172
Hex E4 57 AC

RGB Percentages of Color #e457ac

%46.82
%17.86
%35.32

CMYK Percentages of Color #e457ac

%0
%62
%25
%11

Triadic Colors of #e457ac

#e457ac #ace457 #57ace4

Analogous Colors of #e457ac

#e457ac #e45766 #d657e4

Monochromatic Colors of #e457ac

#e457ac

Complementary Color

#e457ac #57e48f

#e457ac Color Preview on Black Background

Lorem ipsum dolor sit amet.

#e457ac Color Preview on White Background

Lorem ipsum dolor sit amet.

#e457ac Color CSS Codes

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

#e457ac Text Font Color

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

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


#e457ac Background Color

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

This div background color is #e457ac


#e457ac Border Color

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

This div border color is #e457ac


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #e457ac


Comments

No comments written yet.

Please login to write comment.