Color Hex Logo

#14073e Color Hex

#14073E
(20,7,62)
0 Favorites   0 Comments

Color spaces of #14073e

RGB 20762
HSL0.710.800.14
HSV254°89°24°
CMYK 0.680.890.00   0.76
XYZ1.23400.64854.6176
Yxy0.64850.18980.0998
Hunter Lab8.052913.2599-28.3601
CIE-Lab5.857823.3008-32.0594

#14073e color RGB value is (20,7,62).

#14073e hex color red value is 20, green value is 7 and the blue value of its RGB is 62. Cylindrical-coordinate representations (also known as HSL) of color #14073e hue: 0.71 , saturation: 0.80 and the lightness value of 14073e is 0.14.

The process color (four color CMYK) of #14073e color hex is 0.68, 0.89, 0.00, 0.76. Web safe color of #14073e is #000033. Color #14073e contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 00010100 00000111 00111110
Octal 24 7 76
Decimal 20 7 62
Hex 14 7 3E

RGB Percentages of Color #14073e

%22.47
%7.87
%69.66

CMYK Percentages of Color #14073e

%68
%89
%0
%76

Triadic Colors of #14073e

#14073e #3e1407 #073e14

Analogous Colors of #14073e

#14073e #30073e #07163e

Monochromatic Colors of #14073e

#14073e

Complementary Color

#14073e #313e07

#14073e Color Preview on Black Background

Lorem ipsum dolor sit amet.

#14073e Color Preview on White Background

Lorem ipsum dolor sit amet.

#14073e Color CSS Codes

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

#14073e Text Font Color

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

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


#14073e Background Color

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

This div background color is #14073e


#14073e Border Color

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

This div border color is #14073e


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(20,7,62, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #14073e; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #14073e;
  -webkit-box-shadow: 1px 1px 3px 2px #14073e;
  box-shadow:         1px 1px 3px 2px #14073e; }

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #14073e


Comments

No comments written yet.

Please login to write comment.