Color Hex Logo

#145983 Color Hex

#145983
(20,89,131)
0 Favorites   0 Comments

Color spaces of #145983

RGB 2089131
HSL0.560.740.30
HSV203°85°51°
CMYK 0.850.320.00   0.49
XYZ7.95768.932222.7774
Yxy8.93220.20060.2252
Hunter Lab29.8868-4.7748-24.2655
CIE-Lab35.8534-4.7713-29.3232

#145983 color RGB value is (20,89,131).

#145983 hex color red value is 20, green value is 89 and the blue value of its RGB is 131. Cylindrical-coordinate representations (also known as HSL) of color #145983 hue: 0.56 , saturation: 0.74 and the lightness value of 145983 is 0.30.

The process color (four color CMYK) of #145983 color hex is 0.85, 0.32, 0.00, 0.49. Web safe color of #145983 is #006699. Color #145983 contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 00010100 01011001 10000011
Octal 24 131 203
Decimal 20 89 131
Hex 14 59 83

RGB Percentages of Color #145983

%8.33
%37.08
%54.58

CMYK Percentages of Color #145983

%85
%32
%0
%49

Triadic Colors of #145983

#145983 #831459 #598314

Analogous Colors of #145983

#145983 #142183 #148376

Monochromatic Colors of #145983

#145983

Complementary Color

#145983 #833e14

#145983 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#145983 Color Preview on White Background

Lorem ipsum dolor sit amet.

#145983 Color CSS Codes

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

#145983 Text Font Color

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

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


#145983 Background Color

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

This div background color is #145983


#145983 Border Color

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

This div border color is #145983


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #145983


Comments

No comments written yet.

Please login to write comment.