Color Hex Logo

#ea24aa Color Hex

#EA24AA
(234,36,170)
0 Favorites   0 Comments

Color spaces of #ea24aa

RGB 23436170
HSL0.890.830.53
HSV319°85°92°
CMYK 0.000.850.27   0.08
XYZ41.818321.656540.0063
Yxy21.65650.40410.2093
Hunter Lab46.536578.9633-18.3945
CIE-Lab53.660680.0267-23.1426

#ea24aa color RGB value is (234,36,170).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11101010 00100100 10101010
Octal 352 44 252
Decimal 234 36 170
Hex EA 24 AA

RGB Percentages of Color #ea24aa

%53.18
%8.18
%38.64

CMYK Percentages of Color #ea24aa

%0
%85
%27
%8

Triadic Colors of #ea24aa

#ea24aa #aaea24 #24aaea

Analogous Colors of #ea24aa

#ea24aa #ea2447 #c724ea

Monochromatic Colors of #ea24aa

#ea24aa

Complementary Color

#ea24aa #24ea64

#ea24aa Color Preview on Black Background

Lorem ipsum dolor sit amet.

#ea24aa Color Preview on White Background

Lorem ipsum dolor sit amet.

#ea24aa Color CSS Codes

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

#ea24aa Text Font Color

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

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


#ea24aa Background Color

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

This div background color is #ea24aa


#ea24aa Border Color

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

This div border color is #ea24aa


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #ea24aa


Comments

No comments written yet.

Please login to write comment.