Color Hex Logo

#ea8889 Color Hex

#EA8889
(234,136,137)
0 Favorites   0 Comments

Color spaces of #ea8889

RGB 234136137
HSL1.000.700.73
HSV359°42°92°
CMYK 0.000.420.41   0.08
XYZ47.251236.906928.3002
Yxy36.90690.42020.3282
Hunter Lab60.751032.520114.9061
CIE-Lab67.207137.439515.8246

#ea8889 color RGB value is (234,136,137).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11101010 10001000 10001001
Octal 352 210 211
Decimal 234 136 137
Hex EA 88 89

RGB Percentages of Color #ea8889

%46.15
%26.82
%27.02

CMYK Percentages of Color #ea8889

%0
%42
%41
%8

Triadic Colors of #ea8889

#ea8889 #89ea88 #8889ea

Analogous Colors of #ea8889

#ea8889 #eab888 #ea88ba

Monochromatic Colors of #ea8889

#ea8889

Complementary Color

#ea8889 #88eae9

#ea8889 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#ea8889 Color Preview on White Background

Lorem ipsum dolor sit amet.

#ea8889 Color CSS Codes

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

#ea8889 Text Font Color

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

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


#ea8889 Background Color

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

This div background color is #ea8889


#ea8889 Border Color

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

This div border color is #ea8889


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #ea8889


Comments

No comments written yet.

Please login to write comment.