Color Hex Logo

#b08dac Color Hex

#B08DAC
(176,141,172)
0 Favorites   0 Comments

Color spaces of #b08dac

RGB 176141172
HSL0.850.180.62
HSV307°20°69°
CMYK 0.000.200.02   0.31
XYZ34.875831.258443.2251
Yxy31.25840.31890.2858
Hunter Lab55.909213.5060-6.7024
CIE-Lab62.725218.6253-11.2572

#b08dac color RGB value is (176,141,172).

#b08dac hex color red value is 176, green value is 141 and the blue value of its RGB is 172. Cylindrical-coordinate representations (also known as HSL) of color #b08dac hue: 0.85 , saturation: 0.18 and the lightness value of b08dac is 0.62.

The process color (four color CMYK) of #b08dac color hex is 0.00, 0.20, 0.02, 0.31. Web safe color of #b08dac is #999999. Color #b08dac contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 10110000 10001101 10101100
Octal 260 215 254
Decimal 176 141 172
Hex B0 8D AC

RGB Percentages of Color #b08dac

%35.99
%28.83
%35.17

CMYK Percentages of Color #b08dac

%0
%20
%2
%31

Triadic Colors of #b08dac

#b08dac #acb08d #8dacb0

Analogous Colors of #b08dac

#b08dac #b08d9b #a38db0

Monochromatic Colors of #b08dac

#b08dac

Complementary Color

#b08dac #8db091

#b08dac Color Preview on Black Background

Lorem ipsum dolor sit amet.

#b08dac Color Preview on White Background

Lorem ipsum dolor sit amet.

#b08dac Color CSS Codes

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

#b08dac Text Font Color

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

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


#b08dac Background Color

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

This div background color is #b08dac


#b08dac Border Color

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

This div border color is #b08dac


Css3 Examples

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

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(176,141,172, 0.8);">Text here</p>

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #b08dac


Comments

No comments written yet.

Please login to write comment.