Color Hex Logo

#14508c Color Hex

#14508C
(20,80,140)
0 Favorites   0 Comments

Color spaces of #14508c

RGB 2080140
HSL0.580.750.31
HSV210°86°55°
CMYK 0.860.430.00   0.45
XYZ7.89087.779525.8966
Yxy7.77950.18980.1872
Hunter Lab27.89181.6885-35.5246
CIE-Lab33.51944.6754-38.5369

#14508c color RGB value is (20,80,140).

#14508c hex color red value is 20, green value is 80 and the blue value of its RGB is 140. Cylindrical-coordinate representations (also known as HSL) of color #14508c hue: 0.58 , saturation: 0.75 and the lightness value of 14508c is 0.31.

The process color (four color CMYK) of #14508c color hex is 0.86, 0.43, 0.00, 0.45. Web safe color of #14508c is #006699. Color #14508c contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 00010100 01010000 10001100
Octal 24 120 214
Decimal 20 80 140
Hex 14 50 8C

RGB Percentages of Color #14508c

%8.33
%33.33
%58.33

CMYK Percentages of Color #14508c

%86
%43
%0
%45

Triadic Colors of #14508c

#14508c #8c1450 #508c14

Analogous Colors of #14508c

#14508c #14148c #148c8c

Monochromatic Colors of #14508c

#14508c

Complementary Color

#14508c #8c5014

#14508c Color Preview on Black Background

Lorem ipsum dolor sit amet.

#14508c Color Preview on White Background

Lorem ipsum dolor sit amet.

#14508c Color CSS Codes

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

#14508c Text Font Color

<p style="color:#14508c">Text here</p>

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


#14508c Background Color

<div style="background-color:#14508c">
Div content here</div>

This div background color is #14508c


#14508c Border Color

<div style="border:3px solid #14508c">
Div here</div>

This div border color is #14508c


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(20,80,140, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #14508c; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #14508c;
  -webkit-box-shadow: 1px 1px 3px 2px #14508c;
  box-shadow:         1px 1px 3px 2px #14508c; }

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #14508c


Comments

No comments written yet.

Please login to write comment.