Color Hex Logo

#14143c Color Hex

#14143C
(20,20,60)
0 Favorites   0 Comments

Color spaces of #14143c

RGB 202060
HSL0.670.500.16
HSV240°67°24°
CMYK 0.670.670.00   0.76
XYZ1.35430.97534.3918
Yxy0.97530.20150.1451
Hunter Lab9.87577.1959-19.4536
CIE-Lab8.784014.3892-25.8585

#14143c color RGB value is (20,20,60).

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

The process color (four color CMYK) of #14143c color hex is 0.67, 0.67, 0.00, 0.76. Web safe color of #14143c is #000033. Color #14143c contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 00010100 00010100 00111100
Octal 24 24 74
Decimal 20 20 60
Hex 14 14 3C

RGB Percentages of Color #14143c

%20.00
%20.00
%60.00

CMYK Percentages of Color #14143c

%67
%67
%0
%76

Triadic Colors of #14143c

#14143c #3c1414 #143c14

Analogous Colors of #14143c

#14143c #28143c #14283c

Monochromatic Colors of #14143c

#14143c

Complementary Color

#14143c #3c3c14

#14143c Color Preview on Black Background

Lorem ipsum dolor sit amet.

#14143c Color Preview on White Background

Lorem ipsum dolor sit amet.

#14143c Color CSS Codes

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

#14143c Text Font Color

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

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


#14143c Background Color

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

This div background color is #14143c


#14143c Border Color

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

This div border color is #14143c


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #14143c


Comments

No comments written yet.

Please login to write comment.