color details

Color Details
#68083c Color Hex

#68083c color RGB value is (6, 128, 131).
#68083c hex color red value is 6, green value is 128, and blue value is 131.
Cylindrical-coordinate representations (HSL) of color #68083c hue: 181.44, saturation: 0.91 and lightness: 0.27.

The process color (four-color CMYK) of #68083c color hex is 0.00, 0.28, 0.40, 0.03. Web safe color of #68083c is #ff9999. Color #68083c contains mainly RED.

Color Spaces
Color spaces of #68083cValue
RGB104, 8, 60
HSL0.91, 0.86, 0.22
HSV328°, 92°, 41°
XYZ6.61, 3.44, 4.59
Base Numbers
Base Red Green Blue
Binary 1101000 1000 111100
Octal 150 10 74
Decimal 104 8 60
Hex 68 8 3C

RGB Percentages for Color #68083c

60.47%
4.65%
34.88%

CMYK Percentages of the Color #68083c

92.31%
42.31%
59.22%
CSS Codes for Color #68083c
.mybgColor {background-color: #68083c;}
.myforeColor {color: #68083c;}
.myborderColor {border:3px solid #68083c;}
Text Font Color #68083c

<p style="color:#68083c">Text here</p>

This sample text is styled with the font color #68083c. 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 #68083c

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

The background color of this div is #68083c
Border Color #68083c

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

The border color of this div is #68083c
Css3 Examples
            .textShadowRgb {
                text-shadow: 4px 4px 2px rgba(104, 8, 60, 0.8);            }
            .textShadowHex {
                text-shadow: 4px 4px 2px #68083c;            }
            .divShadow {
                -moz-box-shadow: 1px 1px 3px #68083c;
-webkit-box-shadow: 1px 1px 3px #68083c;
box-shadow: 1px 1px 3px #68083c;            }
            
Text Shadow Using RGB Values

<p style="text-shadow: 4px 4px 2px rgba(104, 8, 60, 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 #68083c;">Text here</p>

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

Shadow Div Box

<div style="-moz-box-shadow: 1px 1px 3px #68083c; -webkit-box-shadow: 1px 1px 3px #68083c; box-shadow: 1px 1px 3px #68083c;">Div content here</div>

This div box has a shadow with a specified color. #68083c

Scroll to Top