#B666D2 color RGB value is (11, 102, 109).
#B666D2 hex color red value is 11, green value is 102, and blue value is 109.
Cylindrical-coordinate representations (HSL) of color #B666D2
hue: 184.29,
saturation: 0.82 and lightness: 0.24.
The process color (four-color CMYK) of #B666D2 color hex is 0.00, 0.28, 0.40, 0.03. Web safe color of #B666D2 is #ff9999. Color #B666D2 contains mainly RED.
| Color spaces of #B666D2 | Value |
|---|---|
| RGB | 182, 102, 210 |
| HSL | 0.79, 0.55, 0.61 |
| HSV | 284°, 51°, 82° |
| XYZ | 35.67, 24.1, 63.73 |
| Base | Red | Green | Blue |
|---|---|---|---|
| Binary | 10110110 | 1100110 | 11010010 |
| Octal | 266 | 146 | 322 |
| Decimal | 182 | 102 | 210 |
| Hex | B6 | 66 | D2 |
Shades of #B666D2
Tints of #B666D2
.mybgColor {background-color: #B666D2;}
.myforeColor {color: #B666D2;}
.myborderColor {border:3px solid #B666D2;}
<p style="color:#B666D2">Text here</p>
This sample text is styled with the font color #B666D2. 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:#B666D2">Div content here</div>
<div style="border:3px solid #B666D2">Div here</div>
.textShadowRgb {
text-shadow: 4px 4px 2px rgba(182, 102, 210, 0.8); }
.textShadowHex {
text-shadow: 4px 4px 2px #B666D2; }
.divShadow {
-moz-box-shadow: 1px 1px 3px #B666D2;
-webkit-box-shadow: 1px 1px 3px #B666D2;
box-shadow: 1px 1px 3px #B666D2; }
<p style="text-shadow: 4px 4px 2px rgba(182, 102, 210, 0.8);">Text here</p>
This text has a shadow with RGB values.
<p style="text-shadow: 4px 4px 2px #B666D2;">Text here</p>
This text has a shadow with hexadecimal (hex) values.
<div style="-moz-box-shadow: 1px 1px 3px #B666D2;
-webkit-box-shadow: 1px 1px 3px #B666D2;
box-shadow: 1px 1px 3px #B666D2;">Div content here</div>
