Color Hex Logo

#ea15ac Color Hex

#EA15AC
(234,21,172)
0 Favorites   0 Comments

Color spaces of #ea15ac

RGB 23421172
HSL0.880.840.50
HSV317°91°92°
CMYK 0.000.910.26   0.08
XYZ41.646221.007340.8895
Yxy21.00730.40220.2029
Hunter Lab45.833781.9826-20.8106
CIE-Lab52.957582.5351-25.4014

#ea15ac color RGB value is (234,21,172).

#ea15ac hex color red value is 234, green value is 21 and the blue value of its RGB is 172. Cylindrical-coordinate representations (also known as HSL) of color #ea15ac hue: 0.88 , saturation: 0.84 and the lightness value of ea15ac is 0.50.

The process color (four color CMYK) of #ea15ac color hex is 0.00, 0.91, 0.26, 0.08. Web safe color of #ea15ac is #ff0099. Color #ea15ac contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11101010 00010101 10101100
Octal 352 25 254
Decimal 234 21 172
Hex EA 15 AC

RGB Percentages of Color #ea15ac

%54.80
%4.92
%40.28

CMYK Percentages of Color #ea15ac

%0
%91
%26
%8

Triadic Colors of #ea15ac

#ea15ac #acea15 #15acea

Analogous Colors of #ea15ac

#ea15ac #ea1542 #be15ea

Monochromatic Colors of #ea15ac

#ea15ac

Complementary Color

#ea15ac #15ea53

#ea15ac Color Preview on Black Background

Lorem ipsum dolor sit amet.

#ea15ac Color Preview on White Background

Lorem ipsum dolor sit amet.

#ea15ac Color CSS Codes

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

#ea15ac Text Font Color

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

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


#ea15ac Background Color

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

This div background color is #ea15ac


#ea15ac Border Color

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

This div border color is #ea15ac


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #ea15ac


Comments

No comments written yet.

Please login to write comment.