Color Hex Logo

#b9809e Color Hex

#B9809E
(185,128,158)
0 Favorites   0 Comments

Color spaces of #b9809e

RGB 185128158
HSL0.910.290.61
HSV328°31°73°
CMYK 0.000.310.15   0.27
XYZ33.898328.221336.0084
Yxy28.22130.34540.2876
Hunter Lab53.123720.9345-3.0014
CIE-Lab60.088126.6157-7.1207

#b9809e color RGB value is (185,128,158).

#b9809e hex color red value is 185, green value is 128 and the blue value of its RGB is 158. Cylindrical-coordinate representations (also known as HSL) of color #b9809e hue: 0.91 , saturation: 0.29 and the lightness value of b9809e is 0.61.

The process color (four color CMYK) of #b9809e color hex is 0.00, 0.31, 0.15, 0.27. Web safe color of #b9809e is #cc9999. Color #b9809e contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 10111001 10000000 10011110
Octal 271 200 236
Decimal 185 128 158
Hex B9 80 9E

RGB Percentages of Color #b9809e

%39.28
%27.18
%33.55

CMYK Percentages of Color #b9809e

%0
%31
%15
%27

Triadic Colors of #b9809e

#b9809e #9eb980 #809eb9

Analogous Colors of #b9809e

#b9809e #b98082 #b880b9

Monochromatic Colors of #b9809e

#b9809e

Complementary Color

#b9809e #80b99b

#b9809e Color Preview on Black Background

Lorem ipsum dolor sit amet.

#b9809e Color Preview on White Background

Lorem ipsum dolor sit amet.

#b9809e Color CSS Codes

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

#b9809e Text Font Color

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

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


#b9809e Background Color

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

This div background color is #b9809e


#b9809e Border Color

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

This div border color is #b9809e


Css3 Examples

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

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(185,128,158, 0.8);">Text here</p>

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #b9809e


Comments

No comments written yet.

Please login to write comment.