Color Hex Logo

#14057f Color Hex

#14057F
(20,5,127)
0 Favorites   0 Comments

Color spaces of #14057f

RGB 205127
HSL0.690.920.26
HSV247°96°50°
CMYK 0.840.960.00   0.50
XYZ4.17351.789620.2041
Yxy1.78960.15950.0684
Hunter Lab13.377632.2771-80.1810
CIE-Lab14.341945.6126-61.7611

#14057f color RGB value is (20,5,127).

#14057f hex color red value is 20, green value is 5 and the blue value of its RGB is 127. Cylindrical-coordinate representations (also known as HSL) of color #14057f hue: 0.69 , saturation: 0.92 and the lightness value of 14057f is 0.26.

The process color (four color CMYK) of #14057f color hex is 0.84, 0.96, 0.00, 0.50. Web safe color of #14057f is #000066. Color #14057f contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 00010100 00000101 01111111
Octal 24 5 177
Decimal 20 5 127
Hex 14 5 7F

RGB Percentages of Color #14057f

%13.16
%3.29
%83.55

CMYK Percentages of Color #14057f

%84
%96
%0
%50

Triadic Colors of #14057f

#14057f #7f1405 #057f14

Analogous Colors of #14057f

#14057f #51057f #05337f

Monochromatic Colors of #14057f

#14057f

Complementary Color

#14057f #707f05

#14057f Color Preview on Black Background

Lorem ipsum dolor sit amet.

#14057f Color Preview on White Background

Lorem ipsum dolor sit amet.

#14057f Color CSS Codes

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

#14057f Text Font Color

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

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


#14057f Background Color

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

This div background color is #14057f


#14057f Border Color

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

This div border color is #14057f


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #14057f


Comments

No comments written yet.

Please login to write comment.