Color Hex Logo

#e037aa Color Hex

#E037AA
(224,55,170)
0 Favorites   0 Comments

Color spaces of #e037aa

RGB 22455170
HSL0.890.730.55
HSV319°75°88°
CMYK 0.000.750.24   0.12
XYZ39.362421.481940.1020
Yxy21.48190.38990.2128
Hunter Lab46.348670.4845-18.8553
CIE-Lab53.472973.2406-23.5804

#e037aa color RGB value is (224,55,170).

#e037aa hex color red value is 224, green value is 55 and the blue value of its RGB is 170. Cylindrical-coordinate representations (also known as HSL) of color #e037aa hue: 0.89 , saturation: 0.73 and the lightness value of e037aa is 0.55.

The process color (four color CMYK) of #e037aa color hex is 0.00, 0.75, 0.24, 0.12. Web safe color of #e037aa is #cc3399. Color #e037aa contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11100000 00110111 10101010
Octal 340 67 252
Decimal 224 55 170
Hex E0 37 AA

RGB Percentages of Color #e037aa

%49.89
%12.25
%37.86

CMYK Percentages of Color #e037aa

%0
%75
%24
%12

Triadic Colors of #e037aa

#e037aa #aae037 #37aae0

Analogous Colors of #e037aa

#e037aa #e03756 #c237e0

Monochromatic Colors of #e037aa

#e037aa

Complementary Color

#e037aa #37e06d

#e037aa Color Preview on Black Background

Lorem ipsum dolor sit amet.

#e037aa Color Preview on White Background

Lorem ipsum dolor sit amet.

#e037aa Color CSS Codes

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

#e037aa Text Font Color

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

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


#e037aa Background Color

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

This div background color is #e037aa


#e037aa Border Color

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

This div border color is #e037aa


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #e037aa


Comments

No comments written yet.

Please login to write comment.