Color Hex Logo

#140c6d Color Hex

#140C6D
(20,12,109)
0 Favorites   0 Comments

Color spaces of #140c6d

RGB 2012109
HSL0.680.800.24
HSV245°89°43°
CMYK 0.820.890.00   0.57
XYZ3.18031.515814.5930
Yxy1.51580.16490.0786
Hunter Lab12.311824.5633-61.6574
CIE-Lab12.708237.3769-52.8540

#140c6d color RGB value is (20,12,109).

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

The process color (four color CMYK) of #140c6d color hex is 0.82, 0.89, 0.00, 0.57. Web safe color of #140c6d is #000066. Color #140c6d contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 00010100 00001100 01101101
Octal 24 14 155
Decimal 20 12 109
Hex 14 C 6D

RGB Percentages of Color #140c6d

%14.18
%8.51
%77.30

CMYK Percentages of Color #140c6d

%82
%89
%0
%57

Triadic Colors of #140c6d

#140c6d #6d140c #0c6d14

Analogous Colors of #140c6d

#140c6d #440c6d #0c356d

Monochromatic Colors of #140c6d

#140c6d

Complementary Color

#140c6d #656d0c

#140c6d Color Preview on Black Background

Lorem ipsum dolor sit amet.

#140c6d Color Preview on White Background

Lorem ipsum dolor sit amet.

#140c6d Color CSS Codes

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

#140c6d Text Font Color

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

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


#140c6d Background Color

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

This div background color is #140c6d


#140c6d Border Color

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

This div border color is #140c6d


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #140c6d


Comments

No comments written yet.

Please login to write comment.