color details

Color Details
#b3849d Color Hex

#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
Color spaces of #b3849dValue
RGB179, 132, 157
HSL0.91, 0.24, 0.61
HSV328°, 26°, 70°
XYZ32.93, 28.52, 35.66
Base Numbers
Base Red Green Blue
Binary 10110011 10000100 10011101
Octal 263 204 235
Decimal 179 132 157
Hex B3 84 9D

RGB Percentages for Color #b3849d

38.25%
28.21%
33.55%

CMYK Percentages of the Color #b3849d

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

Background Color #b3849d

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

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

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

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

<p style="text-shadow: 4px 4px 2px rgba(179, 132, 157, 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 #b3849d;">Text here</p>

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

Shadow Div Box

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

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

Scroll to Top