#7b6fcc color RGB value is (7, 182, 252).
#7b6fcc hex color red value is 7, green value is 182, and blue value is 252.
Cylindrical-coordinate representations (HSL) of color #7b6fcc
hue: 197.14,
saturation: 0.98 and lightness: 0.51.
The process color (four-color CMYK) of #7b6fcc color hex is 0.00, 0.28, 0.40, 0.03. Web safe color of #7b6fcc is #ff9999. Color #7b6fcc contains mainly RED.
| Color spaces of #7b6fcc | Value |
|---|---|
| RGB | 123, 111, 204 |
| HSL | 0.69, 0.48, 0.62 |
| HSV | 248°, 46°, 80° |
| XYZ | 24.75, 19.94, 59.66 |
| Base | Red | Green | Blue |
|---|---|---|---|
| Binary | 1111011 | 1101111 | 11001100 |
| Octal | 173 | 157 | 314 |
| Decimal | 123 | 111 | 204 |
| Hex | 7B | 6F | CC |
Shades of #7b6fcc
Tints of #7b6fcc
.mybgColor {background-color: #7b6fcc;}
.myforeColor {color: #7b6fcc;}
.myborderColor {border:3px solid #7b6fcc;}
<p style="color:#7b6fcc">Text here</p>
This sample text is styled with the font color #7b6fcc. 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:#7b6fcc">Div content here</div>
<div style="border:3px solid #7b6fcc">Div here</div>
.textShadowRgb {
text-shadow: 4px 4px 2px rgba(123, 111, 204, 0.8); }
.textShadowHex {
text-shadow: 4px 4px 2px #7b6fcc; }
.divShadow {
-moz-box-shadow: 1px 1px 3px #7b6fcc;
-webkit-box-shadow: 1px 1px 3px #7b6fcc;
box-shadow: 1px 1px 3px #7b6fcc; }
<p style="text-shadow: 4px 4px 2px rgba(123, 111, 204, 0.8);">Text here</p>
This text has a shadow with RGB values.
<p style="text-shadow: 4px 4px 2px #7b6fcc;">Text here</p>
This text has a shadow with hexadecimal (hex) values.
<div style="-moz-box-shadow: 1px 1px 3px #7b6fcc;
-webkit-box-shadow: 1px 1px 3px #7b6fcc;
box-shadow: 1px 1px 3px #7b6fcc;">Div content here</div>
