Color Hex Logo

#e032ab Color Hex

#E032AB
(224,50,171)
0 Favorites   0 Comments

Color spaces of #e032ab

RGB 22450171
HSL0.880.740.54
HSV318°78°88°
CMYK 0.000.780.24   0.12
XYZ39.231821.068840.5270
Yxy21.06880.38910.2090
Hunter Lab45.900872.2392-20.2182
CIE-Lab53.024774.7599-24.8579

#e032ab color RGB value is (224,50,171).

#e032ab hex color red value is 224, green value is 50 and the blue value of its RGB is 171. Cylindrical-coordinate representations (also known as HSL) of color #e032ab hue: 0.88 , saturation: 0.74 and the lightness value of e032ab is 0.54.

The process color (four color CMYK) of #e032ab color hex is 0.00, 0.78, 0.24, 0.12. Web safe color of #e032ab is #cc3399. Color #e032ab contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11100000 00110010 10101011
Octal 340 62 253
Decimal 224 50 171
Hex E0 32 AB

RGB Percentages of Color #e032ab

%50.34
%11.24
%38.43

CMYK Percentages of Color #e032ab

%0
%78
%24
%12

Triadic Colors of #e032ab

#e032ab #abe032 #32abe0

Analogous Colors of #e032ab

#e032ab #e03254 #be32e0

Monochromatic Colors of #e032ab

#e032ab

Complementary Color

#e032ab #32e067

#e032ab Color Preview on Black Background

Lorem ipsum dolor sit amet.

#e032ab Color Preview on White Background

Lorem ipsum dolor sit amet.

#e032ab Color CSS Codes

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

#e032ab Text Font Color

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

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


#e032ab Background Color

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

This div background color is #e032ab


#e032ab Border Color

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

This div border color is #e032ab


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #e032ab


Comments

No comments written yet.

Please login to write comment.