Color Hex Logo

#140847 Color Hex

#140847
(20,8,71)
0 Favorites   0 Comments

Color spaces of #140847

RGB 20871
HSL0.700.800.15
HSV251°89°28°
CMYK 0.720.890.00   0.72
XYZ1.51270.77736.0315
Yxy0.77730.18180.0934
Hunter Lab8.816515.1976-34.3898
CIE-Lab7.021326.5397-36.5485

#140847 color RGB value is (20,8,71).

#140847 hex color red value is 20, green value is 8 and the blue value of its RGB is 71. Cylindrical-coordinate representations (also known as HSL) of color #140847 hue: 0.70 , saturation: 0.80 and the lightness value of 140847 is 0.15.

The process color (four color CMYK) of #140847 color hex is 0.72, 0.89, 0.00, 0.72. Web safe color of #140847 is #000033. Color #140847 contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 00010100 00001000 01000111
Octal 24 10 107
Decimal 20 8 71
Hex 14 8 47

RGB Percentages of Color #140847

%20.20
%8.08
%71.72

CMYK Percentages of Color #140847

%72
%89
%0
%72

Triadic Colors of #140847

#140847 #471408 #084714

Analogous Colors of #140847

#140847 #340847 #081c47

Monochromatic Colors of #140847

#140847

Complementary Color

#140847 #3b4708

#140847 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#140847 Color Preview on White Background

Lorem ipsum dolor sit amet.

#140847 Color CSS Codes

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

#140847 Text Font Color

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

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


#140847 Background Color

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

This div background color is #140847


#140847 Border Color

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

This div border color is #140847


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #140847


Comments

No comments written yet.

Please login to write comment.