color details

Color Details
#B57EDC Color Hex

#B57EDC color RGB value is (11, 87, 237).
#B57EDC hex color red value is 11, green value is 87, and blue value is 237.
Cylindrical-coordinate representations (HSL) of color #B57EDC hue: 219.82, saturation: 0.91 and lightness: 0.49.

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

Color Spaces
Color spaces of #B57EDCValue
RGB181, 126, 220
HSL0.76, 0.57, 0.68
HSV275°, 43°, 86°
XYZ39.43, 29.91, 71.39
Base Numbers
Base Red Green Blue
Binary 10110101 1111110 11011100
Octal 265 176 334
Decimal 181 126 220
Hex B5 7E DC

RGB Percentages for Color #B57EDC

34.35%
23.91%
41.75%

CMYK Percentages of the Color #B57EDC

17.73%
42.73%
13.73%
CSS Codes for Color #B57EDC
.mybgColor {background-color: #B57EDC;}
.myforeColor {color: #B57EDC;}
.myborderColor {border:3px solid #B57EDC;}
Text Font Color #B57EDC

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

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

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

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

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

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

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

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

Shadow Div Box

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

This div box has a shadow with a specified color. #B57EDC
Scroll to Top