Color Hex Logo

#14357d Color Hex

#14357D
(20,53,125)
0 Favorites   0 Comments

Color spaces of #14357d

RGB 2053125
HSL0.610.720.28
HSV221°84°49°
CMYK 0.840.580.00   0.51
XYZ5.26334.175619.9306
Yxy4.17560.17920.1422
Hunter Lab20.434310.2166-43.5246
CIE-Lab24.243717.1156-44.1721

#14357d color RGB value is (20,53,125).

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

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

Base Numbers

BaseRedGreenBlue
Binary 00010100 00110101 01111101
Octal 24 65 175
Decimal 20 53 125
Hex 14 35 7D

RGB Percentages of Color #14357d

%10.10
%26.77
%63.13

CMYK Percentages of Color #14357d

%84
%58
%0
%51

Triadic Colors of #14357d

#14357d #7d1435 #357d14

Analogous Colors of #14357d

#14357d #27147d #146a7d

Monochromatic Colors of #14357d

#14357d

Complementary Color

#14357d #7d5c14

#14357d Color Preview on Black Background

Lorem ipsum dolor sit amet.

#14357d Color Preview on White Background

Lorem ipsum dolor sit amet.

#14357d Color CSS Codes

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

#14357d Text Font Color

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

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


#14357d Background Color

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

This div background color is #14357d


#14357d Border Color

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

This div border color is #14357d


Css3 Examples

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

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(20,53,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 #14357d">Text here</p>

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #14357d


Comments

No comments written yet.

Please login to write comment.