Color Hex Logo

#ea9889 Color Hex

#EA9889
(234,152,137)
0 Favorites   0 Comments

Color spaces of #ea9889

RGB 234152137
HSL0.030.700.73
HSV41°92°
CMYK 0.000.350.41   0.08
XYZ49.675341.755029.1083
Yxy41.75500.41210.3464
Hunter Lab64.618124.140518.5245
CIE-Lab70.701729.037620.6462

#ea9889 color RGB value is (234,152,137).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11101010 10011000 10001001
Octal 352 230 211
Decimal 234 152 137
Hex EA 98 89

RGB Percentages of Color #ea9889

%44.74
%29.06
%26.20

CMYK Percentages of Color #ea9889

%0
%35
%41
%8

Triadic Colors of #ea9889

#ea9889 #89ea98 #9889ea

Analogous Colors of #ea9889

#ea9889 #eac989 #ea89ab

Monochromatic Colors of #ea9889

#ea9889

Complementary Color

#ea9889 #89dbea

#ea9889 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#ea9889 Color Preview on White Background

Lorem ipsum dolor sit amet.

#ea9889 Color CSS Codes

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

#ea9889 Text Font Color

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

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


#ea9889 Background Color

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

This div background color is #ea9889


#ea9889 Border Color

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

This div border color is #ea9889


Css3 Examples

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

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(234,152,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 #ea9889">Text here</p>

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #ea9889


Comments

No comments written yet.

Please login to write comment.