Color Hex Logo

#e518db Color Hex

#E518DB
(229,24,219)
0 Favorites   0 Comments

Color spaces of #e518db

RGB 22924219
HSL0.840.810.50
HSV303°90°90°
CMYK 0.000.900.04   0.10
XYZ45.425922.425868.9522
Yxy22.42580.33210.1639
Hunter Lab47.355988.3524-53.1797
CIE-Lab54.475987.1480-50.2382

#e518db color RGB value is (229,24,219).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11100101 00011000 11011011
Octal 345 30 333
Decimal 229 24 219
Hex E5 18 DB

RGB Percentages of Color #e518db

%48.52
%5.08
%46.40

CMYK Percentages of Color #e518db

%0
%90
%4
%10

Triadic Colors of #e518db

#e518db #dbe518 #18dbe5

Analogous Colors of #e518db

#e518db #e51875 #8918e5

Monochromatic Colors of #e518db

#e518db

Complementary Color

#e518db #18e522

#e518db Color Preview on Black Background

Lorem ipsum dolor sit amet.

#e518db Color Preview on White Background

Lorem ipsum dolor sit amet.

#e518db Color CSS Codes

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

#e518db Text Font Color

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

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


#e518db Background Color

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

This div background color is #e518db


#e518db Border Color

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

This div border color is #e518db


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #e518db


Comments

No comments written yet.

Please login to write comment.