#b3849d color RGB value is (11, 56, 73).
#b3849d hex color red value is 11, green value is 56, and blue value is 73.
Cylindrical-coordinate representations (HSL) of color #b3849d
hue: 196.45,
saturation: 0.74 and lightness: 0.16.
The process color (four-color CMYK) of #b3849d color hex is 0.00, 0.28, 0.40, 0.03. Web safe color of #b3849d is #ff9999. Color #b3849d contains mainly RED.
| Color spaces of #b3849d | Value |
|---|---|
| RGB | 179, 132, 157 |
| HSL | 0.91, 0.24, 0.61 |
| HSV | 328°, 26°, 70° |
| XYZ | 32.93, 28.52, 35.66 |
| Base | Red | Green | Blue |
|---|---|---|---|
| Binary | 10110011 | 10000100 | 10011101 |
| Octal | 263 | 204 | 235 |
| Decimal | 179 | 132 | 157 |
| Hex | B3 | 84 | 9D |
Shades of #b3849d
Tints of #b3849d
.mybgColor {background-color: #b3849d;}
.myforeColor {color: #b3849d;}
.myborderColor {border:3px solid #b3849d;}
<p style="color:#b3849d">Text here</p>
This sample text is styled with the font color #b3849d. It is a long established fact that a reader will be distracted by the readable content of a page when looking at its layout. The point of using Lorem Ipsum is that it has a more-or-less normal distribution of letters, as opposed to using 'Content here,
<div style="background-color:#b3849d">Div content here</div>
<div style="border:3px solid #b3849d">Div here</div>
.textShadowRgb {
text-shadow: 4px 4px 2px rgba(179, 132, 157, 0.8); }
.textShadowHex {
text-shadow: 4px 4px 2px #b3849d; }
.divShadow {
-moz-box-shadow: 1px 1px 3px #b3849d;
-webkit-box-shadow: 1px 1px 3px #b3849d;
box-shadow: 1px 1px 3px #b3849d; }
<p style="text-shadow: 4px 4px 2px rgba(179, 132, 157, 0.8);">Text here</p>
This text has a shadow with RGB values.
<p style="text-shadow: 4px 4px 2px #b3849d;">Text here</p>
This text has a shadow with hexadecimal (hex) values.
<div style="-moz-box-shadow: 1px 1px 3px #b3849d;
-webkit-box-shadow: 1px 1px 3px #b3849d;
box-shadow: 1px 1px 3px #b3849d;">Div content here</div>
