Color Hex Logo

#e532aa Color Hex

#E532AA
(229,50,170)
0 Favorites   0 Comments

Color spaces of #e532aa

RGB 22950170
HSL0.890.770.55
HSV320°78°90°
CMYK 0.000.780.26   0.10
XYZ40.709421.841540.1004
Yxy21.84150.39660.2128
Hunter Lab46.734973.7001-18.1588
CIE-Lab53.858475.7826-22.9138

#e532aa color RGB value is (229,50,170).

#e532aa hex color red value is 229, green value is 50 and the blue value of its RGB is 170. Cylindrical-coordinate representations (also known as HSL) of color #e532aa hue: 0.89 , saturation: 0.77 and the lightness value of e532aa is 0.55.

The process color (four color CMYK) of #e532aa color hex is 0.00, 0.78, 0.26, 0.10. Web safe color of #e532aa is #cc3399. Color #e532aa contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11100101 00110010 10101010
Octal 345 62 252
Decimal 229 50 170
Hex E5 32 AA

RGB Percentages of Color #e532aa

%51.00
%11.14
%37.86

CMYK Percentages of Color #e532aa

%0
%78
%26
%10

Triadic Colors of #e532aa

#e532aa #aae532 #32aae5

Analogous Colors of #e532aa

#e532aa #e53251 #c732e5

Monochromatic Colors of #e532aa

#e532aa

Complementary Color

#e532aa #32e56d

#e532aa Color Preview on Black Background

Lorem ipsum dolor sit amet.

#e532aa Color Preview on White Background

Lorem ipsum dolor sit amet.

#e532aa Color CSS Codes

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

#e532aa Text Font Color

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

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


#e532aa Background Color

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

This div background color is #e532aa


#e532aa Border Color

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

This div border color is #e532aa


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #e532aa


Comments

No comments written yet.

Please login to write comment.