Color Hex Logo

#14090b Color Hex

#14090B
(20,9,11)
0 Favorites   0 Comments

Color spaces of #14090b

RGB 20911
HSL0.970.380.06
HSV349°55°
CMYK 0.000.550.45   0.92
XYZ0.44660.36830.3642
Yxy0.36830.37880.3124
Hunter Lab6.06882.51540.6900
CIE-Lab3.32683.95470.5266

#14090b color RGB value is (20,9,11).

#14090b hex color red value is 20, green value is 9 and the blue value of its RGB is 11. Cylindrical-coordinate representations (also known as HSL) of color #14090b hue: 0.97 , saturation: 0.38 and the lightness value of 14090b is 0.06.

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

Base Numbers

BaseRedGreenBlue
Binary 00010100 00001001 00001011
Octal 24 11 13
Decimal 20 9 11
Hex 14 9 B

RGB Percentages of Color #14090b

%50.00
%22.50
%27.50

CMYK Percentages of Color #14090b

%0
%55
%45
%92

Triadic Colors of #14090b

#14090b #0b1409 #090b14

Analogous Colors of #14090b

#14090b #140d09 #140911

Monochromatic Colors of #14090b

#14090b

Complementary Color

#14090b #091412

#14090b Color Preview on Black Background

Lorem ipsum dolor sit amet.

#14090b Color Preview on White Background

Lorem ipsum dolor sit amet.

#14090b Color CSS Codes

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

#14090b Text Font Color

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

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


#14090b Background Color

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

This div background color is #14090b


#14090b Border Color

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

This div border color is #14090b


Css3 Examples

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

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(20,9,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 #14090b">Text here</p>

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #14090b


Comments

No comments written yet.

Please login to write comment.