Color Hex Logo

#b59fbd Color Hex

#B59FBD
(181,159,189)
0 Favorites   0 Comments

Color spaces of #b59fbd

RGB 181159189
HSL0.790.190.68
HSV284°16°74°
CMYK 0.040.160.00   0.26
XYZ40.639538.294253.3937
Yxy38.29420.30710.2894
Hunter Lab61.88238.9309-7.8394
CIE-Lab68.236913.5906-12.4791

#b59fbd color RGB value is (181,159,189).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10110101 10011111 10111101
Octal 265 237 275
Decimal 181 159 189
Hex B5 9F BD

RGB Percentages of Color #b59fbd

%34.22
%30.06
%35.73

CMYK Percentages of Color #b59fbd

%4
%16
%0
%26

Triadic Colors of #b59fbd

#b59fbd #bdb59f #9fbdb5

Analogous Colors of #b59fbd

#b59fbd #bd9fb6 #a69fbd

Monochromatic Colors of #b59fbd

#b59fbd

Complementary Color

#b59fbd #a7bd9f

#b59fbd Color Preview on Black Background

Lorem ipsum dolor sit amet.

#b59fbd Color Preview on White Background

Lorem ipsum dolor sit amet.

#b59fbd Color CSS Codes

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

#b59fbd Text Font Color

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

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


#b59fbd Background Color

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

This div background color is #b59fbd


#b59fbd Border Color

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

This div border color is #b59fbd


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #b59fbd


Comments

No comments written yet.

Please login to write comment.