Color Hex Logo

#e060ab Color Hex

#E060AB
(224,96,171)
0 Favorites   0 Comments

Color spaces of #e060ab

RGB 22496171
HSL0.900.670.63
HSV325°57°88°
CMYK 0.000.570.24   0.12
XYZ42.274027.153341.5411
Yxy27.15330.38100.2447
Hunter Lab52.108853.6201-10.7897
CIE-Lab59.116057.8887-15.5458

#e060ab color RGB value is (224,96,171).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11100000 01100000 10101011
Octal 340 140 253
Decimal 224 96 171
Hex E0 60 AB

RGB Percentages of Color #e060ab

%45.62
%19.55
%34.83

CMYK Percentages of Color #e060ab

%0
%57
%24
%12

Triadic Colors of #e060ab

#e060ab #abe060 #60abe0

Analogous Colors of #e060ab

#e060ab #e0606b #d560e0

Monochromatic Colors of #e060ab

#e060ab

Complementary Color

#e060ab #60e095

#e060ab Color Preview on Black Background

Lorem ipsum dolor sit amet.

#e060ab Color Preview on White Background

Lorem ipsum dolor sit amet.

#e060ab Color CSS Codes

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

#e060ab Text Font Color

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

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


#e060ab Background Color

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

This div background color is #e060ab


#e060ab Border Color

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

This div border color is #e060ab


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #e060ab


Comments

No comments written yet.

Please login to write comment.