#b980ee color RGB value is (11, 152, 14).
#b980ee hex color red value is 11, green value is 152, and blue value is 14.
Cylindrical-coordinate representations (HSL) of color #b980ee
hue: 121.28,
saturation: 0.87 and lightness: 0.32.
The process color (four-color CMYK) of #b980ee color hex is 0.00, 0.28, 0.40, 0.03. Web safe color of #b980ee is #ff9999. Color #b980ee contains mainly RED.
| Color spaces of #b980ee | Value |
|---|---|
| RGB | 185, 128, 238 |
| HSL | 0.75, 0.76, 0.72 |
| HSV | 271°, 46°, 93° |
| XYZ | 43.16, 31.93, 84.76 |
| Base | Red | Green | Blue |
|---|---|---|---|
| Binary | 10111001 | 10000000 | 11101110 |
| Octal | 271 | 200 | 356 |
| Decimal | 185 | 128 | 238 |
| Hex | B9 | 80 | EE |
Shades of #b980ee
Tints of #b980ee
.mybgColor {background-color: #b980ee;}
.myforeColor {color: #b980ee;}
.myborderColor {border:3px solid #b980ee;}
<p style="color:#b980ee">Text here</p>
This sample text is styled with the font color #b980ee. 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:#b980ee">Div content here</div>
<div style="border:3px solid #b980ee">Div here</div>
.textShadowRgb {
text-shadow: 4px 4px 2px rgba(185, 128, 238, 0.8); }
.textShadowHex {
text-shadow: 4px 4px 2px #b980ee; }
.divShadow {
-moz-box-shadow: 1px 1px 3px #b980ee;
-webkit-box-shadow: 1px 1px 3px #b980ee;
box-shadow: 1px 1px 3px #b980ee; }
<p style="text-shadow: 4px 4px 2px rgba(185, 128, 238, 0.8);">Text here</p>
This text has a shadow with RGB values.
<p style="text-shadow: 4px 4px 2px #b980ee;">Text here</p>
This text has a shadow with hexadecimal (hex) values.
<div style="-moz-box-shadow: 1px 1px 3px #b980ee;
-webkit-box-shadow: 1px 1px 3px #b980ee;
box-shadow: 1px 1px 3px #b980ee;">Div content here</div>
