Color Hex Logo

#e00eed Color Hex

#E00EED
(224,14,237)
0 Favorites   0 Comments

Color spaces of #e00eed

RGB 22414237
HSL0.820.890.49
HSV297°94°93°
CMYK 0.050.940.00   0.07
XYZ46.183622.275881.9863
Yxy22.27580.30700.1481
Hunter Lab47.197292.0712-69.9545
CIE-Lab54.318489.9884-60.7134

#e00eed color RGB value is (224,14,237).

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

The process color (four color CMYK) of #e00eed color hex is 0.05, 0.94, 0.00, 0.07. Web safe color of #e00eed is #cc00ff. Color #e00eed contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 11100000 00001110 11101101
Octal 340 16 355
Decimal 224 14 237
Hex E0 E ED

RGB Percentages of Color #e00eed

%47.16
%2.95
%49.89

CMYK Percentages of Color #e00eed

%5
%94
%0
%7

Triadic Colors of #e00eed

#e00eed #ede00e #0eede0

Analogous Colors of #e00eed

#e00eed #ed0e8b #710eed

Monochromatic Colors of #e00eed

#e00eed

Complementary Color

#e00eed #1bed0e

#e00eed Color Preview on Black Background

Lorem ipsum dolor sit amet.

#e00eed Color Preview on White Background

Lorem ipsum dolor sit amet.

#e00eed Color CSS Codes

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

#e00eed Text Font Color

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

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


#e00eed Background Color

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

This div background color is #e00eed


#e00eed Border Color

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

This div border color is #e00eed


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #e00eed


Comments

No comments written yet.

Please login to write comment.