Color Hex Logo

#b59cbd Color Hex

#B59CBD
(181,156,189)
0 Favorites   0 Comments

Color spaces of #b59cbd

RGB 181156189
HSL0.790.200.68
HSV285°17°74°
CMYK 0.040.170.00   0.26
XYZ40.129837.274853.2238
Yxy37.27480.30720.2853
Hunter Lab61.053110.4840-8.9496
CIE-Lab67.482715.2601-13.6120

#b59cbd color RGB value is (181,156,189).

#b59cbd hex color red value is 181, green value is 156 and the blue value of its RGB is 189. Cylindrical-coordinate representations (also known as HSL) of color #b59cbd hue: 0.79 , saturation: 0.20 and the lightness value of b59cbd is 0.68.

The process color (four color CMYK) of #b59cbd color hex is 0.04, 0.17, 0.00, 0.26. Web safe color of #b59cbd is #cc99cc. Color #b59cbd contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 10110101 10011100 10111101
Octal 265 234 275
Decimal 181 156 189
Hex B5 9C BD

RGB Percentages of Color #b59cbd

%34.41
%29.66
%35.93

CMYK Percentages of Color #b59cbd

%4
%17
%0
%26

Triadic Colors of #b59cbd

#b59cbd #bdb59c #9cbdb5

Analogous Colors of #b59cbd

#b59cbd #bd9cb5 #a59cbd

Monochromatic Colors of #b59cbd

#b59cbd

Complementary Color

#b59cbd #a4bd9c

#b59cbd Color Preview on Black Background

Lorem ipsum dolor sit amet.

#b59cbd Color Preview on White Background

Lorem ipsum dolor sit amet.

#b59cbd Color CSS Codes

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

#b59cbd Text Font Color

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

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


#b59cbd Background Color

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

This div background color is #b59cbd


#b59cbd Border Color

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

This div border color is #b59cbd


Css3 Examples

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

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(181,156,189, 0.8);">Text here</p>

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #b59cbd


Comments

No comments written yet.

Please login to write comment.