Color Hex Logo

#141776 Color Hex

#141776
(20,23,118)
0 Favorites   0 Comments

Color spaces of #141776

RGB 2023118
HSL0.660.710.27
HSV238°83°46°
CMYK 0.830.810.00   0.54
XYZ3.86492.069517.3353
Yxy2.06950.16610.0889
Hunter Lab14.385822.7810-61.3763
CIE-Lab15.847834.6621-53.4877

#141776 color RGB value is (20,23,118).

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

The process color (four color CMYK) of #141776 color hex is 0.83, 0.81, 0.00, 0.54. Web safe color of #141776 is #000066. Color #141776 contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 00010100 00010111 01110110
Octal 24 27 166
Decimal 20 23 118
Hex 14 17 76

RGB Percentages of Color #141776

%12.42
%14.29
%73.29

CMYK Percentages of Color #141776

%83
%81
%0
%54

Triadic Colors of #141776

#141776 #761417 #177614

Analogous Colors of #141776

#141776 #421476 #144876

Monochromatic Colors of #141776

#141776

Complementary Color

#141776 #767314

#141776 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#141776 Color Preview on White Background

Lorem ipsum dolor sit amet.

#141776 Color CSS Codes

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

#141776 Text Font Color

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

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


#141776 Background Color

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

This div background color is #141776


#141776 Border Color

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

This div border color is #141776


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #141776


Comments

No comments written yet.

Please login to write comment.