Color Hex Logo

#e518ac Color Hex

#E518AC
(229,24,172)
0 Favorites   0 Comments

Color spaces of #e518ac

RGB 22924172
HSL0.880.810.50
HSV317°90°90°
CMYK 0.000.900.25   0.10
XYZ40.086120.289840.8333
Yxy20.28980.39610.2005
Hunter Lab45.044280.0248-22.2164
CIE-Lab52.163381.1557-26.7046

#e518ac color RGB value is (229,24,172).

#e518ac hex color red value is 229, green value is 24 and the blue value of its RGB is 172. Cylindrical-coordinate representations (also known as HSL) of color #e518ac hue: 0.88 , saturation: 0.81 and the lightness value of e518ac is 0.50.

The process color (four color CMYK) of #e518ac color hex is 0.00, 0.90, 0.25, 0.10. Web safe color of #e518ac is #cc0099. Color #e518ac contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11100101 00011000 10101100
Octal 345 30 254
Decimal 229 24 172
Hex E5 18 AC

RGB Percentages of Color #e518ac

%53.88
%5.65
%40.47

CMYK Percentages of Color #e518ac

%0
%90
%25
%10

Triadic Colors of #e518ac

#e518ac #ace518 #18ace5

Analogous Colors of #e518ac

#e518ac #e51846 #b818e5

Monochromatic Colors of #e518ac

#e518ac

Complementary Color

#e518ac #18e551

#e518ac Color Preview on Black Background

Lorem ipsum dolor sit amet.

#e518ac Color Preview on White Background

Lorem ipsum dolor sit amet.

#e518ac Color CSS Codes

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

#e518ac Text Font Color

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

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


#e518ac Background Color

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

This div background color is #e518ac


#e518ac Border Color

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

This div border color is #e518ac


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #e518ac


Comments

No comments written yet.

Please login to write comment.