Color Hex Logo

#14021d Color Hex

#14021D
(20,2,29)
0 Favorites   0 Comments

Color spaces of #14021d

RGB 20229
HSL0.780.870.06
HSV280°93°11°
CMYK 0.310.930.00   0.89
XYZ0.53200.28081.1886
Yxy0.28080.26580.1403
Hunter Lab5.29918.6472-9.5896
CIE-Lab2.536410.8599-12.4071

#14021d color RGB value is (20,2,29).

#14021d hex color red value is 20, green value is 2 and the blue value of its RGB is 29. Cylindrical-coordinate representations (also known as HSL) of color #14021d hue: 0.78 , saturation: 0.87 and the lightness value of 14021d is 0.06.

The process color (four color CMYK) of #14021d color hex is 0.31, 0.93, 0.00, 0.89. Web safe color of #14021d is #000033. Color #14021d contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 00010100 00000010 00011101
Octal 24 2 35
Decimal 20 2 29
Hex 14 2 1D

RGB Percentages of Color #14021d

%39.22
%3.92
%56.86

CMYK Percentages of Color #14021d

%31
%93
%0
%89

Triadic Colors of #14021d

#14021d #1d1402 #021d14

Analogous Colors of #14021d

#14021d #1d0219 #06021d

Monochromatic Colors of #14021d

#14021d

Complementary Color

#14021d #0b1d02

#14021d Color Preview on Black Background

Lorem ipsum dolor sit amet.

#14021d Color Preview on White Background

Lorem ipsum dolor sit amet.

#14021d Color CSS Codes

.mybgcolor {background-color:#14021d; } 
.myforecolor {color:#14021d; }
.mybordercolor {border:3px solid #14021d; }

#14021d Text Font Color

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

This sample text font color is #14021d
Lorem ipsum dolor sit amet, consectetur adipisicing elit, sed do eiusmod tempor incididunt ut labore et dolore magna aliqua. Ut enim ad minim veniam, quis nostrud exercitation ullamco laboris nisi ut aliquip ex ea commodo consequat.


#14021d Background Color

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

This div background color is #14021d


#14021d Border Color

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

This div border color is #14021d


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(20,2,29, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #14021d; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #14021d;
  -webkit-box-shadow: 1px 1px 3px 2px #14021d;
  box-shadow:         1px 1px 3px 2px #14021d; }

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(20,2,29, 0.8);">Text here</p>

This text has shadow with rgb values.


Text Shadow with Hex Values

<p style="text-shadow: 4px 4px 2px #14021d">Text here</p>

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #14021d


Comments

No comments written yet.

Please login to write comment.