Color Hex Logo

#14325e Color Hex

#14325E
(20,50,94)
0 Favorites   0 Comments

Color spaces of #14325e

RGB 205094
HSL0.600.650.22
HSV216°79°37°
CMYK 0.790.470.00   0.63
XYZ3.44953.238111.0329
Yxy3.23810.19470.1827
Hunter Lab17.99472.7268-23.7555
CIE-Lab20.97336.1748-29.4939

#14325e color RGB value is (20,50,94).

#14325e hex color red value is 20, green value is 50 and the blue value of its RGB is 94. Cylindrical-coordinate representations (also known as HSL) of color #14325e hue: 0.60 , saturation: 0.65 and the lightness value of 14325e is 0.22.

The process color (four color CMYK) of #14325e color hex is 0.79, 0.47, 0.00, 0.63. Web safe color of #14325e is #003366. Color #14325e contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 00010100 00110010 01011110
Octal 24 62 136
Decimal 20 50 94
Hex 14 32 5E

RGB Percentages of Color #14325e

%12.20
%30.49
%57.32

CMYK Percentages of Color #14325e

%79
%47
%0
%63

Triadic Colors of #14325e

#14325e #5e1432 #325e14

Analogous Colors of #14325e

#14325e #1b145e #14575e

Monochromatic Colors of #14325e

#14325e

Complementary Color

#14325e #5e4014

#14325e Color Preview on Black Background

Lorem ipsum dolor sit amet.

#14325e Color Preview on White Background

Lorem ipsum dolor sit amet.

#14325e Color CSS Codes

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

#14325e Text Font Color

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

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


#14325e Background Color

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

This div background color is #14325e


#14325e Border Color

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

This div border color is #14325e


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #14325e


Comments

No comments written yet.

Please login to write comment.