Color Hex Logo

#e010ee Color Hex

#E010EE
(224,16,238)
0 Favorites   0 Comments

Color spaces of #e010ee

RGB 22416238
HSL0.820.870.50
HSV296°93°93°
CMYK 0.060.930.00   0.07
XYZ46.358422.390982.7674
Yxy22.39090.30600.1478
Hunter Lab47.319092.0680-70.5829
CIE-Lab54.439389.9625-61.0810

#e010ee color RGB value is (224,16,238).

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

The process color (four color CMYK) of #e010ee color hex is 0.06, 0.93, 0.00, 0.07. Web safe color of #e010ee is #cc00ff. Color #e010ee contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 11100000 00010000 11101110
Octal 340 20 356
Decimal 224 16 238
Hex E0 10 EE

RGB Percentages of Color #e010ee

%46.86
%3.35
%49.79

CMYK Percentages of Color #e010ee

%6
%93
%0
%7

Triadic Colors of #e010ee

#e010ee #eee010 #10eee0

Analogous Colors of #e010ee

#e010ee #ee108d #7110ee

Monochromatic Colors of #e010ee

#e010ee

Complementary Color

#e010ee #1eee10

#e010ee Color Preview on Black Background

Lorem ipsum dolor sit amet.

#e010ee Color Preview on White Background

Lorem ipsum dolor sit amet.

#e010ee Color CSS Codes

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

#e010ee Text Font Color

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

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


#e010ee Background Color

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

This div background color is #e010ee


#e010ee Border Color

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

This div border color is #e010ee


Css3 Examples

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

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(224,16,238, 0.8);">Text here</p>

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #e010ee


Comments

No comments written yet.

Please login to write comment.