Color Hex Logo

#14070b Color Hex

#14070B
(20,7,11)
0 Favorites   0 Comments

Color spaces of #14070b

RGB 20711
HSL0.950.480.05
HSV342°65°
CMYK 0.000.650.45   0.92
XYZ0.42490.32480.3569
Yxy0.32480.38400.2935
Hunter Lab5.69913.33470.2764
CIE-Lab2.93394.7595-0.0465

#14070b color RGB value is (20,7,11).

#14070b hex color red value is 20, green value is 7 and the blue value of its RGB is 11. Cylindrical-coordinate representations (also known as HSL) of color #14070b hue: 0.95 , saturation: 0.48 and the lightness value of 14070b is 0.05.

The process color (four color CMYK) of #14070b color hex is 0.00, 0.65, 0.45, 0.92. Web safe color of #14070b is #000000. Color #14070b contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 00010100 00000111 00001011
Octal 24 7 13
Decimal 20 7 11
Hex 14 7 B

RGB Percentages of Color #14070b

%52.63
%18.42
%28.95

CMYK Percentages of Color #14070b

%0
%65
%45
%92

Triadic Colors of #14070b

#14070b #0b1407 #070b14

Analogous Colors of #14070b

#14070b #140a07 #140712

Monochromatic Colors of #14070b

#14070b

Complementary Color

#14070b #071410

#14070b Color Preview on Black Background

Lorem ipsum dolor sit amet.

#14070b Color Preview on White Background

Lorem ipsum dolor sit amet.

#14070b Color CSS Codes

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

#14070b Text Font Color

<p style="color:#14070b">Text here</p>

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


#14070b Background Color

<div style="background-color:#14070b">
Div content here</div>

This div background color is #14070b


#14070b Border Color

<div style="border:3px solid #14070b">
Div here</div>

This div border color is #14070b


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(20,7,11, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #14070b; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #14070b;
  -webkit-box-shadow: 1px 1px 3px 2px #14070b;
  box-shadow:         1px 1px 3px 2px #14070b; }

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #14070b


Comments

No comments written yet.

Please login to write comment.