#681048 color RGB value is (6, 129, 4).
#681048 hex color red value is 6, green value is 129, and blue value is 4.
Cylindrical-coordinate representations (HSL) of color #681048
hue: 119.04,
saturation: 0.94 and lightness: 0.26.
The process color (four-color CMYK) of #681048 color hex is 0.00, 0.28, 0.40, 0.03. Web safe color of #681048 is #ff9999. Color #681048 contains mainly RED.
| Color spaces of #681048 | Value |
|---|---|
| RGB | 104, 16, 72 |
| HSL | 0.89, 0.73, 0.24 |
| HSV | 322°, 85°, 41° |
| XYZ | 7.06, 3.78, 6.49 |
| Base | Red | Green | Blue |
|---|---|---|---|
| Binary | 1101000 | 10000 | 1001000 |
| Octal | 150 | 20 | 110 |
| Decimal | 104 | 16 | 72 |
| Hex | 68 | 10 | 48 |
Shades of #681048
Tints of #681048
.mybgColor {background-color: #681048;}
.myforeColor {color: #681048;}
.myborderColor {border:3px solid #681048;}
<p style="color:#681048">Text here</p>
This sample text is styled with the font color #681048. 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:#681048">Div content here</div>
<div style="border:3px solid #681048">Div here</div>
.textShadowRgb {
text-shadow: 4px 4px 2px rgba(104, 16, 72, 0.8); }
.textShadowHex {
text-shadow: 4px 4px 2px #681048; }
.divShadow {
-moz-box-shadow: 1px 1px 3px #681048;
-webkit-box-shadow: 1px 1px 3px #681048;
box-shadow: 1px 1px 3px #681048; }
<p style="text-shadow: 4px 4px 2px rgba(104, 16, 72, 0.8);">Text here</p>
This text has a shadow with RGB values.
<p style="text-shadow: 4px 4px 2px #681048;">Text here</p>
This text has a shadow with hexadecimal (hex) values.
<div style="-moz-box-shadow: 1px 1px 3px #681048;
-webkit-box-shadow: 1px 1px 3px #681048;
box-shadow: 1px 1px 3px #681048;">Div content here</div>
