Color Hex Logo

#ea898d Color Hex

#EA898D
(234,137,141)
0 Favorites   0 Comments

Color spaces of #ea898d

RGB 234137141
HSL0.990.700.73
HSV358°41°92°
CMYK 0.000.410.40   0.08
XYZ47.685137.306829.8870
Yxy37.30680.41510.3247
Hunter Lab61.079332.467613.7440
CIE-Lab67.506637.357513.9986

#ea898d color RGB value is (234,137,141).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11101010 10001001 10001101
Octal 352 211 215
Decimal 234 137 141
Hex EA 89 8D

RGB Percentages of Color #ea898d

%45.70
%26.76
%27.54

CMYK Percentages of Color #ea898d

%0
%41
%40
%8

Triadic Colors of #ea898d

#ea898d #8dea89 #898dea

Analogous Colors of #ea898d

#ea898d #eab689 #ea89be

Monochromatic Colors of #ea898d

#ea898d

Complementary Color

#ea898d #89eae6

#ea898d Color Preview on Black Background

Lorem ipsum dolor sit amet.

#ea898d Color Preview on White Background

Lorem ipsum dolor sit amet.

#ea898d Color CSS Codes

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

#ea898d Text Font Color

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

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


#ea898d Background Color

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

This div background color is #ea898d


#ea898d Border Color

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

This div border color is #ea898d


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #ea898d


Comments

No comments written yet.

Please login to write comment.