Color Hex Logo

#e061ab Color Hex

#E061AB
(224,97,171)
0 Favorites   0 Comments

Color spaces of #e061ab

RGB 22497171
HSL0.900.670.63
HSV325°57°88°
CMYK 0.000.570.24   0.12
XYZ42.365827.337041.5717
Yxy27.33700.38070.2457
Hunter Lab52.284853.1382-10.5422
CIE-Lab59.285057.4363-15.2900

#e061ab color RGB value is (224,97,171).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11100000 01100001 10101011
Octal 340 141 253
Decimal 224 97 171
Hex E0 61 AB

RGB Percentages of Color #e061ab

%45.53
%19.72
%34.76

CMYK Percentages of Color #e061ab

%0
%57
%24
%12

Triadic Colors of #e061ab

#e061ab #abe061 #61abe0

Analogous Colors of #e061ab

#e061ab #e0616c #d661e0

Monochromatic Colors of #e061ab

#e061ab

Complementary Color

#e061ab #61e096

#e061ab Color Preview on Black Background

Lorem ipsum dolor sit amet.

#e061ab Color Preview on White Background

Lorem ipsum dolor sit amet.

#e061ab Color CSS Codes

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

#e061ab Text Font Color

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

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


#e061ab Background Color

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

This div background color is #e061ab


#e061ab Border Color

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

This div border color is #e061ab


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #e061ab


Comments

No comments written yet.

Please login to write comment.