Color Hex Logo

#e011eb Color Hex

#E011EB
(224,17,235)
0 Favorites   0 Comments

Color spaces of #e011eb

RGB 22417235
HSL0.820.870.49
HSV297°93°92°
CMYK 0.050.930.00   0.08
XYZ45.936322.246380.4701
Yxy22.24630.30900.1497
Hunter Lab47.166091.3058-68.1388
CIE-Lab54.287489.4193-59.6384

#e011eb color RGB value is (224,17,235).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11100000 00010001 11101011
Octal 340 21 353
Decimal 224 17 235
Hex E0 11 EB

RGB Percentages of Color #e011eb

%47.06
%3.57
%49.37

CMYK Percentages of Color #e011eb

%5
%93
%0
%8

Triadic Colors of #e011eb

#e011eb #ebe011 #11ebe0

Analogous Colors of #e011eb

#e011eb #eb1189 #7311eb

Monochromatic Colors of #e011eb

#e011eb

Complementary Color

#e011eb #1ceb11

#e011eb Color Preview on Black Background

Lorem ipsum dolor sit amet.

#e011eb Color Preview on White Background

Lorem ipsum dolor sit amet.

#e011eb Color CSS Codes

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

#e011eb Text Font Color

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

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


#e011eb Background Color

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

This div background color is #e011eb


#e011eb Border Color

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

This div border color is #e011eb


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #e011eb


Comments

No comments written yet.

Please login to write comment.