Color Hex Logo

#e013eb Color Hex

#E013EB
(224,19,235)
0 Favorites   0 Comments

Color spaces of #e013eb

RGB 22419235
HSL0.820.850.50
HSV297°92°92°
CMYK 0.050.920.00   0.08
XYZ45.968722.311280.4809
Yxy22.31120.30900.1500
Hunter Lab47.234791.0549-67.9570
CIE-Lab54.355689.2172-59.5287

#e013eb color RGB value is (224,19,235).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11100000 00010011 11101011
Octal 340 23 353
Decimal 224 19 235
Hex E0 13 EB

RGB Percentages of Color #e013eb

%46.86
%3.97
%49.16

CMYK Percentages of Color #e013eb

%5
%92
%0
%8

Triadic Colors of #e013eb

#e013eb #ebe013 #13ebe0

Analogous Colors of #e013eb

#e013eb #eb138a #7413eb

Monochromatic Colors of #e013eb

#e013eb

Complementary Color

#e013eb #1eeb13

#e013eb Color Preview on Black Background

Lorem ipsum dolor sit amet.

#e013eb Color Preview on White Background

Lorem ipsum dolor sit amet.

#e013eb Color CSS Codes

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

#e013eb Text Font Color

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

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


#e013eb Background Color

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

This div background color is #e013eb


#e013eb Border Color

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

This div border color is #e013eb


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #e013eb


Comments

No comments written yet.

Please login to write comment.