Color Hex Logo

#b0809e Color Hex

#B0809E
(176,128,158)
0 Favorites   0 Comments

Color spaces of #b0809e

RGB 176128158
HSL0.900.230.60
HSV323°27°69°
CMYK 0.000.270.10   0.31
XYZ31.795227.137135.9099
Yxy27.13710.33520.2861
Hunter Lab52.093317.7845-4.4056
CIE-Lab59.101023.3806-8.6964

#b0809e color RGB value is (176,128,158).

#b0809e hex color red value is 176, green value is 128 and the blue value of its RGB is 158. Cylindrical-coordinate representations (also known as HSL) of color #b0809e hue: 0.90 , saturation: 0.23 and the lightness value of b0809e is 0.60.

The process color (four color CMYK) of #b0809e color hex is 0.00, 0.27, 0.10, 0.31. Web safe color of #b0809e is #999999. Color #b0809e contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 10110000 10000000 10011110
Octal 260 200 236
Decimal 176 128 158
Hex B0 80 9E

RGB Percentages of Color #b0809e

%38.10
%27.71
%34.20

CMYK Percentages of Color #b0809e

%0
%27
%10
%31

Triadic Colors of #b0809e

#b0809e #9eb080 #809eb0

Analogous Colors of #b0809e

#b0809e #b08086 #aa80b0

Monochromatic Colors of #b0809e

#b0809e

Complementary Color

#b0809e #80b092

#b0809e Color Preview on Black Background

Lorem ipsum dolor sit amet.

#b0809e Color Preview on White Background

Lorem ipsum dolor sit amet.

#b0809e Color CSS Codes

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

#b0809e Text Font Color

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

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


#b0809e Background Color

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

This div background color is #b0809e


#b0809e Border Color

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

This div border color is #b0809e


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #b0809e


Comments

No comments written yet.

Please login to write comment.