Color Hex Logo

#14327e Color Hex

#14327E
(20,50,126)
0 Favorites   0 Comments

Color spaces of #14327e

RGB 2050126
HSL0.620.730.29
HSV223°84°49°
CMYK 0.840.600.00   0.51
XYZ5.19503.936320.2246
Yxy3.93630.17700.1341
Hunter Lab19.840112.0188-46.5509
CIE-Lab23.459719.6667-46.0794

#14327e color RGB value is (20,50,126).

#14327e hex color red value is 20, green value is 50 and the blue value of its RGB is 126. Cylindrical-coordinate representations (also known as HSL) of color #14327e hue: 0.62 , saturation: 0.73 and the lightness value of 14327e is 0.29.

The process color (four color CMYK) of #14327e color hex is 0.84, 0.60, 0.00, 0.51. Web safe color of #14327e is #003366. Color #14327e contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 00010100 00110010 01111110
Octal 24 62 176
Decimal 20 50 126
Hex 14 32 7E

RGB Percentages of Color #14327e

%10.20
%25.51
%64.29

CMYK Percentages of Color #14327e

%84
%60
%0
%51

Triadic Colors of #14327e

#14327e #7e1432 #327e14

Analogous Colors of #14327e

#14327e #2b147e #14677e

Monochromatic Colors of #14327e

#14327e

Complementary Color

#14327e #7e6014

#14327e Color Preview on Black Background

Lorem ipsum dolor sit amet.

#14327e Color Preview on White Background

Lorem ipsum dolor sit amet.

#14327e Color CSS Codes

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

#14327e Text Font Color

<p style="color:#14327e">Text here</p>

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


#14327e Background Color

<div style="background-color:#14327e">
Div content here</div>

This div background color is #14327e


#14327e Border Color

<div style="border:3px solid #14327e">
Div here</div>

This div border color is #14327e


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(20,50,126, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #14327e; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #14327e;
  -webkit-box-shadow: 1px 1px 3px 2px #14327e;
  box-shadow:         1px 1px 3px 2px #14327e; }

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #14327e


Comments

No comments written yet.

Please login to write comment.