color details

Color Details
#B39EB5 Color Hex

#B39EB5 color RGB value is (11, 57, 235).
#B39EB5 hex color red value is 11, green value is 57, and blue value is 235.
Cylindrical-coordinate representations (HSL) of color #B39EB5 hue: 227.68, saturation: 0.91 and lightness: 0.48.

The process color (four-color CMYK) of #B39EB5 color hex is 0.00, 0.28, 0.40, 0.03. Web safe color of #B39EB5 is #ff9999. Color #B39EB5 contains mainly RED.

Color Spaces
Color spaces of #B39EB5Value
RGB179, 158, 181
HSL0.82, 0.13, 0.66
HSV295°, 13°, 71°
XYZ39.16, 37.37, 48.86
Base Numbers
Base Red Green Blue
Binary 10110011 10011110 10110101
Octal 263 236 265
Decimal 179 158 181
Hex B3 9E B5

RGB Percentages for Color #B39EB5

34.56%
30.5%
34.94%

CMYK Percentages of the Color #B39EB5

1.1%
12.71%
29.02%
CSS Codes for Color #B39EB5
.mybgColor {background-color: #B39EB5;}
.myforeColor {color: #B39EB5;}
.myborderColor {border:3px solid #B39EB5;}
Text Font Color #B39EB5

<p style="color:#B39EB5">Text here</p>

This sample text is styled with the font color #B39EB5. 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 #B39EB5

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

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

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

The border color of this div is #B39EB5
Css3 Examples
            .textShadowRgb {
                text-shadow: 4px 4px 2px rgba(179, 158, 181, 0.8);            }
            .textShadowHex {
                text-shadow: 4px 4px 2px #B39EB5;            }
            .divShadow {
                -moz-box-shadow: 1px 1px 3px #B39EB5;
-webkit-box-shadow: 1px 1px 3px #B39EB5;
box-shadow: 1px 1px 3px #B39EB5;            }
            
Text Shadow Using RGB Values

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

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

Shadow Div Box

<div style="-moz-box-shadow: 1px 1px 3px #B39EB5; -webkit-box-shadow: 1px 1px 3px #B39EB5; box-shadow: 1px 1px 3px #B39EB5;">Div content here</div>

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

Scroll to Top