Color Hex Logo

#e513eb Color Hex

#E513EB
(229,19,235)
0 Favorites   0 Comments

Color spaces of #e513eb

RGB 22919235
HSL0.830.850.50
HSV298°92°92°
CMYK 0.030.920.00   0.08
XYZ47.541423.121980.5545
Yxy23.12190.31440.1529
Hunter Lab48.085292.3320-65.6655
CIE-Lab55.197790.0135-58.1321

#e513eb color RGB value is (229,19,235).

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

The process color (four color CMYK) of #e513eb color hex is 0.03, 0.92, 0.00, 0.08. Web safe color of #e513eb is #cc00ff. Color #e513eb contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 11100101 00010011 11101011
Octal 345 23 353
Decimal 229 19 235
Hex E5 13 EB

RGB Percentages of Color #e513eb

%47.41
%3.93
%48.65

CMYK Percentages of Color #e513eb

%3
%92
%0
%8

Triadic Colors of #e513eb

#e513eb #ebe513 #13ebe5

Analogous Colors of #e513eb

#e513eb #eb1385 #7913eb

Monochromatic Colors of #e513eb

#e513eb

Complementary Color

#e513eb #19eb13

#e513eb Color Preview on Black Background

Lorem ipsum dolor sit amet.

#e513eb Color Preview on White Background

Lorem ipsum dolor sit amet.

#e513eb Color CSS Codes

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

#e513eb Text Font Color

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

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


#e513eb Background Color

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

This div background color is #e513eb


#e513eb Border Color

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

This div border color is #e513eb


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #e513eb


Comments

No comments written yet.

Please login to write comment.