#b31a6e color RGB value is (11, 49, 166).
#b31a6e hex color red value is 11, green value is 49, and blue value is 166.
Cylindrical-coordinate representations (HSL) of color #b31a6e
hue: 225.29,
saturation: 0.88 and lightness: 0.35.
The process color (four-color CMYK) of #b31a6e color hex is 0.00, 0.28, 0.40, 0.03. Web safe color of #b31a6e is #ff9999. Color #b31a6e contains mainly RED.
| Color spaces of #b31a6e | Value |
|---|---|
| RGB | 179, 26, 110 |
| HSL | 0.91, 0.75, 0.4 |
| HSV | 327°, 85°, 70° |
| XYZ | 21.78, 11.45, 15.81 |
| Base | Red | Green | Blue |
|---|---|---|---|
| Binary | 10110011 | 11010 | 1101110 |
| Octal | 263 | 32 | 156 |
| Decimal | 179 | 26 | 110 |
| Hex | B3 | 1A | 6E |
Shades of #b31a6e
Tints of #b31a6e
.mybgColor {background-color: #b31a6e;}
.myforeColor {color: #b31a6e;}
.myborderColor {border:3px solid #b31a6e;}
<p style="color:#b31a6e">Text here</p>
This sample text is styled with the font color #b31a6e. 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:#b31a6e">Div content here</div>
<div style="border:3px solid #b31a6e">Div here</div>
.textShadowRgb {
text-shadow: 4px 4px 2px rgba(179, 26, 110, 0.8); }
.textShadowHex {
text-shadow: 4px 4px 2px #b31a6e; }
.divShadow {
-moz-box-shadow: 1px 1px 3px #b31a6e;
-webkit-box-shadow: 1px 1px 3px #b31a6e;
box-shadow: 1px 1px 3px #b31a6e; }
<p style="text-shadow: 4px 4px 2px rgba(179, 26, 110, 0.8);">Text here</p>
This text has a shadow with RGB values.
<p style="text-shadow: 4px 4px 2px #b31a6e;">Text here</p>
This text has a shadow with hexadecimal (hex) values.
<div style="-moz-box-shadow: 1px 1px 3px #b31a6e;
-webkit-box-shadow: 1px 1px 3px #b31a6e;
box-shadow: 1px 1px 3px #b31a6e;">Div content here</div>
