color details

Color Details
#681048 Color Hex

#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
Color spaces of #681048Value
RGB104, 16, 72
HSL0.89, 0.73, 0.24
HSV322°, 85°, 41°
XYZ7.06, 3.78, 6.49
Base Numbers
Base Red Green Blue
Binary 1101000 10000 1001000
Octal 150 20 110
Decimal 104 16 72
Hex 68 10 48

RGB Percentages for Color #681048

54.17%
8.33%
37.5%

CMYK Percentages of the Color #681048

84.62%
30.77%
59.22%
CSS Codes for Color #681048
.mybgColor {background-color: #681048;}
.myforeColor {color: #681048;}
.myborderColor {border:3px solid #681048;}
Text Font Color #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,

Background Color #681048

<div style="background-color:#681048">Div content here</div>

The background color of this div is #681048
Border Color #681048

<div style="border:3px solid #681048">Div here</div>

The border color of this div is #681048
Css3 Examples
            .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;            }
            
Text Shadow Using RGB Values

<p style="text-shadow: 4px 4px 2px rgba(104, 16, 72, 0.8);">Text here</p>

This text has a shadow with RGB values.

Text Shadow Using Hex Values

<p style="text-shadow: 4px 4px 2px #681048;">Text here</p>

This text has a shadow with hexadecimal (hex) values.

Shadow Div Box

<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>

This div box has a shadow with a specified color. #681048

Scroll to Top