Color Hex Logo

#eb899d Color Hex

#EB899D
(235,137,157)
0 Favorites   0 Comments

Color spaces of #eb899d

RGB 235137157
HSL0.970.710.73
HSV348°42°92°
CMYK 0.000.420.33   0.08
XYZ49.292437.987836.6327
Yxy37.98780.39780.3066
Hunter Lab61.634234.89667.9046
CIE-Lab68.011639.59515.7458

#eb899d color RGB value is (235,137,157).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11101011 10001001 10011101
Octal 353 211 235
Decimal 235 137 157
Hex EB 89 9D

RGB Percentages of Color #eb899d

%44.42
%25.90
%29.68

CMYK Percentages of Color #eb899d

%0
%42
%33
%8

Triadic Colors of #eb899d

#eb899d #9deb89 #899deb

Analogous Colors of #eb899d

#eb899d #eba689 #eb89ce

Monochromatic Colors of #eb899d

#eb899d

Complementary Color

#eb899d #89ebd7

#eb899d Color Preview on Black Background

Lorem ipsum dolor sit amet.

#eb899d Color Preview on White Background

Lorem ipsum dolor sit amet.

#eb899d Color CSS Codes

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

#eb899d Text Font Color

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

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


#eb899d Background Color

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

This div background color is #eb899d


#eb899d Border Color

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

This div border color is #eb899d


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #eb899d


Comments

No comments written yet.

Please login to write comment.