Color Hex Logo

#e007aa Color Hex

#E007AA
(224,7,170)
0 Favorites   0 Comments

Color spaces of #e007aa

RGB 2247170
HSL0.870.940.45
HSV315°97°88°
CMYK 0.000.970.24   0.12
XYZ38.072118.901539.6719
Yxy18.90150.39390.1956
Hunter Lab43.475980.2309-23.6693
CIE-Lab50.571881.6280-28.0680

#e007aa color RGB value is (224,7,170).

#e007aa hex color red value is 224, green value is 7 and the blue value of its RGB is 170. Cylindrical-coordinate representations (also known as HSL) of color #e007aa hue: 0.87 , saturation: 0.94 and the lightness value of e007aa is 0.45.

The process color (four color CMYK) of #e007aa color hex is 0.00, 0.97, 0.24, 0.12. Web safe color of #e007aa is #cc0099. Color #e007aa contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11100000 00000111 10101010
Octal 340 7 252
Decimal 224 7 170
Hex E0 7 AA

RGB Percentages of Color #e007aa

%55.86
%1.75
%42.39

CMYK Percentages of Color #e007aa

%0
%97
%24
%12

Triadic Colors of #e007aa

#e007aa #aae007 #07aae0

Analogous Colors of #e007aa

#e007aa #e0073e #aa07e0

Monochromatic Colors of #e007aa

#e007aa

Complementary Color

#e007aa #07e03d

#e007aa Color Preview on Black Background

Lorem ipsum dolor sit amet.

#e007aa Color Preview on White Background

Lorem ipsum dolor sit amet.

#e007aa Color CSS Codes

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

#e007aa Text Font Color

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

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


#e007aa Background Color

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

This div background color is #e007aa


#e007aa Border Color

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

This div border color is #e007aa


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #e007aa


Comments

No comments written yet.

Please login to write comment.