Color Hex Logo

#e513db Color Hex

#E513DB
(229,19,219)
0 Favorites   0 Comments

Color spaces of #e513db

RGB 22919219
HSL0.840.850.49
HSV303°92°90°
CMYK 0.000.920.04   0.10
XYZ45.332222.238268.9210
Yxy22.23820.33210.1629
Hunter Lab47.157489.0658-53.6427
CIE-Lab54.278887.7285-50.5521

#e513db color RGB value is (229,19,219).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11100101 00010011 11011011
Octal 345 23 333
Decimal 229 19 219
Hex E5 13 DB

RGB Percentages of Color #e513db

%49.04
%4.07
%46.90

CMYK Percentages of Color #e513db

%0
%92
%4
%10

Triadic Colors of #e513db

#e513db #dbe513 #13dbe5

Analogous Colors of #e513db

#e513db #e51372 #8613e5

Monochromatic Colors of #e513db

#e513db

Complementary Color

#e513db #13e51d

#e513db Color Preview on Black Background

Lorem ipsum dolor sit amet.

#e513db Color Preview on White Background

Lorem ipsum dolor sit amet.

#e513db Color CSS Codes

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

#e513db Text Font Color

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

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


#e513db Background Color

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

This div background color is #e513db


#e513db Border Color

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

This div border color is #e513db


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #e513db


Comments

No comments written yet.

Please login to write comment.