Color Hex Logo

#e032ad Color Hex

#E032AD
(224,50,173)
0 Favorites   0 Comments

Color spaces of #e032ad

RGB 22450173
HSL0.880.740.54
HSV318°78°88°
CMYK 0.000.780.23   0.12
XYZ39.423921.145641.5388
Yxy21.14560.38610.2071
Hunter Lab45.984372.5613-21.3691
CIE-Lab53.108575.0055-25.9009

#e032ad color RGB value is (224,50,173).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11100000 00110010 10101101
Octal 340 62 255
Decimal 224 50 173
Hex E0 32 AD

RGB Percentages of Color #e032ad

%50.11
%11.19
%38.70

CMYK Percentages of Color #e032ad

%0
%78
%23
%12

Triadic Colors of #e032ad

#e032ad #ade032 #32ade0

Analogous Colors of #e032ad

#e032ad #e03256 #bc32e0

Monochromatic Colors of #e032ad

#e032ad

Complementary Color

#e032ad #32e065

#e032ad Color Preview on Black Background

Lorem ipsum dolor sit amet.

#e032ad Color Preview on White Background

Lorem ipsum dolor sit amet.

#e032ad Color CSS Codes

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

#e032ad Text Font Color

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

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


#e032ad Background Color

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

This div background color is #e032ad


#e032ad Border Color

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

This div border color is #e032ad


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #e032ad


Comments

No comments written yet.

Please login to write comment.