Color Hex Logo

#e510eb Color Hex

#E510EB
(229,16,235)
0 Favorites   0 Comments

Color spaces of #e510eb

RGB 22916235
HSL0.830.870.49
HSV298°93°92°
CMYK 0.030.930.00   0.08
XYZ47.493823.026880.5387
Yxy23.02680.31440.1524
Hunter Lab47.986292.6923-65.9202
CIE-Lab55.099990.3024-58.2888

#e510eb color RGB value is (229,16,235).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11100101 00010000 11101011
Octal 345 20 353
Decimal 229 16 235
Hex E5 10 EB

RGB Percentages of Color #e510eb

%47.71
%3.33
%48.96

CMYK Percentages of Color #e510eb

%3
%93
%0
%8

Triadic Colors of #e510eb

#e510eb #ebe510 #10ebe5

Analogous Colors of #e510eb

#e510eb #eb1084 #7810eb

Monochromatic Colors of #e510eb

#e510eb

Complementary Color

#e510eb #16eb10

#e510eb Color Preview on Black Background

Lorem ipsum dolor sit amet.

#e510eb Color Preview on White Background

Lorem ipsum dolor sit amet.

#e510eb Color CSS Codes

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

#e510eb Text Font Color

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

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


#e510eb Background Color

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

This div background color is #e510eb


#e510eb Border Color

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

This div border color is #e510eb


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #e510eb


Comments

No comments written yet.

Please login to write comment.