Color Hex Logo

#144dad Color Hex

#144DAD
(20,77,173)
0 Favorites   0 Comments

Color spaces of #144dad

RGB 2077173
HSL0.600.790.38
HSV218°88°68°
CMYK 0.880.550.00   0.32
XYZ10.48528.473640.6181
Yxy8.47360.17600.1422
Hunter Lab29.109413.3540-62.3542
CIE-Lab34.950420.1865-56.1282

#144dad color RGB value is (20,77,173).

#144dad hex color red value is 20, green value is 77 and the blue value of its RGB is 173. Cylindrical-coordinate representations (also known as HSL) of color #144dad hue: 0.60 , saturation: 0.79 and the lightness value of 144dad is 0.38.

The process color (four color CMYK) of #144dad color hex is 0.88, 0.55, 0.00, 0.32. Web safe color of #144dad is #006699. Color #144dad contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 00010100 01001101 10101101
Octal 24 115 255
Decimal 20 77 173
Hex 14 4D AD

RGB Percentages of Color #144dad

%7.41
%28.52
%64.07

CMYK Percentages of Color #144dad

%88
%55
%0
%32

Triadic Colors of #144dad

#144dad #ad144d #4dad14

Analogous Colors of #144dad

#144dad #2714ad #149aad

Monochromatic Colors of #144dad

#144dad

Complementary Color

#144dad #ad7414

#144dad Color Preview on Black Background

Lorem ipsum dolor sit amet.

#144dad Color Preview on White Background

Lorem ipsum dolor sit amet.

#144dad Color CSS Codes

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

#144dad Text Font Color

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

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


#144dad Background Color

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

This div background color is #144dad


#144dad Border Color

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

This div border color is #144dad


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(20,77,173, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #144dad; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #144dad;
  -webkit-box-shadow: 1px 1px 3px 2px #144dad;
  box-shadow:         1px 1px 3px 2px #144dad; }

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #144dad


Comments

No comments written yet.

Please login to write comment.