Color Hex Logo

#145483 Color Hex

#145483
(20,84,131)
0 Favorites   0 Comments

Color spaces of #145483

RGB 2084131
HSL0.570.740.30
HSV205°85°51°
CMYK 0.850.360.00   0.49
XYZ7.55558.128122.6434
Yxy8.12810.19710.2121
Hunter Lab28.5098-2.5872-27.1331
CIE-Lab34.2483-1.6006-31.8575

#145483 color RGB value is (20,84,131).

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

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

Base Numbers

BaseRedGreenBlue
Binary 00010100 01010100 10000011
Octal 24 124 203
Decimal 20 84 131
Hex 14 54 83

RGB Percentages of Color #145483

%8.51
%35.74
%55.74

CMYK Percentages of Color #145483

%85
%36
%0
%49

Triadic Colors of #145483

#145483 #831454 #548314

Analogous Colors of #145483

#145483 #141c83 #14837b

Monochromatic Colors of #145483

#145483

Complementary Color

#145483 #834314

#145483 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#145483 Color Preview on White Background

Lorem ipsum dolor sit amet.

#145483 Color CSS Codes

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

#145483 Text Font Color

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

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


#145483 Background Color

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

This div background color is #145483


#145483 Border Color

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

This div border color is #145483


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #145483


Comments

No comments written yet.

Please login to write comment.