Color Hex Logo

#142847 Color Hex

#142847
(20,40,71)
0 Favorites   0 Comments

Color spaces of #142847

RGB 204071
HSL0.600.560.18
HSV216°72°28°
CMYK 0.720.440.00   0.72
XYZ2.18462.12126.2555
Yxy2.12120.20680.2008
Hunter Lab14.56431.2868-15.2705
CIE-Lab16.11093.7524-21.8092

#142847 color RGB value is (20,40,71).

#142847 hex color red value is 20, green value is 40 and the blue value of its RGB is 71. Cylindrical-coordinate representations (also known as HSL) of color #142847 hue: 0.60 , saturation: 0.56 and the lightness value of 142847 is 0.18.

The process color (four color CMYK) of #142847 color hex is 0.72, 0.44, 0.00, 0.72. Web safe color of #142847 is #003333. Color #142847 contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 00010100 00101000 01000111
Octal 24 50 107
Decimal 20 40 71
Hex 14 28 47

RGB Percentages of Color #142847

%15.27
%30.53
%54.20

CMYK Percentages of Color #142847

%72
%44
%0
%72

Triadic Colors of #142847

#142847 #471428 #284714

Analogous Colors of #142847

#142847 #1a1447 #144247

Monochromatic Colors of #142847

#142847

Complementary Color

#142847 #473314

#142847 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#142847 Color Preview on White Background

Lorem ipsum dolor sit amet.

#142847 Color CSS Codes

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

#142847 Text Font Color

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

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


#142847 Background Color

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

This div background color is #142847


#142847 Border Color

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

This div border color is #142847


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #142847


Comments

No comments written yet.

Please login to write comment.