Color Hex Logo

#140c6b Color Hex

#140C6B
(20,12,107)
0 Favorites   0 Comments

Color spaces of #140c6b

RGB 2012107
HSL0.680.800.23
HSV245°89°42°
CMYK 0.810.890.00   0.58
XYZ3.07381.473214.0323
Yxy1.47320.16540.0793
Hunter Lab12.137523.9639-60.0493
CIE-Lab12.436736.7282-51.9941

#140c6b color RGB value is (20,12,107).

#140c6b hex color red value is 20, green value is 12 and the blue value of its RGB is 107. Cylindrical-coordinate representations (also known as HSL) of color #140c6b hue: 0.68 , saturation: 0.80 and the lightness value of 140c6b is 0.23.

The process color (four color CMYK) of #140c6b color hex is 0.81, 0.89, 0.00, 0.58. Web safe color of #140c6b is #000066. Color #140c6b contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 00010100 00001100 01101011
Octal 24 14 153
Decimal 20 12 107
Hex 14 C 6B

RGB Percentages of Color #140c6b

%14.39
%8.63
%76.98

CMYK Percentages of Color #140c6b

%81
%89
%0
%58

Triadic Colors of #140c6b

#140c6b #6b140c #0c6b14

Analogous Colors of #140c6b

#140c6b #440c6b #0c346b

Monochromatic Colors of #140c6b

#140c6b

Complementary Color

#140c6b #636b0c

#140c6b Color Preview on Black Background

Lorem ipsum dolor sit amet.

#140c6b Color Preview on White Background

Lorem ipsum dolor sit amet.

#140c6b Color CSS Codes

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

#140c6b Text Font Color

<p style="color:#140c6b">Text here</p>

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


#140c6b Background Color

<div style="background-color:#140c6b">
Div content here</div>

This div background color is #140c6b


#140c6b Border Color

<div style="border:3px solid #140c6b">
Div here</div>

This div border color is #140c6b


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #140c6b


Comments

No comments written yet.

Please login to write comment.