Color Hex Logo

#14011f Color Hex

#14011F
(20,1,31)
0 Favorites   0 Comments

Color spaces of #14011f

RGB 20131
HSL0.770.940.06
HSV278°97°12°
CMYK 0.350.970.00   0.88
XYZ0.54670.26941.3195
Yxy0.26940.25600.1261
Hunter Lab5.19049.7182-11.4395
CIE-Lab2.433511.9059-14.1570

#14011f color RGB value is (20,1,31).

#14011f hex color red value is 20, green value is 1 and the blue value of its RGB is 31. Cylindrical-coordinate representations (also known as HSL) of color #14011f hue: 0.77 , saturation: 0.94 and the lightness value of 14011f is 0.06.

The process color (four color CMYK) of #14011f color hex is 0.35, 0.97, 0.00, 0.88. Web safe color of #14011f is #000033. Color #14011f contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 00010100 00000001 00011111
Octal 24 1 37
Decimal 20 1 31
Hex 14 1 1F

RGB Percentages of Color #14011f

%38.46
%1.92
%59.62

CMYK Percentages of Color #14011f

%35
%97
%0
%88

Triadic Colors of #14011f

#14011f #1f1401 #011f14

Analogous Colors of #14011f

#14011f #1f011b #05011f

Monochromatic Colors of #14011f

#14011f

Complementary Color

#14011f #0c1f01

#14011f Color Preview on Black Background

Lorem ipsum dolor sit amet.

#14011f Color Preview on White Background

Lorem ipsum dolor sit amet.

#14011f Color CSS Codes

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

#14011f Text Font Color

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

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


#14011f Background Color

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

This div background color is #14011f


#14011f Border Color

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

This div border color is #14011f


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #14011f


Comments

No comments written yet.

Please login to write comment.