Color Hex Logo

#ea198a Color Hex

#EA198A
(234,25,138)
0 Favorites   0 Comments

Color spaces of #ea198a

RGB 23425138
HSL0.910.830.51
HSV328°89°92°
CMYK 0.000.890.41   0.08
XYZ38.866820.022725.8610
Yxy20.02270.45860.2363
Hunter Lab44.746776.7375-2.9434
CIE-Lab51.862978.6097-6.8533

#ea198a color RGB value is (234,25,138).

#ea198a hex color red value is 234, green value is 25 and the blue value of its RGB is 138. Cylindrical-coordinate representations (also known as HSL) of color #ea198a hue: 0.91 , saturation: 0.83 and the lightness value of ea198a is 0.51.

The process color (four color CMYK) of #ea198a color hex is 0.00, 0.89, 0.41, 0.08. Web safe color of #ea198a is #ff0099. Color #ea198a contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11101010 00011001 10001010
Octal 352 31 212
Decimal 234 25 138
Hex EA 19 8A

RGB Percentages of Color #ea198a

%58.94
%6.30
%34.76

CMYK Percentages of Color #ea198a

%0
%89
%41
%8

Triadic Colors of #ea198a

#ea198a #8aea19 #198aea

Analogous Colors of #ea198a

#ea198a #ea1922 #e219ea

Monochromatic Colors of #ea198a

#ea198a

Complementary Color

#ea198a #19ea79

#ea198a Color Preview on Black Background

Lorem ipsum dolor sit amet.

#ea198a Color Preview on White Background

Lorem ipsum dolor sit amet.

#ea198a Color CSS Codes

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

#ea198a Text Font Color

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

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


#ea198a Background Color

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

This div background color is #ea198a


#ea198a Border Color

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

This div border color is #ea198a


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #ea198a


Comments

No comments written yet.

Please login to write comment.