#b06a8b hex color information.
RGB value of #b06a8b is (176,106,139)
Change page background color to #b06a8b
| Reset
| RGB | 176 | 106 | 139 |
|---|---|---|---|
| HSL | 0.92 | 0.31 | 0.55 |
| HSV | 332° | 40° | 69° |
| CMYK | 0.00 | 0.40 | 0.21 0.31 |
| XYZ | 27.7187 | 21.4023 | 27.0962 |
| Yxy | 21.4023 | 0.3637 | 0.2808 |
| Hunter Lab | 46.2626 | 25.9904 | -2.3426 |
| CIE-Lab | 53.3870 | 32.4929 | -6.1669 |
#b06a8b hex color red value is 176, green value is 106 and the blue value of its RGB is 106. Cylindrical-coordinate representations (also known as HSL) of color #b06a8b hue: 0.92 , saturation: 0.31 and the lightness value of b06a8b is 0.55.
The process color (four color CMYK) of #b06a8b hex color is 0.00, 0.40, 0.21, 0.31. Web safe color of #b06a8b is #996699
Color #b06a8b contains mostly RED color.
| Base | Red | Green | Blue |
|---|---|---|---|
| Binary | 10110000 | 01101010 | 10001011 |
| Octal | 260 | 152 | 213 |
| Decimal | 176 | 106 | 139 |
| Hexadecimal | B0 | 6A | 8B |
Lorem ipsum dolor sit amet.
Lorem ipsum dolor sit amet.
.mybgcolor {background-color:#b06a8b; }
.myforecolor {color:#b06a8b; }
.mybordercolor {border:3px solid #b06a8b; }
This sample text font color is #b06a8b
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.
<p style="color:#b06a8b">Text here</p>
This div background color is #b06a8b
<div style="background-color:#b06a8b">
Div content here</div>
This div border color is #b06a8b
<div style="border:3px solid #b06a8b">
Div here</div>
| #b06a8b | border color |
.textShadowRgb {
text-shadow: 4px 4px 2px rgba(176,106,139, 0.8);
}
.textShadowHex {
text-shadow: 4px 4px 2px #b06a8b;
}
.divShadow {
-moz-box-shadow: 1px 1px 3px 2px #b06a8b;
-webkit-box-shadow: 1px 1px 3px 2px #b06a8b;
box-shadow: 1px 1px 3px 2px #b06a8b;
}
<p style="text-shadow: 4px 4px 2px rgba(176,106,139, 0.8);">Text here</p>
This text has shadow with rgb values.
<p style="text-shadow: 4px 4px 2px #b06a8b">Text here</p>
This text has shadow with hex values.
This div box has shadow with color #b06a8b
<div style="-moz-box-shadow: 1px 1px 3px 2px #b06a8b; -webkit-box-shadow: 1px 1px 3px 2px #b06a8b; box-shadow: 1px 1px 3px 2px #b06a8b;">
Div content here</div>