Color Hex Logo

#145089 Color Hex

#145089
(20,80,137)
0 Favorites   0 Comments

Color spaces of #145089

RGB 2080137
HSL0.580.750.31
HSV209°85°54°
CMYK 0.850.420.00   0.46
XYZ7.67257.692224.7473
Yxy7.69220.19130.1918
Hunter Lab27.73480.8439-33.4891
CIE-Lab33.33353.4466-36.9965

#145089 color RGB value is (20,80,137).

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

The process color (four color CMYK) of #145089 color hex is 0.85, 0.42, 0.00, 0.46. Web safe color of #145089 is #006699. Color #145089 contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 00010100 01010000 10001001
Octal 24 120 211
Decimal 20 80 137
Hex 14 50 89

RGB Percentages of Color #145089

%8.44
%33.76
%57.81

CMYK Percentages of Color #145089

%85
%42
%0
%46

Triadic Colors of #145089

#145089 #891450 #508914

Analogous Colors of #145089

#145089 #141589 #148988

Monochromatic Colors of #145089

#145089

Complementary Color

#145089 #894d14

#145089 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#145089 Color Preview on White Background

Lorem ipsum dolor sit amet.

#145089 Color CSS Codes

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

#145089 Text Font Color

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

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


#145089 Background Color

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

This div background color is #145089


#145089 Border Color

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

This div border color is #145089


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #145089


Comments

No comments written yet.

Please login to write comment.