Color Hex Logo

#ea24ac Color Hex

#EA24AC
(234,36,172)
0 Favorites   0 Comments

Color spaces of #ea24ac

RGB 23436172
HSL0.890.830.53
HSV319°85°92°
CMYK 0.000.850.26   0.08
XYZ42.009021.732741.0104
Yxy21.73270.40100.2075
Hunter Lab46.618379.2689-19.5249
CIE-Lab53.742280.2521-24.1905

#ea24ac color RGB value is (234,36,172).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11101010 00100100 10101100
Octal 352 44 254
Decimal 234 36 172
Hex EA 24 AC

RGB Percentages of Color #ea24ac

%52.94
%8.14
%38.91

CMYK Percentages of Color #ea24ac

%0
%85
%26
%8

Triadic Colors of #ea24ac

#ea24ac #acea24 #24acea

Analogous Colors of #ea24ac

#ea24ac #ea2449 #c524ea

Monochromatic Colors of #ea24ac

#ea24ac

Complementary Color

#ea24ac #24ea62

#ea24ac Color Preview on Black Background

Lorem ipsum dolor sit amet.

#ea24ac Color Preview on White Background

Lorem ipsum dolor sit amet.

#ea24ac Color CSS Codes

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

#ea24ac Text Font Color

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

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


#ea24ac Background Color

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

This div background color is #ea24ac


#ea24ac Border Color

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

This div border color is #ea24ac


Css3 Examples

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

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(234,36,172, 0.8);">Text here</p>

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #ea24ac


Comments

No comments written yet.

Please login to write comment.