Color Hex Logo

#e00aeb Color Hex

#E00AEB
(224,10,235)
0 Favorites   0 Comments

Color spaces of #e00aeb

RGB 22410235
HSL0.830.920.48
HSV297°96°92°
CMYK 0.050.960.00   0.08
XYZ45.844422.062580.4395
Yxy22.06250.30900.1487
Hunter Lab46.970792.0209-68.6573
CIE-Lab54.093389.9942-59.9501

#e00aeb color RGB value is (224,10,235).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11100000 00001010 11101011
Octal 340 12 353
Decimal 224 10 235
Hex E0 A EB

RGB Percentages of Color #e00aeb

%47.76
%2.13
%50.11

CMYK Percentages of Color #e00aeb

%5
%96
%0
%8

Triadic Colors of #e00aeb

#e00aeb #ebe00a #0aebe0

Analogous Colors of #e00aeb

#e00aeb #eb0a86 #700aeb

Monochromatic Colors of #e00aeb

#e00aeb

Complementary Color

#e00aeb #15eb0a

#e00aeb Color Preview on Black Background

Lorem ipsum dolor sit amet.

#e00aeb Color Preview on White Background

Lorem ipsum dolor sit amet.

#e00aeb Color CSS Codes

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

#e00aeb Text Font Color

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

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


#e00aeb Background Color

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

This div background color is #e00aeb


#e00aeb Border Color

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

This div border color is #e00aeb


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #e00aeb


Comments

No comments written yet.

Please login to write comment.