Color Hex Logo

#141178 Color Hex

#141178
(20,17,120)
0 Favorites   0 Comments

Color spaces of #141178

RGB 2017120
HSL0.670.750.27
HSV242°86°47°
CMYK 0.830.860.00   0.53
XYZ3.87911.905717.9327
Yxy1.90570.16360.0803
Hunter Lab13.804726.0000-67.3561
CIE-Lab14.984438.5942-56.2076

#141178 color RGB value is (20,17,120).

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

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

Base Numbers

BaseRedGreenBlue
Binary 00010100 00010001 01111000
Octal 24 21 170
Decimal 20 17 120
Hex 14 11 78

RGB Percentages of Color #141178

%12.74
%10.83
%76.43

CMYK Percentages of Color #141178

%83
%86
%0
%53

Triadic Colors of #141178

#141178 #781411 #117814

Analogous Colors of #141178

#141178 #481178 #114278

Monochromatic Colors of #141178

#141178

Complementary Color

#141178 #757811

#141178 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#141178 Color Preview on White Background

Lorem ipsum dolor sit amet.

#141178 Color CSS Codes

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

#141178 Text Font Color

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

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


#141178 Background Color

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

This div background color is #141178


#141178 Border Color

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

This div border color is #141178


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #141178


Comments

No comments written yet.

Please login to write comment.