Color Hex Logo

#e000ee Color Hex

#E000EE
(224,0,238)
1 Favorites   0 Comments

Color spaces of #e000ee

RGB 2240238
HSL0.821.000.47
HSV296°100°93°
CMYK 0.061.000.00   0.07
XYZ46.173122.020382.7057
Yxy22.02030.30600.1459
Hunter Lab46.925893.5167-71.6493
CIE-Lab54.048591.1219-61.7094

#e000ee color RGB value is (224,0,238).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11100000 00000000 11101110
Octal 340 0 356
Decimal 224 0 238
Hex E0 0 EE

RGB Percentages of Color #e000ee

%48.48
%0.00
%51.52

CMYK Percentages of Color #e000ee

%6
%100
%0
%7

Triadic Colors of #e000ee

#e000ee #eee000 #00eee0

Analogous Colors of #e000ee

#e000ee #ee0085 #6900ee

Monochromatic Colors of #e000ee

#e000ee

Complementary Color

#e000ee #0eee00

#e000ee Color Preview on Black Background

Lorem ipsum dolor sit amet.

#e000ee Color Preview on White Background

Lorem ipsum dolor sit amet.

#e000ee Color CSS Codes

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

#e000ee Text Font Color

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

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


#e000ee Background Color

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

This div background color is #e000ee


#e000ee Border Color

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

This div border color is #e000ee


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #e000ee


Comments

No comments written yet.

Please login to write comment.