color details

Color Details
#141016 Color Hex

#141016 color RGB value is (1, 65, 1).
#141016 hex color red value is 1, green value is 65, and blue value is 1.
Cylindrical-coordinate representations (HSL) of color #141016 hue: 120, saturation: 0.97 and lightness: 0.13.

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

Color Spaces
Color spaces of #141016Value
RGB20, 16, 22
HSL0.78, 0.16, 0.07
HSV280°, 27°, 9°
XYZ0.62, 0.58, 0.84
Base Numbers
Base Red Green Blue
Binary 10100 10000 10110
Octal 24 20 26
Decimal 20 16 22
Hex 14 10 16

RGB Percentages for Color #141016

34.48%
27.59%
37.93%

CMYK Percentages of the Color #141016

9.09%
27.27%
91.37%
CSS Codes for Color #141016
.mybgColor {background-color: #141016;}
.myforeColor {color: #141016;}
.myborderColor {border:3px solid #141016;}
Text Font Color #141016

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

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

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

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

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

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

<p style="text-shadow: 4px 4px 2px rgba(20, 16, 22, 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 #141016;">Text here</p>

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

Shadow Div Box

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

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

Scroll to Top