Color Hex Logo

#14010c Color Hex

#14010C
(20,1,12)
1 Favorites   0 Comments

Color spaces of #14010c

RGB 20112
HSL0.900.900.04
HSV325°95°
CMYK 0.000.950.40   0.92
XYZ0.36570.19700.3666
Yxy0.19700.39350.2120
Hunter Lab4.43856.9399-1.7902
CIE-Lab1.77957.3103-2.1756

#14010c color RGB value is (20,1,12).

#14010c hex color red value is 20, green value is 1 and the blue value of its RGB is 12. Cylindrical-coordinate representations (also known as HSL) of color #14010c hue: 0.90 , saturation: 0.90 and the lightness value of 14010c is 0.04.

The process color (four color CMYK) of #14010c color hex is 0.00, 0.95, 0.40, 0.92. Web safe color of #14010c is #000000. Color #14010c contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 00010100 00000001 00001100
Octal 24 1 14
Decimal 20 1 12
Hex 14 1 C

RGB Percentages of Color #14010c

%60.61
%3.03
%36.36

CMYK Percentages of Color #14010c

%0
%95
%40
%92

Triadic Colors of #14010c

#14010c #0c1401 #010c14

Analogous Colors of #14010c

#14010c #140102 #130114

Monochromatic Colors of #14010c

#14010c

Complementary Color

#14010c #011409

#14010c Color Preview on Black Background

Lorem ipsum dolor sit amet.

#14010c Color Preview on White Background

Lorem ipsum dolor sit amet.

#14010c Color CSS Codes

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

#14010c Text Font Color

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

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


#14010c Background Color

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

This div background color is #14010c


#14010c Border Color

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

This div border color is #14010c


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #14010c


Comments

No comments written yet.

Please login to write comment.