Color Hex Logo

#eb9cbb Color Hex

#EB9CBB
(235,156,187)
0 Favorites   0 Comments

Color spaces of #eb9cbb

RGB 235156187
HSL0.930.660.77
HSV336°34°92°
CMYK 0.000.340.20   0.08
XYZ55.119145.027052.7997
Yxy45.02700.36040.2944
Hunter Lab67.102229.19480.3189
CIE-Lab72.909733.7256-3.8355

#eb9cbb color RGB value is (235,156,187).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11101011 10011100 10111011
Octal 353 234 273
Decimal 235 156 187
Hex EB 9C BB

RGB Percentages of Color #eb9cbb

%40.66
%26.99
%32.35

CMYK Percentages of Color #eb9cbb

%0
%34
%20
%8

Triadic Colors of #eb9cbb

#eb9cbb #bbeb9c #9cbbeb

Analogous Colors of #eb9cbb

#eb9cbb #eba59c #eb9ce3

Monochromatic Colors of #eb9cbb

#eb9cbb

Complementary Color

#eb9cbb #9cebcc

#eb9cbb Color Preview on Black Background

Lorem ipsum dolor sit amet.

#eb9cbb Color Preview on White Background

Lorem ipsum dolor sit amet.

#eb9cbb Color CSS Codes

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

#eb9cbb Text Font Color

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

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


#eb9cbb Background Color

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

This div background color is #eb9cbb


#eb9cbb Border Color

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

This div border color is #eb9cbb


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #eb9cbb


Comments

No comments written yet.

Please login to write comment.