color details

Color Details
#620028 Color Hex

#620028 color RGB value is (6, 32, 2).
#620028 hex color red value is 6, green value is 32, and blue value is 2.
Cylindrical-coordinate representations (HSL) of color #620028 hue: 112, saturation: 0.88 and lightness: 0.07.

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

Color Spaces
Color spaces of #620028Value
RGB98, 0, 40
HSL0.93, 1, 0.19
HSV336°, 100°, 38°
XYZ5.42, 2.75, 2.25
Base Numbers
Base Red Green Blue
Binary 1100010 0 101000
Octal 142 0 50
Decimal 98 0 40
Hex 62 0 28

RGB Percentages for Color #620028

71.01%
28.99%

CMYK Percentages of the Color #620028

100%
59.18%
61.57%
CSS Codes for Color #620028
.mybgColor {background-color: #620028;}
.myforeColor {color: #620028;}
.myborderColor {border:3px solid #620028;}
Text Font Color #620028

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

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

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

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

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

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

<p style="text-shadow: 4px 4px 2px rgba(98, 0, 40, 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 #620028;">Text here</p>

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

Shadow Div Box

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

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

Scroll to Top