Color Hex Logo

#ea32aa Color Hex

#EA32AA
(234,50,170)
0 Favorites   0 Comments

Color spaces of #ea32aa

RGB 23450170
HSL0.890.810.56
HSV321°79°92°
CMYK 0.000.790.27   0.08
XYZ42.328022.675940.1762
Yxy22.67590.40240.2156
Hunter Lab47.619275.3323-16.6894
CIE-Lab54.736976.9263-21.4895

#ea32aa color RGB value is (234,50,170).

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

The process color (four color CMYK) of #ea32aa color hex is 0.00, 0.79, 0.27, 0.08. Web safe color of #ea32aa is #ff3399. Color #ea32aa contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11101010 00110010 10101010
Octal 352 62 252
Decimal 234 50 170
Hex EA 32 AA

RGB Percentages of Color #ea32aa

%51.54
%11.01
%37.44

CMYK Percentages of Color #ea32aa

%0
%79
%27
%8

Triadic Colors of #ea32aa

#ea32aa #aaea32 #32aaea

Analogous Colors of #ea32aa

#ea32aa #ea324e #ce32ea

Monochromatic Colors of #ea32aa

#ea32aa

Complementary Color

#ea32aa #32ea72

#ea32aa Color Preview on Black Background

Lorem ipsum dolor sit amet.

#ea32aa Color Preview on White Background

Lorem ipsum dolor sit amet.

#ea32aa Color CSS Codes

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

#ea32aa Text Font Color

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

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


#ea32aa Background Color

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

This div background color is #ea32aa


#ea32aa Border Color

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

This div border color is #ea32aa


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #ea32aa


Comments

No comments written yet.

Please login to write comment.