Color Hex Logo

#ea898e Color Hex

#EA898E
(234,137,142)
0 Favorites   0 Comments

Color spaces of #ea898e

RGB 234137142
HSL0.990.700.73
HSV357°41°92°
CMYK 0.000.410.39   0.08
XYZ47.759837.336730.2807
Yxy37.33670.41390.3236
Hunter Lab61.103832.587213.3908
CIE-Lab67.528937.468713.4688

#ea898e color RGB value is (234,137,142).

#ea898e hex color red value is 234, green value is 137 and the blue value of its RGB is 142. Cylindrical-coordinate representations (also known as HSL) of color #ea898e hue: 0.99 , saturation: 0.70 and the lightness value of ea898e is 0.73.

The process color (four color CMYK) of #ea898e color hex is 0.00, 0.41, 0.39, 0.08. Web safe color of #ea898e is #ff9999. Color #ea898e contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11101010 10001001 10001110
Octal 352 211 216
Decimal 234 137 142
Hex EA 89 8E

RGB Percentages of Color #ea898e

%45.61
%26.71
%27.68

CMYK Percentages of Color #ea898e

%0
%41
%39
%8

Triadic Colors of #ea898e

#ea898e #8eea89 #898eea

Analogous Colors of #ea898e

#ea898e #eab589 #ea89bf

Monochromatic Colors of #ea898e

#ea898e

Complementary Color

#ea898e #89eae5

#ea898e Color Preview on Black Background

Lorem ipsum dolor sit amet.

#ea898e Color Preview on White Background

Lorem ipsum dolor sit amet.

#ea898e Color CSS Codes

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

#ea898e Text Font Color

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

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


#ea898e Background Color

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

This div background color is #ea898e


#ea898e Border Color

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

This div border color is #ea898e


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #ea898e


Comments

No comments written yet.

Please login to write comment.