Color Hex Logo

#e05aaa Color Hex

#E05AAA
(224,90,170)
0 Favorites   0 Comments

Color spaces of #e05aaa

RGB 22490170
HSL0.900.680.62
HSV324°60°88°
CMYK 0.000.600.24   0.12
XYZ41.652326.061940.8653
Yxy26.06190.38360.2400
Hunter Lab51.050956.2988-11.7250
CIE-Lab58.095860.4059-16.5139

#e05aaa color RGB value is (224,90,170).

#e05aaa hex color red value is 224, green value is 90 and the blue value of its RGB is 170. Cylindrical-coordinate representations (also known as HSL) of color #e05aaa hue: 0.90 , saturation: 0.68 and the lightness value of e05aaa is 0.62.

The process color (four color CMYK) of #e05aaa color hex is 0.00, 0.60, 0.24, 0.12. Web safe color of #e05aaa is #cc6699. Color #e05aaa contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11100000 01011010 10101010
Octal 340 132 252
Decimal 224 90 170
Hex E0 5A AA

RGB Percentages of Color #e05aaa

%46.28
%18.60
%35.12

CMYK Percentages of Color #e05aaa

%0
%60
%24
%12

Triadic Colors of #e05aaa

#e05aaa #aae05a #5aaae0

Analogous Colors of #e05aaa

#e05aaa #e05a67 #d35ae0

Monochromatic Colors of #e05aaa

#e05aaa

Complementary Color

#e05aaa #5ae090

#e05aaa Color Preview on Black Background

Lorem ipsum dolor sit amet.

#e05aaa Color Preview on White Background

Lorem ipsum dolor sit amet.

#e05aaa Color CSS Codes

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

#e05aaa Text Font Color

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

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


#e05aaa Background Color

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

This div background color is #e05aaa


#e05aaa Border Color

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

This div border color is #e05aaa


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #e05aaa


Comments

No comments written yet.

Please login to write comment.