Color Hex Logo

#e518cd Color Hex

#E518CD
(229,24,205)
0 Favorites   0 Comments

Color spaces of #e518cd

RGB 22924205
HSL0.850.810.50
HSV307°90°90°
CMYK 0.000.900.10   0.10
XYZ43.659221.719159.6487
Yxy21.71910.34920.1737
Hunter Lab46.603885.6653-43.2633
CIE-Lab53.727785.2380-43.4277

#e518cd color RGB value is (229,24,205).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11100101 00011000 11001101
Octal 345 30 315
Decimal 229 24 205
Hex E5 18 CD

RGB Percentages of Color #e518cd

%50.00
%5.24
%44.76

CMYK Percentages of Color #e518cd

%0
%90
%10
%10

Triadic Colors of #e518cd

#e518cd #cde518 #18cde5

Analogous Colors of #e518cd

#e518cd #e51867 #9718e5

Monochromatic Colors of #e518cd

#e518cd

Complementary Color

#e518cd #18e530

#e518cd Color Preview on Black Background

Lorem ipsum dolor sit amet.

#e518cd Color Preview on White Background

Lorem ipsum dolor sit amet.

#e518cd Color CSS Codes

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

#e518cd Text Font Color

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

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


#e518cd Background Color

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

This div background color is #e518cd


#e518cd Border Color

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

This div border color is #e518cd


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #e518cd


Comments

No comments written yet.

Please login to write comment.