Color Hex Logo

#ea899d Color Hex

#EA899D
(234,137,157)
0 Favorites   0 Comments

Color spaces of #ea899d

RGB 234137157
HSL0.970.700.73
HSV348°41°92°
CMYK 0.000.410.33   0.08
XYZ48.963137.818136.6173
Yxy37.81810.39680.3065
Hunter Lab61.496434.50197.7440
CIE-Lab67.886339.23865.5492

#ea899d color RGB value is (234,137,157).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11101010 10001001 10011101
Octal 352 211 235
Decimal 234 137 157
Hex EA 89 9D

RGB Percentages of Color #ea899d

%44.32
%25.95
%29.73

CMYK Percentages of Color #ea899d

%0
%41
%33
%8

Triadic Colors of #ea899d

#ea899d #9dea89 #899dea

Analogous Colors of #ea899d

#ea899d #eaa689 #ea89ce

Monochromatic Colors of #ea899d

#ea899d

Complementary Color

#ea899d #89ead6

#ea899d Color Preview on Black Background

Lorem ipsum dolor sit amet.

#ea899d Color Preview on White Background

Lorem ipsum dolor sit amet.

#ea899d Color CSS Codes

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

#ea899d Text Font Color

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

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


#ea899d Background Color

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

This div background color is #ea899d


#ea899d Border Color

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

This div border color is #ea899d


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #ea899d


Comments

No comments written yet.

Please login to write comment.