Color Hex Logo

#e00eeb Color Hex

#E00EEB
(224,14,235)
0 Favorites   0 Comments

Color spaces of #e00eeb

RGB 22414235
HSL0.830.890.49
HSV297°94°92°
CMYK 0.050.940.00   0.08
XYZ45.892922.159580.4557
Yxy22.15950.30900.1492
Hunter Lab47.073991.6425-68.3830
CIE-Lab54.195889.6903-59.7854

#e00eeb color RGB value is (224,14,235).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11100000 00001110 11101011
Octal 340 16 353
Decimal 224 14 235
Hex E0 E EB

RGB Percentages of Color #e00eeb

%47.36
%2.96
%49.68

CMYK Percentages of Color #e00eeb

%5
%94
%0
%8

Triadic Colors of #e00eeb

#e00eeb #ebe00e #0eebe0

Analogous Colors of #e00eeb

#e00eeb #eb0e88 #720eeb

Monochromatic Colors of #e00eeb

#e00eeb

Complementary Color

#e00eeb #19eb0e

#e00eeb Color Preview on Black Background

Lorem ipsum dolor sit amet.

#e00eeb Color Preview on White Background

Lorem ipsum dolor sit amet.

#e00eeb Color CSS Codes

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

#e00eeb Text Font Color

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

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


#e00eeb Background Color

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

This div background color is #e00eeb


#e00eeb Border Color

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

This div border color is #e00eeb


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #e00eeb


Comments

No comments written yet.

Please login to write comment.