Color Hex Logo

#143973 Color Hex

#143973
(20,57,115)
0 Favorites   0 Comments

Color spaces of #143973

RGB 2057115
HSL0.600.700.26
HSV217°83°45°
CMYK 0.830.500.00   0.55
XYZ4.84614.312816.7967
Yxy4.31280.18670.1662
Hunter Lab20.76735.3107-33.4170
CIE-Lab24.679710.0614-37.1259

#143973 color RGB value is (20,57,115).

#143973 hex color red value is 20, green value is 57 and the blue value of its RGB is 115. Cylindrical-coordinate representations (also known as HSL) of color #143973 hue: 0.60 , saturation: 0.70 and the lightness value of 143973 is 0.26.

The process color (four color CMYK) of #143973 color hex is 0.83, 0.50, 0.00, 0.55. Web safe color of #143973 is #003366. Color #143973 contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 00010100 00111001 01110011
Octal 24 71 163
Decimal 20 57 115
Hex 14 39 73

RGB Percentages of Color #143973

%10.42
%29.69
%59.90

CMYK Percentages of Color #143973

%83
%50
%0
%55

Triadic Colors of #143973

#143973 #731439 #397314

Analogous Colors of #143973

#143973 #1f1473 #146973

Monochromatic Colors of #143973

#143973

Complementary Color

#143973 #734e14

#143973 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#143973 Color Preview on White Background

Lorem ipsum dolor sit amet.

#143973 Color CSS Codes

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

#143973 Text Font Color

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

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


#143973 Background Color

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

This div background color is #143973


#143973 Border Color

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

This div border color is #143973


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #143973


Comments

No comments written yet.

Please login to write comment.