Color Hex Logo

#ea139e Color Hex

#EA139E
(234,19,158)
0 Favorites   0 Comments

Color spaces of #ea139e

RGB 23419158
HSL0.890.850.50
HSV321°92°92°
CMYK 0.000.920.32   0.08
XYZ40.336120.426834.1646
Yxy20.42680.42490.2152
Hunter Lab45.196080.2129-13.1813
CIE-Lab52.316481.2738-18.1182

#ea139e color RGB value is (234,19,158).

#ea139e hex color red value is 234, green value is 19 and the blue value of its RGB is 158. Cylindrical-coordinate representations (also known as HSL) of color #ea139e hue: 0.89 , saturation: 0.85 and the lightness value of ea139e is 0.50.

The process color (four color CMYK) of #ea139e color hex is 0.00, 0.92, 0.32, 0.08. Web safe color of #ea139e is #ff0099. Color #ea139e contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11101010 00010011 10011110
Octal 352 23 236
Decimal 234 19 158
Hex EA 13 9E

RGB Percentages of Color #ea139e

%56.93
%4.62
%38.44

CMYK Percentages of Color #ea139e

%0
%92
%32
%8

Triadic Colors of #ea139e

#ea139e #9eea13 #139eea

Analogous Colors of #ea139e

#ea139e #ea1332 #cb13ea

Monochromatic Colors of #ea139e

#ea139e

Complementary Color

#ea139e #13ea5f

#ea139e Color Preview on Black Background

Lorem ipsum dolor sit amet.

#ea139e Color Preview on White Background

Lorem ipsum dolor sit amet.

#ea139e Color CSS Codes

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

#ea139e Text Font Color

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

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


#ea139e Background Color

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

This div background color is #ea139e


#ea139e Border Color

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

This div border color is #ea139e


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #ea139e


Comments

No comments written yet.

Please login to write comment.