Color Hex Logo

#e04aeb Color Hex

#E04AEB
(224,74,235)
0 Favorites   0 Comments

Color spaces of #e04aeb

RGB 22474235
HSL0.820.800.61
HSV296°69°92°
CMYK 0.050.690.00   0.08
XYZ48.184626.743081.2196
Yxy26.74300.30860.1713
Hunter Lab51.713675.8200-56.9192
CIE-Lab58.735776.5454-52.5285

#e04aeb color RGB value is (224,74,235).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11100000 01001010 11101011
Octal 340 112 353
Decimal 224 74 235
Hex E0 4A EB

RGB Percentages of Color #e04aeb

%42.03
%13.88
%44.09

CMYK Percentages of Color #e04aeb

%5
%69
%0
%8

Triadic Colors of #e04aeb

#e04aeb #ebe04a #4aebe0

Analogous Colors of #e04aeb

#e04aeb #eb4aa6 #904aeb

Monochromatic Colors of #e04aeb

#e04aeb

Complementary Color

#e04aeb #55eb4a

#e04aeb Color Preview on Black Background

Lorem ipsum dolor sit amet.

#e04aeb Color Preview on White Background

Lorem ipsum dolor sit amet.

#e04aeb Color CSS Codes

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

#e04aeb Text Font Color

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

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


#e04aeb Background Color

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

This div background color is #e04aeb


#e04aeb Border Color

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

This div border color is #e04aeb


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #e04aeb


Comments

No comments written yet.

Please login to write comment.