Color Hex Logo

#14034f Color Hex

#14034F
(20,3,79)
0 Favorites   0 Comments

Color spaces of #14034f

RGB 20379
HSL0.700.930.16
HSV253°96°31°
CMYK 0.750.960.00   0.69
XYZ1.73230.77847.4561
Yxy0.77840.17380.0781
Hunter Lab8.822719.6080-43.9303
CIE-Lab7.031232.3100-42.1150

#14034f color RGB value is (20,3,79).

#14034f hex color red value is 20, green value is 3 and the blue value of its RGB is 79. Cylindrical-coordinate representations (also known as HSL) of color #14034f hue: 0.70 , saturation: 0.93 and the lightness value of 14034f is 0.16.

The process color (four color CMYK) of #14034f color hex is 0.75, 0.96, 0.00, 0.69. Web safe color of #14034f is #000066. Color #14034f contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 00010100 00000011 01001111
Octal 24 3 117
Decimal 20 3 79
Hex 14 3 4F

RGB Percentages of Color #14034f

%19.61
%2.94
%77.45

CMYK Percentages of Color #14034f

%75
%96
%0
%69

Triadic Colors of #14034f

#14034f #4f1403 #034f14

Analogous Colors of #14034f

#14034f #3a034f #03184f

Monochromatic Colors of #14034f

#14034f

Complementary Color

#14034f #3e4f03

#14034f Color Preview on Black Background

Lorem ipsum dolor sit amet.

#14034f Color Preview on White Background

Lorem ipsum dolor sit amet.

#14034f Color CSS Codes

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

#14034f Text Font Color

<p style="color:#14034f">Text here</p>

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


#14034f Background Color

<div style="background-color:#14034f">
Div content here</div>

This div background color is #14034f


#14034f Border Color

<div style="border:3px solid #14034f">
Div here</div>

This div border color is #14034f


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #14034f


Comments

No comments written yet.

Please login to write comment.