Color Hex Logo

#e518dc Color Hex

#E518DC
(229,24,220)
0 Favorites   0 Comments

Color spaces of #e518dc

RGB 22924220
HSL0.840.810.50
HSV303°90°90°
CMYK 0.000.900.04   0.10
XYZ45.558022.478669.6478
Yxy22.47860.33090.1633
Hunter Lab47.411688.5511-53.9091
CIE-Lab54.531287.2884-50.7185

#e518dc color RGB value is (229,24,220).

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

The process color (four color CMYK) of #e518dc color hex is 0.00, 0.90, 0.04, 0.10. Web safe color of #e518dc is #cc00cc. Color #e518dc contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11100101 00011000 11011100
Octal 345 30 334
Decimal 229 24 220
Hex E5 18 DC

RGB Percentages of Color #e518dc

%48.41
%5.07
%46.51

CMYK Percentages of Color #e518dc

%0
%90
%4
%10

Triadic Colors of #e518dc

#e518dc #dce518 #18dce5

Analogous Colors of #e518dc

#e518dc #e51876 #8818e5

Monochromatic Colors of #e518dc

#e518dc

Complementary Color

#e518dc #18e521

#e518dc Color Preview on Black Background

Lorem ipsum dolor sit amet.

#e518dc Color Preview on White Background

Lorem ipsum dolor sit amet.

#e518dc Color CSS Codes

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

#e518dc Text Font Color

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

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


#e518dc Background Color

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

This div background color is #e518dc


#e518dc Border Color

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

This div border color is #e518dc


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #e518dc


Comments

No comments written yet.

Please login to write comment.