Color Hex Logo

#14040e Color Hex

#14040E
(20,4,14)
0 Favorites   0 Comments

Color spaces of #14040e

RGB 20414
HSL0.900.670.05
HSV323°80°
CMYK 0.000.800.30   0.92
XYZ0.41120.26730.4454
Yxy0.26730.36590.2378
Hunter Lab5.17015.1492-1.4887
CIE-Lab2.41456.4370-2.2078

#14040e color RGB value is (20,4,14).

#14040e hex color red value is 20, green value is 4 and the blue value of its RGB is 14. Cylindrical-coordinate representations (also known as HSL) of color #14040e hue: 0.90 , saturation: 0.67 and the lightness value of 14040e is 0.05.

The process color (four color CMYK) of #14040e color hex is 0.00, 0.80, 0.30, 0.92. Web safe color of #14040e is #000000. Color #14040e contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 00010100 00000100 00001110
Octal 24 4 16
Decimal 20 4 14
Hex 14 4 E

RGB Percentages of Color #14040e

%52.63
%10.53
%36.84

CMYK Percentages of Color #14040e

%0
%80
%30
%92

Triadic Colors of #14040e

#14040e #0e1404 #040e14

Analogous Colors of #14040e

#14040e #140406 #120414

Monochromatic Colors of #14040e

#14040e

Complementary Color

#14040e #04140a

#14040e Color Preview on Black Background

Lorem ipsum dolor sit amet.

#14040e Color Preview on White Background

Lorem ipsum dolor sit amet.

#14040e Color CSS Codes

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

#14040e Text Font Color

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

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


#14040e Background Color

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

This div background color is #14040e


#14040e Border Color

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

This div border color is #14040e


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #14040e


Comments

No comments written yet.

Please login to write comment.