Color Hex Logo

#14084c Color Hex

#14084C
(20,8,76)
0 Favorites   0 Comments

Color spaces of #14084c

RGB 20876
HSL0.700.810.16
HSV251°89°30°
CMYK 0.740.890.00   0.70
XYZ1.67980.84426.9119
Yxy0.84420.17800.0895
Hunter Lab9.188016.5551-38.1706
CIE-Lab7.625628.4052-39.0490

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

#14084c hex color red value is 20, green value is 8 and the blue value of its RGB is 76. Cylindrical-coordinate representations (also known as HSL) of color #14084c hue: 0.70 , saturation: 0.81 and the lightness value of 14084c is 0.16.

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

Base Numbers

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

RGB Percentages of Color #14084c

%19.23
%7.69
%73.08

CMYK Percentages of Color #14084c

%74
%89
%0
%70

Triadic Colors of #14084c

#14084c #4c1408 #084c14

Analogous Colors of #14084c

#14084c #36084c #081e4c

Monochromatic Colors of #14084c

#14084c

Complementary Color

#14084c #404c08

#14084c Color Preview on Black Background

Lorem ipsum dolor sit amet.

#14084c Color Preview on White Background

Lorem ipsum dolor sit amet.

#14084c Color CSS Codes

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

#14084c Text Font Color

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

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


#14084c Background Color

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

This div background color is #14084c


#14084c Border Color

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

This div border color is #14084c


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #14084c


Comments

No comments written yet.

Please login to write comment.