Color Hex Logo

#144883 Color Hex

#144883
(20,72,131)
0 Favorites   0 Comments

Color spaces of #144883

RGB 2072131
HSL0.590.740.30
HSV212°85°51°
CMYK 0.850.450.00   0.49
XYZ6.70266.422122.3591
Yxy6.42210.18890.1810
Hunter Lab25.34192.8627-34.5722
CIE-Lab30.45336.3421-37.9024

#144883 color RGB value is (20,72,131).

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

The process color (four color CMYK) of #144883 color hex is 0.85, 0.45, 0.00, 0.49. Web safe color of #144883 is #003399. Color #144883 contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 00010100 01001000 10000011
Octal 24 110 203
Decimal 20 72 131
Hex 14 48 83

RGB Percentages of Color #144883

%8.97
%32.29
%58.74

CMYK Percentages of Color #144883

%85
%45
%0
%49

Triadic Colors of #144883

#144883 #831448 #488314

Analogous Colors of #144883

#144883 #171483 #148083

Monochromatic Colors of #144883

#144883

Complementary Color

#144883 #834f14

#144883 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#144883 Color Preview on White Background

Lorem ipsum dolor sit amet.

#144883 Color CSS Codes

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

#144883 Text Font Color

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

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


#144883 Background Color

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

This div background color is #144883


#144883 Border Color

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

This div border color is #144883


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #144883


Comments

No comments written yet.

Please login to write comment.