Color Hex Logo

#143980 Color Hex

#143980
(20,57,128)
0 Favorites   0 Comments

Color spaces of #143980

RGB 2057128
HSL0.610.730.29
HSV219°84°50°
CMYK 0.840.550.00   0.50
XYZ5.64794.633521.0188
Yxy4.63350.18040.1480
Hunter Lab21.52569.1653-42.8263
CIE-Lab25.664015.5268-43.7535

#143980 color RGB value is (20,57,128).

#143980 hex color red value is 20, green value is 57 and the blue value of its RGB is 128. Cylindrical-coordinate representations (also known as HSL) of color #143980 hue: 0.61 , saturation: 0.73 and the lightness value of 143980 is 0.29.

The process color (four color CMYK) of #143980 color hex is 0.84, 0.55, 0.00, 0.50. Web safe color of #143980 is #003399. Color #143980 contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 00010100 00111001 10000000
Octal 24 71 200
Decimal 20 57 128
Hex 14 39 80

RGB Percentages of Color #143980

%9.76
%27.80
%62.44

CMYK Percentages of Color #143980

%84
%55
%0
%50

Triadic Colors of #143980

#143980 #801439 #398014

Analogous Colors of #143980

#143980 #251480 #146f80

Monochromatic Colors of #143980

#143980

Complementary Color

#143980 #805b14

#143980 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#143980 Color Preview on White Background

Lorem ipsum dolor sit amet.

#143980 Color CSS Codes

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

#143980 Text Font Color

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

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


#143980 Background Color

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

This div background color is #143980


#143980 Border Color

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

This div border color is #143980


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #143980


Comments

No comments written yet.

Please login to write comment.