Color Hex Logo

#141978 Color Hex

#141978
(20,25,120)
0 Favorites   0 Comments

Color spaces of #141978

RGB 2025120
HSL0.660.710.27
HSV237°83°47°
CMYK 0.830.790.00   0.53
XYZ4.02632.200017.9817
Yxy2.20000.16630.0909
Hunter Lab14.832422.4977-61.4961
CIE-Lab16.503734.1961-53.6879

#141978 color RGB value is (20,25,120).

#141978 hex color red value is 20, green value is 25 and the blue value of its RGB is 120. Cylindrical-coordinate representations (also known as HSL) of color #141978 hue: 0.66 , saturation: 0.71 and the lightness value of 141978 is 0.27.

The process color (four color CMYK) of #141978 color hex is 0.83, 0.79, 0.00, 0.53. Web safe color of #141978 is #000066. Color #141978 contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 00010100 00011001 01111000
Octal 24 31 170
Decimal 20 25 120
Hex 14 19 78

RGB Percentages of Color #141978

%12.12
%15.15
%72.73

CMYK Percentages of Color #141978

%83
%79
%0
%53

Triadic Colors of #141978

#141978 #781419 #197814

Analogous Colors of #141978

#141978 #411478 #144b78

Monochromatic Colors of #141978

#141978

Complementary Color

#141978 #787314

#141978 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#141978 Color Preview on White Background

Lorem ipsum dolor sit amet.

#141978 Color CSS Codes

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

#141978 Text Font Color

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

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


#141978 Background Color

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

This div background color is #141978


#141978 Border Color

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

This div border color is #141978


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #141978


Comments

No comments written yet.

Please login to write comment.