Color Hex Logo

#eb9dbb Color Hex

#EB9DBB
(235,157,187)
0 Favorites   0 Comments

Color spaces of #eb9dbb

RGB 235157187
HSL0.940.660.77
HSV337°33°92°
CMYK 0.000.330.20   0.08
XYZ55.287645.364052.8559
Yxy45.36400.36020.2955
Hunter Lab67.352828.65710.6184
CIE-Lab73.130933.1964-3.5098

#eb9dbb color RGB value is (235,157,187).

#eb9dbb hex color red value is 235, green value is 157 and the blue value of its RGB is 187. Cylindrical-coordinate representations (also known as HSL) of color #eb9dbb hue: 0.94 , saturation: 0.66 and the lightness value of eb9dbb is 0.77.

The process color (four color CMYK) of #eb9dbb color hex is 0.00, 0.33, 0.20, 0.08. Web safe color of #eb9dbb is #ff99cc. Color #eb9dbb contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11101011 10011101 10111011
Octal 353 235 273
Decimal 235 157 187
Hex EB 9D BB

RGB Percentages of Color #eb9dbb

%40.59
%27.12
%32.30

CMYK Percentages of Color #eb9dbb

%0
%33
%20
%8

Triadic Colors of #eb9dbb

#eb9dbb #bbeb9d #9dbbeb

Analogous Colors of #eb9dbb

#eb9dbb #eba69d #eb9de2

Monochromatic Colors of #eb9dbb

#eb9dbb

Complementary Color

#eb9dbb #9debcd

#eb9dbb Color Preview on Black Background

Lorem ipsum dolor sit amet.

#eb9dbb Color Preview on White Background

Lorem ipsum dolor sit amet.

#eb9dbb Color CSS Codes

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

#eb9dbb Text Font Color

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

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


#eb9dbb Background Color

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

This div background color is #eb9dbb


#eb9dbb Border Color

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

This div border color is #eb9dbb


Css3 Examples

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

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(235,157,187, 0.8);">Text here</p>

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #eb9dbb


Comments

No comments written yet.

Please login to write comment.