color details

Color Details
#220d0e Color Hex

#220d0e color RGB value is (2, 32, 208).
#220d0e hex color red value is 2, green value is 32, and blue value is 208.
Cylindrical-coordinate representations (HSL) of color #220d0e hue: 231.26, saturation: 0.98 and lightness: 0.41.

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

Color Spaces
Color spaces of #220d0eValue
RGB34, 13, 14
HSL0.99, 0.45, 0.09
HSV357°, 62°, 13°
XYZ0.88, 0.66, 0.5
Base Numbers
Base Red Green Blue
Binary 100010 1101 1110
Octal 42 15 16
Decimal 34 13 14
Hex 22 D E

RGB Percentages for Color #220d0e

55.74%
21.31%
22.95%

CMYK Percentages of the Color #220d0e

61.76%
58.82%
86.67%
CSS Codes for Color #220d0e
.mybgColor {background-color: #220d0e;}
.myforeColor {color: #220d0e;}
.myborderColor {border:3px solid #220d0e;}
Text Font Color #220d0e

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

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

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

The background color of this div is #220d0e
Border Color #220d0e

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

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

<p style="text-shadow: 4px 4px 2px rgba(34, 13, 14, 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 #220d0e;">Text here</p>

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

Shadow Div Box

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

This div box has a shadow with a specified color. #220d0e

Scroll to Top