Color Hex Logo

#b59ebb Color Hex

#B59EBB
(181,158,187)
0 Favorites   0 Comments

Color spaces of #b59ebb

RGB 181158187
HSL0.800.180.68
HSV288°16°73°
CMYK 0.030.160.00   0.27
XYZ40.252637.865352.2009
Yxy37.86530.30890.2906
Hunter Lab61.53489.0788-7.2223
CIE-Lab67.921213.7521-11.8401

#b59ebb color RGB value is (181,158,187).

#b59ebb hex color red value is 181, green value is 158 and the blue value of its RGB is 187. Cylindrical-coordinate representations (also known as HSL) of color #b59ebb hue: 0.80 , saturation: 0.18 and the lightness value of b59ebb is 0.68.

The process color (four color CMYK) of #b59ebb color hex is 0.03, 0.16, 0.00, 0.27. Web safe color of #b59ebb is #cc99cc. Color #b59ebb contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 10110101 10011110 10111011
Octal 265 236 273
Decimal 181 158 187
Hex B5 9E BB

RGB Percentages of Color #b59ebb

%34.41
%30.04
%35.55

CMYK Percentages of Color #b59ebb

%3
%16
%0
%27

Triadic Colors of #b59ebb

#b59ebb #bbb59e #9ebbb5

Analogous Colors of #b59ebb

#b59ebb #bb9eb3 #a79ebb

Monochromatic Colors of #b59ebb

#b59ebb

Complementary Color

#b59ebb #a4bb9e

#b59ebb Color Preview on Black Background

Lorem ipsum dolor sit amet.

#b59ebb Color Preview on White Background

Lorem ipsum dolor sit amet.

#b59ebb Color CSS Codes

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

#b59ebb Text Font Color

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

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


#b59ebb Background Color

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

This div background color is #b59ebb


#b59ebb Border Color

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

This div border color is #b59ebb


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #b59ebb


Comments

No comments written yet.

Please login to write comment.