Color Hex Logo

#e520eb Color Hex

#E520EB
(229,32,235)
0 Favorites   0 Comments

Color spaces of #e520eb

RGB 22932235
HSL0.830.840.52
HSV298°86°92°
CMYK 0.030.860.00   0.08
XYZ47.825023.689280.6491
Yxy23.68920.31430.1557
Hunter Lab48.671690.2201-64.1739
CIE-Lab55.775388.3116-57.2070

#e520eb color RGB value is (229,32,235).

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

The process color (four color CMYK) of #e520eb color hex is 0.03, 0.86, 0.00, 0.08. Web safe color of #e520eb is #cc33ff. Color #e520eb contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 11100101 00100000 11101011
Octal 345 40 353
Decimal 229 32 235
Hex E5 20 EB

RGB Percentages of Color #e520eb

%46.17
%6.45
%47.38

CMYK Percentages of Color #e520eb

%3
%86
%0
%8

Triadic Colors of #e520eb

#e520eb #ebe520 #20ebe5

Analogous Colors of #e520eb

#e520eb #eb208c #8020eb

Monochromatic Colors of #e520eb

#e520eb

Complementary Color

#e520eb #26eb20

#e520eb Color Preview on Black Background

Lorem ipsum dolor sit amet.

#e520eb Color Preview on White Background

Lorem ipsum dolor sit amet.

#e520eb Color CSS Codes

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

#e520eb Text Font Color

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

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


#e520eb Background Color

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

This div background color is #e520eb


#e520eb Border Color

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

This div border color is #e520eb


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #e520eb


Comments

No comments written yet.

Please login to write comment.