Color Hex Logo

#142947 Color Hex

#142947
(20,41,71)
0 Favorites   0 Comments

Color spaces of #142947

RGB 204171
HSL0.600.560.18
HSV215°72°28°
CMYK 0.720.420.00   0.72
XYZ2.21882.18956.2669
Yxy2.18950.20780.2051
Hunter Lab14.79700.8713-14.7530
CIE-Lab16.45193.0205-21.2681

#142947 color RGB value is (20,41,71).

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

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

Base Numbers

BaseRedGreenBlue
Binary 00010100 00101001 01000111
Octal 24 51 107
Decimal 20 41 71
Hex 14 29 47

RGB Percentages of Color #142947

%15.15
%31.06
%53.79

CMYK Percentages of Color #142947

%72
%42
%0
%72

Triadic Colors of #142947

#142947 #471429 #294714

Analogous Colors of #142947

#142947 #191447 #144347

Monochromatic Colors of #142947

#142947

Complementary Color

#142947 #473214

#142947 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#142947 Color Preview on White Background

Lorem ipsum dolor sit amet.

#142947 Color CSS Codes

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

#142947 Text Font Color

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

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


#142947 Background Color

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

This div background color is #142947


#142947 Border Color

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

This div border color is #142947


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #142947


Comments

No comments written yet.

Please login to write comment.