Color Hex Logo

#14326d Color Hex

#14326D
(20,50,109)
0 Favorites   0 Comments

Color spaces of #14326d

RGB 2050109
HSL0.610.690.25
HSV220°82°43°
CMYK 0.820.540.00   0.57
XYZ4.18943.534114.9293
Yxy3.53410.18490.1560
Hunter Lab18.79926.8801-33.9254
CIE-Lab22.067212.5378-37.4980

#14326d color RGB value is (20,50,109).

#14326d hex color red value is 20, green value is 50 and the blue value of its RGB is 109. Cylindrical-coordinate representations (also known as HSL) of color #14326d hue: 0.61 , saturation: 0.69 and the lightness value of 14326d is 0.25.

The process color (four color CMYK) of #14326d color hex is 0.82, 0.54, 0.00, 0.57. Web safe color of #14326d is #003366. Color #14326d contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 00010100 00110010 01101101
Octal 24 62 155
Decimal 20 50 109
Hex 14 32 6D

RGB Percentages of Color #14326d

%11.17
%27.93
%60.89

CMYK Percentages of Color #14326d

%82
%54
%0
%57

Triadic Colors of #14326d

#14326d #6d1432 #326d14

Analogous Colors of #14326d

#14326d #23146d #145f6d

Monochromatic Colors of #14326d

#14326d

Complementary Color

#14326d #6d4f14

#14326d Color Preview on Black Background

Lorem ipsum dolor sit amet.

#14326d Color Preview on White Background

Lorem ipsum dolor sit amet.

#14326d Color CSS Codes

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

#14326d Text Font Color

<p style="color:#14326d">Text here</p>

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


#14326d Background Color

<div style="background-color:#14326d">
Div content here</div>

This div background color is #14326d


#14326d Border Color

<div style="border:3px solid #14326d">
Div here</div>

This div border color is #14326d


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #14326d


Comments

No comments written yet.

Please login to write comment.