Color Hex Logo

#eb889d Color Hex

#EB889D
(235,136,157)
0 Favorites   0 Comments

Color spaces of #eb889d

RGB 235136157
HSL0.960.710.73
HSV347°42°92°
CMYK 0.000.420.33   0.08
XYZ49.150937.704836.5855
Yxy37.70480.39820.3054
Hunter Lab61.404235.42267.6572
CIE-Lab67.802540.11195.4449

#eb889d color RGB value is (235,136,157).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11101011 10001000 10011101
Octal 353 210 235
Decimal 235 136 157
Hex EB 88 9D

RGB Percentages of Color #eb889d

%44.51
%25.76
%29.73

CMYK Percentages of Color #eb889d

%0
%42
%33
%8

Triadic Colors of #eb889d

#eb889d #9deb88 #889deb

Analogous Colors of #eb889d

#eb889d #eba588 #eb88cf

Monochromatic Colors of #eb889d

#eb889d

Complementary Color

#eb889d #88ebd6

#eb889d Color Preview on Black Background

Lorem ipsum dolor sit amet.

#eb889d Color Preview on White Background

Lorem ipsum dolor sit amet.

#eb889d Color CSS Codes

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

#eb889d Text Font Color

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

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


#eb889d Background Color

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

This div background color is #eb889d


#eb889d Border Color

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

This div border color is #eb889d


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #eb889d


Comments

No comments written yet.

Please login to write comment.