Color Hex Logo

#e060ac Color Hex

#E060AC
(224,96,172)
0 Favorites   0 Comments

Color spaces of #e060ac

RGB 22496172
HSL0.900.670.63
HSV324°57°88°
CMYK 0.000.570.23   0.12
XYZ42.369727.191642.0451
Yxy27.19160.37960.2436
Hunter Lab52.145653.7814-11.3038
CIE-Lab59.151358.0244-16.0692

#e060ac color RGB value is (224,96,172).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11100000 01100000 10101100
Octal 340 140 254
Decimal 224 96 172
Hex E0 60 AC

RGB Percentages of Color #e060ac

%45.53
%19.51
%34.96

CMYK Percentages of Color #e060ac

%0
%57
%23
%12

Triadic Colors of #e060ac

#e060ac #ace060 #60ace0

Analogous Colors of #e060ac

#e060ac #e0606c #d460e0

Monochromatic Colors of #e060ac

#e060ac

Complementary Color

#e060ac #60e094

#e060ac Color Preview on Black Background

Lorem ipsum dolor sit amet.

#e060ac Color Preview on White Background

Lorem ipsum dolor sit amet.

#e060ac Color CSS Codes

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

#e060ac Text Font Color

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

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


#e060ac Background Color

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

This div background color is #e060ac


#e060ac Border Color

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

This div border color is #e060ac


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #e060ac


Comments

No comments written yet.

Please login to write comment.