color details

Color Details
#65064d Color Hex

#65064d color RGB value is (6, 80, 100).
#65064d hex color red value is 6, green value is 80, and blue value is 100.
Cylindrical-coordinate representations (HSL) of color #65064d hue: 192.77, saturation: 0.89 and lightness: 0.21.

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

Color Spaces
Color spaces of #65064dValue
RGB101, 6, 77
HSL0.88, 0.89, 0.21
HSV315°, 94°, 40°
XYZ6.77, 3.43, 7.33
Base Numbers
Base Red Green Blue
Binary 1100101 110 1001101
Octal 145 6 115
Decimal 101 6 77
Hex 65 6 4D

RGB Percentages for Color #65064d

54.89%
3.26%
41.85%

CMYK Percentages of the Color #65064d

94.06%
23.76%
60.39%
CSS Codes for Color #65064d
.mybgColor {background-color: #65064d;}
.myforeColor {color: #65064d;}
.myborderColor {border:3px solid #65064d;}
Text Font Color #65064d

<p style="color:#65064d">Text here</p>

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

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

The background color of this div is #65064d
Border Color #65064d

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

The border color of this div is #65064d
Css3 Examples
            .textShadowRgb {
                text-shadow: 4px 4px 2px rgba(101, 6, 77, 0.8);            }
            .textShadowHex {
                text-shadow: 4px 4px 2px #65064d;            }
            .divShadow {
                -moz-box-shadow: 1px 1px 3px #65064d;
-webkit-box-shadow: 1px 1px 3px #65064d;
box-shadow: 1px 1px 3px #65064d;            }
            
Text Shadow Using RGB Values

<p style="text-shadow: 4px 4px 2px rgba(101, 6, 77, 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 #65064d;">Text here</p>

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

Shadow Div Box

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

This div box has a shadow with a specified color. #65064d

Scroll to Top