Color Hex Logo

#e060aa Color Hex

#E060AA
(224,96,170)
0 Favorites   0 Comments

Color spaces of #e060aa

RGB 22496170
HSL0.900.670.63
HSV325°57°88°
CMYK 0.000.570.24   0.12
XYZ42.179027.115341.0409
Yxy27.11530.38230.2458
Hunter Lab52.072453.4597-10.2789
CIE-Lab59.080957.7537-15.0217

#e060aa color RGB value is (224,96,170).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11100000 01100000 10101010
Octal 340 140 252
Decimal 224 96 170
Hex E0 60 AA

RGB Percentages of Color #e060aa

%45.71
%19.59
%34.69

CMYK Percentages of Color #e060aa

%0
%57
%24
%12

Triadic Colors of #e060aa

#e060aa #aae060 #60aae0

Analogous Colors of #e060aa

#e060aa #e0606a #d660e0

Monochromatic Colors of #e060aa

#e060aa

Complementary Color

#e060aa #60e096

#e060aa Color Preview on Black Background

Lorem ipsum dolor sit amet.

#e060aa Color Preview on White Background

Lorem ipsum dolor sit amet.

#e060aa Color CSS Codes

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

#e060aa Text Font Color

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

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


#e060aa Background Color

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

This div background color is #e060aa


#e060aa Border Color

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

This div border color is #e060aa


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #e060aa


Comments

No comments written yet.

Please login to write comment.