Color Hex Logo

#e518ad Color Hex

#E518AD
(229,24,173)
0 Favorites   0 Comments

Color spaces of #e518ad

RGB 22924173
HSL0.880.810.50
HSV316°90°90°
CMYK 0.000.900.24   0.10
XYZ40.182620.328441.3411
Yxy20.32840.39450.1996
Hunter Lab45.087080.1810-22.8031
CIE-Lab52.206581.2702-27.2255

#e518ad color RGB value is (229,24,173).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11100101 00011000 10101101
Octal 345 30 255
Decimal 229 24 173
Hex E5 18 AD

RGB Percentages of Color #e518ad

%53.76
%5.63
%40.61

CMYK Percentages of Color #e518ad

%0
%90
%24
%10

Triadic Colors of #e518ad

#e518ad #ade518 #18ade5

Analogous Colors of #e518ad

#e518ad #e51846 #b718e5

Monochromatic Colors of #e518ad

#e518ad

Complementary Color

#e518ad #18e550

#e518ad Color Preview on Black Background

Lorem ipsum dolor sit amet.

#e518ad Color Preview on White Background

Lorem ipsum dolor sit amet.

#e518ad Color CSS Codes

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

#e518ad Text Font Color

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

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


#e518ad Background Color

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

This div background color is #e518ad


#e518ad Border Color

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

This div border color is #e518ad


Css3 Examples

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

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(229,24,173, 0.8);">Text here</p>

This text has shadow with rgb values.


Text Shadow with Hex Values

<p style="text-shadow: 4px 4px 2px #e518ad">Text here</p>

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #e518ad


Comments

No comments written yet.

Please login to write comment.