Color Hex Logo

#e02aeb Color Hex

#E02AEB
(224,42,235)
0 Favorites   0 Comments

Color spaces of #e02aeb

RGB 22442235
HSL0.820.830.54
HSV297°82°92°
CMYK 0.050.820.00   0.08
XYZ46.563823.501480.6793
Yxy23.50140.30890.1559
Hunter Lab48.478286.6140-64.7379
CIE-Lab55.585185.6043-57.5575

#e02aeb color RGB value is (224,42,235).

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

The process color (four color CMYK) of #e02aeb color hex is 0.05, 0.82, 0.00, 0.08. Web safe color of #e02aeb is #cc33ff. Color #e02aeb contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 11100000 00101010 11101011
Octal 340 52 353
Decimal 224 42 235
Hex E0 2A EB

RGB Percentages of Color #e02aeb

%44.71
%8.38
%46.91

CMYK Percentages of Color #e02aeb

%5
%82
%0
%8

Triadic Colors of #e02aeb

#e02aeb #ebe02a #2aebe0

Analogous Colors of #e02aeb

#e02aeb #eb2a96 #802aeb

Monochromatic Colors of #e02aeb

#e02aeb

Complementary Color

#e02aeb #35eb2a

#e02aeb Color Preview on Black Background

Lorem ipsum dolor sit amet.

#e02aeb Color Preview on White Background

Lorem ipsum dolor sit amet.

#e02aeb Color CSS Codes

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

#e02aeb Text Font Color

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

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


#e02aeb Background Color

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

This div background color is #e02aeb


#e02aeb Border Color

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

This div border color is #e02aeb


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #e02aeb


Comments

No comments written yet.

Please login to write comment.