Color Hex Logo

#145480 Color Hex

#145480
(20,84,128)
1 Favorites   0 Comments

Color spaces of #145480

RGB 2084128
HSL0.570.730.29
HSV204°84°50°
CMYK 0.840.340.00   0.50
XYZ7.35518.047921.5878
Yxy8.04790.19880.2176
Hunter Lab28.3688-3.3663-25.2597
CIE-Lab34.0824-2.8037-30.2727

#145480 color RGB value is (20,84,128).

#145480 hex color red value is 20, green value is 84 and the blue value of its RGB is 128. Cylindrical-coordinate representations (also known as HSL) of color #145480 hue: 0.57 , saturation: 0.73 and the lightness value of 145480 is 0.29.

The process color (four color CMYK) of #145480 color hex is 0.84, 0.34, 0.00, 0.50. Web safe color of #145480 is #006699. Color #145480 contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 00010100 01010100 10000000
Octal 24 124 200
Decimal 20 84 128
Hex 14 54 80

RGB Percentages of Color #145480

%8.62
%36.21
%55.17

CMYK Percentages of Color #145480

%84
%34
%0
%50

Triadic Colors of #145480

#145480 #801454 #548014

Analogous Colors of #145480

#145480 #141e80 #148076

Monochromatic Colors of #145480

#145480

Complementary Color

#145480 #804014

#145480 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#145480 Color Preview on White Background

Lorem ipsum dolor sit amet.

#145480 Color CSS Codes

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

#145480 Text Font Color

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

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


#145480 Background Color

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

This div background color is #145480


#145480 Border Color

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

This div border color is #145480


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(20,84,128, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #145480; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #145480;
  -webkit-box-shadow: 1px 1px 3px 2px #145480;
  box-shadow:         1px 1px 3px 2px #145480; }

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #145480


Comments

No comments written yet.

Please login to write comment.