Color Hex Logo

#140837 Color Hex

#140837
(20,8,55)
0 Favorites   0 Comments

Color spaces of #140837

RGB 20855
HSL0.710.750.12
HSV255°85°22°
CMYK 0.640.850.00   0.78
XYZ1.06490.59823.6738
Yxy0.59820.19950.1121
Hunter Lab7.734311.0416-22.7486
CIE-Lab5.403519.6255-27.7246

#140837 color RGB value is (20,8,55).

#140837 hex color red value is 20, green value is 8 and the blue value of its RGB is 55. Cylindrical-coordinate representations (also known as HSL) of color #140837 hue: 0.71 , saturation: 0.75 and the lightness value of 140837 is 0.12.

The process color (four color CMYK) of #140837 color hex is 0.64, 0.85, 0.00, 0.78. Web safe color of #140837 is #000033. Color #140837 contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 00010100 00001000 00110111
Octal 24 10 67
Decimal 20 8 55
Hex 14 8 37

RGB Percentages of Color #140837

%24.10
%9.64
%66.27

CMYK Percentages of Color #140837

%64
%85
%0
%78

Triadic Colors of #140837

#140837 #371408 #083714

Analogous Colors of #140837

#140837 #2c0837 #081437

Monochromatic Colors of #140837

#140837

Complementary Color

#140837 #2b3708

#140837 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#140837 Color Preview on White Background

Lorem ipsum dolor sit amet.

#140837 Color CSS Codes

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

#140837 Text Font Color

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

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


#140837 Background Color

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

This div background color is #140837


#140837 Border Color

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

This div border color is #140837


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #140837


Comments

No comments written yet.

Please login to write comment.