Color Hex Logo

#14144c Color Hex

#14144C
(20,20,76)
0 Favorites   0 Comments

Color spaces of #14144c

RGB 202076
HSL0.670.580.19
HSV240°74°30°
CMYK 0.740.740.00   0.70
XYZ1.84321.17086.9663
Yxy1.17080.18470.1173
Hunter Lab10.820411.4711-30.5975
CIE-Lab10.340220.7973-34.5774

#14144c color RGB value is (20,20,76).

#14144c hex color red value is 20, green value is 20 and the blue value of its RGB is 76. Cylindrical-coordinate representations (also known as HSL) of color #14144c hue: 0.67 , saturation: 0.58 and the lightness value of 14144c is 0.19.

The process color (four color CMYK) of #14144c color hex is 0.74, 0.74, 0.00, 0.70. Web safe color of #14144c is #000033. Color #14144c contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 00010100 00010100 01001100
Octal 24 24 114
Decimal 20 20 76
Hex 14 14 4C

RGB Percentages of Color #14144c

%17.24
%17.24
%65.52

CMYK Percentages of Color #14144c

%74
%74
%0
%70

Triadic Colors of #14144c

#14144c #4c1414 #144c14

Analogous Colors of #14144c

#14144c #30144c #14304c

Monochromatic Colors of #14144c

#14144c

Complementary Color

#14144c #4c4c14

#14144c Color Preview on Black Background

Lorem ipsum dolor sit amet.

#14144c Color Preview on White Background

Lorem ipsum dolor sit amet.

#14144c Color CSS Codes

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

#14144c Text Font Color

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

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


#14144c Background Color

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

This div background color is #14144c


#14144c Border Color

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

This div border color is #14144c


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #14144c


Comments

No comments written yet.

Please login to write comment.