Color Hex Logo

#ea089a Color Hex

#EA089A
(234,8,154)
0 Favorites   0 Comments

Color spaces of #ea089a

RGB 2348154
HSL0.890.930.47
HSV321°97°92°
CMYK 0.000.970.34   0.08
XYZ39.851319.999232.3317
Yxy19.99920.43230.2170
Hunter Lab44.720580.8041-11.5608
CIE-Lab51.836381.8316-16.4706

#ea089a color RGB value is (234,8,154).

#ea089a hex color red value is 234, green value is 8 and the blue value of its RGB is 154. Cylindrical-coordinate representations (also known as HSL) of color #ea089a hue: 0.89 , saturation: 0.93 and the lightness value of ea089a is 0.47.

The process color (four color CMYK) of #ea089a color hex is 0.00, 0.97, 0.34, 0.08. Web safe color of #ea089a is #ff0099. Color #ea089a contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11101010 00001000 10011010
Octal 352 10 232
Decimal 234 8 154
Hex EA 8 9A

RGB Percentages of Color #ea089a

%59.09
%2.02
%38.89

CMYK Percentages of Color #ea089a

%0
%97
%34
%8

Triadic Colors of #ea089a

#ea089a #9aea08 #089aea

Analogous Colors of #ea089a

#ea089a #ea0829 #c908ea

Monochromatic Colors of #ea089a

#ea089a

Complementary Color

#ea089a #08ea58

#ea089a Color Preview on Black Background

Lorem ipsum dolor sit amet.

#ea089a Color Preview on White Background

Lorem ipsum dolor sit amet.

#ea089a Color CSS Codes

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

#ea089a Text Font Color

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

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


#ea089a Background Color

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

This div background color is #ea089a


#ea089a Border Color

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

This div border color is #ea089a


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #ea089a


Comments

No comments written yet.

Please login to write comment.