Color Hex Logo

#14020d Color Hex

#14020D
(20,2,13)
0 Favorites   0 Comments

Color spaces of #14020d

RGB 20213
HSL0.900.820.04
HSV323°90°
CMYK 0.000.900.35   0.92
XYZ0.38280.22120.4033
Yxy0.22120.38000.2196
Hunter Lab4.70326.2978-1.7919
CIE-Lab1.99817.0686-2.3236

#14020d color RGB value is (20,2,13).

#14020d hex color red value is 20, green value is 2 and the blue value of its RGB is 13. Cylindrical-coordinate representations (also known as HSL) of color #14020d hue: 0.90 , saturation: 0.82 and the lightness value of 14020d is 0.04.

The process color (four color CMYK) of #14020d color hex is 0.00, 0.90, 0.35, 0.92. Web safe color of #14020d is #000000. Color #14020d contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 00010100 00000010 00001101
Octal 24 2 15
Decimal 20 2 13
Hex 14 2 D

RGB Percentages of Color #14020d

%57.14
%5.71
%37.14

CMYK Percentages of Color #14020d

%0
%90
%35
%92

Triadic Colors of #14020d

#14020d #0d1402 #020d14

Analogous Colors of #14020d

#14020d #140204 #120214

Monochromatic Colors of #14020d

#14020d

Complementary Color

#14020d #021409

#14020d Color Preview on Black Background

Lorem ipsum dolor sit amet.

#14020d Color Preview on White Background

Lorem ipsum dolor sit amet.

#14020d Color CSS Codes

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

#14020d Text Font Color

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

This sample text font color is #14020d
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.


#14020d Background Color

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

This div background color is #14020d


#14020d Border Color

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

This div border color is #14020d


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #14020d


Comments

No comments written yet.

Please login to write comment.