Color Hex Logo

#e064ab Color Hex

#E064AB
(224,100,171)
0 Favorites   0 Comments

Color spaces of #e064ab

RGB 224100171
HSL0.900.670.64
HSV326°55°88°
CMYK 0.000.550.24   0.12
XYZ42.648327.901941.6659
Yxy27.90190.38010.2486
Hunter Lab52.822251.6807-9.7921
CIE-Lab59.800056.0634-14.5115

#e064ab color RGB value is (224,100,171).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11100000 01100100 10101011
Octal 340 144 253
Decimal 224 100 171
Hex E0 64 AB

RGB Percentages of Color #e064ab

%45.25
%20.20
%34.55

CMYK Percentages of Color #e064ab

%0
%55
%24
%12

Triadic Colors of #e064ab

#e064ab #abe064 #64abe0

Analogous Colors of #e064ab

#e064ab #e0646d #d764e0

Monochromatic Colors of #e064ab

#e064ab

Complementary Color

#e064ab #64e099

#e064ab Color Preview on Black Background

Lorem ipsum dolor sit amet.

#e064ab Color Preview on White Background

Lorem ipsum dolor sit amet.

#e064ab Color CSS Codes

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

#e064ab Text Font Color

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

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


#e064ab Background Color

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

This div background color is #e064ab


#e064ab Border Color

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

This div border color is #e064ab


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #e064ab


Comments

No comments written yet.

Please login to write comment.