Color Hex Logo

#14348a Color Hex

#14348A
(20,52,138)
0 Favorites   0 Comments

Color spaces of #14348a

RGB 2052138
HSL0.620.750.31
HSV224°86°54°
CMYK 0.860.620.00   0.46
XYZ6.10394.439724.5800
Yxy4.43970.17380.1264
Hunter Lab21.070614.8358-54.4156
CIE-Lab25.074823.1820-50.9598

#14348a color RGB value is (20,52,138).

#14348a hex color red value is 20, green value is 52 and the blue value of its RGB is 138. Cylindrical-coordinate representations (also known as HSL) of color #14348a hue: 0.62 , saturation: 0.75 and the lightness value of 14348a is 0.31.

The process color (four color CMYK) of #14348a color hex is 0.86, 0.62, 0.00, 0.46. Web safe color of #14348a is #003399. Color #14348a contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 00010100 00110100 10001010
Octal 24 64 212
Decimal 20 52 138
Hex 14 34 8A

RGB Percentages of Color #14348a

%9.52
%24.76
%65.71

CMYK Percentages of Color #14348a

%86
%62
%0
%46

Triadic Colors of #14348a

#14348a #8a1434 #348a14

Analogous Colors of #14348a

#14348a #2f148a #146f8a

Monochromatic Colors of #14348a

#14348a

Complementary Color

#14348a #8a6a14

#14348a Color Preview on Black Background

Lorem ipsum dolor sit amet.

#14348a Color Preview on White Background

Lorem ipsum dolor sit amet.

#14348a Color CSS Codes

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

#14348a Text Font Color

<p style="color:#14348a">Text here</p>

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


#14348a Background Color

<div style="background-color:#14348a">
Div content here</div>

This div background color is #14348a


#14348a Border Color

<div style="border:3px solid #14348a">
Div here</div>

This div border color is #14348a


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(20,52,138, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #14348a; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #14348a;
  -webkit-box-shadow: 1px 1px 3px 2px #14348a;
  box-shadow:         1px 1px 3px 2px #14348a; }

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #14348a


Comments

No comments written yet.

Please login to write comment.