Color Hex Logo

#14053f Color Hex

#14053F
(20,5,63)
0 Favorites   0 Comments

Color spaces of #14053f

RGB 20563
HSL0.710.850.13
HSV256°92°25°
CMYK 0.680.920.00   0.75
XYZ1.24000.61614.7562
Yxy0.61610.18750.0932
Hunter Lab7.849214.4629-30.4321
CIE-Lab5.565224.7524-33.2550

#14053f color RGB value is (20,5,63).

#14053f hex color red value is 20, green value is 5 and the blue value of its RGB is 63. Cylindrical-coordinate representations (also known as HSL) of color #14053f hue: 0.71 , saturation: 0.85 and the lightness value of 14053f is 0.13.

The process color (four color CMYK) of #14053f color hex is 0.68, 0.92, 0.00, 0.75. Web safe color of #14053f is #000033. Color #14053f contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 00010100 00000101 00111111
Octal 24 5 77
Decimal 20 5 63
Hex 14 5 3F

RGB Percentages of Color #14053f

%22.73
%5.68
%71.59

CMYK Percentages of Color #14053f

%68
%92
%0
%75

Triadic Colors of #14053f

#14053f #3f1405 #053f14

Analogous Colors of #14053f

#14053f #31053f #05133f

Monochromatic Colors of #14053f

#14053f

Complementary Color

#14053f #303f05

#14053f Color Preview on Black Background

Lorem ipsum dolor sit amet.

#14053f Color Preview on White Background

Lorem ipsum dolor sit amet.

#14053f Color CSS Codes

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

#14053f Text Font Color

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

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


#14053f Background Color

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

This div background color is #14053f


#14053f Border Color

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

This div border color is #14053f


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #14053f


Comments

No comments written yet.

Please login to write comment.