color details

Color Details
#b31a6e Color Hex

#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
Color spaces of #b31a6eValue
RGB179, 26, 110
HSL0.91, 0.75, 0.4
HSV327°, 85°, 70°
XYZ21.78, 11.45, 15.81
Base Numbers
Base Red Green Blue
Binary 10110011 11010 1101110
Octal 263 32 156
Decimal 179 26 110
Hex B3 1A 6E

RGB Percentages for Color #b31a6e

56.83%
8.25%
34.92%

CMYK Percentages of the Color #b31a6e

85.47%
38.55%
29.8%
CSS Codes for Color #b31a6e
.mybgColor {background-color: #b31a6e;}
.myforeColor {color: #b31a6e;}
.myborderColor {border:3px solid #b31a6e;}
Text Font Color #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,

Background Color #b31a6e

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

The background color of this div is #b31a6e
Border Color #b31a6e

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

The border color of this div is #b31a6e
Css3 Examples
            .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;            }
            
Text Shadow Using RGB Values

<p style="text-shadow: 4px 4px 2px rgba(179, 26, 110, 0.8);">Text here</p>

This text has a shadow with RGB values.

Text Shadow Using Hex Values

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

This text has a shadow with hexadecimal (hex) values.

Shadow Div Box

<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>

This div box has a shadow with a specified color. #b31a6e

Scroll to Top