Color Hex Logo

#14327d Color Hex

#14327D
(20,50,125)
0 Favorites   0 Comments

Color spaces of #14327d

RGB 2050125
HSL0.620.720.28
HSV223°84°49°
CMYK 0.840.600.00   0.51
XYZ5.13083.910619.8864
Yxy3.91060.17740.1352
Hunter Lab19.775211.7062-45.7806
CIE-Lab23.373719.2528-45.5881

#14327d color RGB value is (20,50,125).

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

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

Base Numbers

BaseRedGreenBlue
Binary 00010100 00110010 01111101
Octal 24 62 175
Decimal 20 50 125
Hex 14 32 7D

RGB Percentages of Color #14327d

%10.26
%25.64
%64.10

CMYK Percentages of Color #14327d

%84
%60
%0
%51

Triadic Colors of #14327d

#14327d #7d1432 #327d14

Analogous Colors of #14327d

#14327d #2a147d #14677d

Monochromatic Colors of #14327d

#14327d

Complementary Color

#14327d #7d5f14

#14327d Color Preview on Black Background

Lorem ipsum dolor sit amet.

#14327d Color Preview on White Background

Lorem ipsum dolor sit amet.

#14327d Color CSS Codes

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

#14327d Text Font Color

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

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


#14327d Background Color

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

This div background color is #14327d


#14327d Border Color

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

This div border color is #14327d


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #14327d


Comments

No comments written yet.

Please login to write comment.