Color Hex Logo

#eb9dbf Color Hex

#EB9DBF
(235,157,191)
0 Favorites   0 Comments

Color spaces of #eb9dbf

RGB 235157191
HSL0.930.660.77
HSV334°33°92°
CMYK 0.000.330.19   0.08
XYZ55.721945.537755.1430
Yxy45.53770.35630.2912
Hunter Lab67.481629.3007-1.2120
CIE-Lab73.244533.7967-5.5491

#eb9dbf color RGB value is (235,157,191).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11101011 10011101 10111111
Octal 353 235 277
Decimal 235 157 191
Hex EB 9D BF

RGB Percentages of Color #eb9dbf

%40.31
%26.93
%32.76

CMYK Percentages of Color #eb9dbf

%0
%33
%19
%8

Triadic Colors of #eb9dbf

#eb9dbf #bfeb9d #9dbfeb

Analogous Colors of #eb9dbf

#eb9dbf #eba29d #eb9de6

Monochromatic Colors of #eb9dbf

#eb9dbf

Complementary Color

#eb9dbf #9debc9

#eb9dbf Color Preview on Black Background

Lorem ipsum dolor sit amet.

#eb9dbf Color Preview on White Background

Lorem ipsum dolor sit amet.

#eb9dbf Color CSS Codes

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

#eb9dbf Text Font Color

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

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


#eb9dbf Background Color

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

This div background color is #eb9dbf


#eb9dbf Border Color

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

This div border color is #eb9dbf


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #eb9dbf


Comments

No comments written yet.

Please login to write comment.