#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 of #B57EDC | Value |
---|---|
RGB | 181, 126, 220 |
HSL | 0.76, 0.57, 0.68 |
HSV | 275°, 43°, 86° |
XYZ | 39.43, 29.91, 71.39 |
Base | Red | Green | Blue |
---|---|---|---|
Binary | 10110101 | 1111110 | 11011100 |
Octal | 265 | 176 | 334 |
Decimal | 181 | 126 | 220 |
Hex | B5 | 7E | DC |
Shades of #B57EDC
Tints of #B57EDC
.mybgColor {background-color: #B57EDC;} .myforeColor {color: #B57EDC;} .myborderColor {border:3px solid #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,
<div style="background-color:#B57EDC">Div content here</div>
<div style="border:3px solid #B57EDC">Div here</div>
.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; }
<p style="text-shadow: 4px 4px 2px rgba(181, 126, 220, 0.8);">Text here</p>
This text has a shadow with RGB values.
<p style="text-shadow: 4px 4px 2px #B57EDC;">Text here</p>
This text has a shadow with hexadecimal (hex) values.
<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>