Color Hex Logo

#14046d Color Hex

#14046D
(20,4,109)
0 Favorites   0 Comments

Color spaces of #14046d

RGB 204109
HSL0.690.930.22
HSV249°96°43°
CMYK 0.820.960.00   0.57
XYZ3.09221.339714.5636
Yxy1.33970.16280.0705
Hunter Lab11.574527.4318-66.4991
CIE-Lab11.550440.8657-54.7815

#14046d color RGB value is (20,4,109).

#14046d hex color red value is 20, green value is 4 and the blue value of its RGB is 109. Cylindrical-coordinate representations (also known as HSL) of color #14046d hue: 0.69 , saturation: 0.93 and the lightness value of 14046d is 0.22.

The process color (four color CMYK) of #14046d color hex is 0.82, 0.96, 0.00, 0.57. Web safe color of #14046d is #000066. Color #14046d contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 00010100 00000100 01101101
Octal 24 4 155
Decimal 20 4 109
Hex 14 4 6D

RGB Percentages of Color #14046d

%15.04
%3.01
%81.95

CMYK Percentages of Color #14046d

%82
%96
%0
%57

Triadic Colors of #14046d

#14046d #6d1404 #046d14

Analogous Colors of #14046d

#14046d #48046d #04296d

Monochromatic Colors of #14046d

#14046d

Complementary Color

#14046d #5d6d04

#14046d Color Preview on Black Background

Lorem ipsum dolor sit amet.

#14046d Color Preview on White Background

Lorem ipsum dolor sit amet.

#14046d Color CSS Codes

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

#14046d Text Font Color

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

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


#14046d Background Color

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

This div background color is #14046d


#14046d Border Color

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

This div border color is #14046d


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #14046d


Comments

No comments written yet.

Please login to write comment.