Color Hex Logo

#144ade Color Hex

#144ADE
(20,74,222)
0 Favorites   0 Comments

Color spaces of #144ade

RGB 2074222
HSL0.620.830.47
HSV224°91°87°
CMYK 0.910.670.00   0.13
XYZ15.922110.320270.2601
Yxy10.32020.16500.1069
Hunter Lab32.125132.2508-107.1844
CIE-Lab38.411141.0979-79.0153

#144ade color RGB value is (20,74,222).

#144ade hex color red value is 20, green value is 74 and the blue value of its RGB is 222. Cylindrical-coordinate representations (also known as HSL) of color #144ade hue: 0.62 , saturation: 0.83 and the lightness value of 144ade is 0.47.

The process color (four color CMYK) of #144ade color hex is 0.91, 0.67, 0.00, 0.13. Web safe color of #144ade is #0033cc. Color #144ade contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 00010100 01001010 11011110
Octal 24 112 336
Decimal 20 74 222
Hex 14 4A DE

RGB Percentages of Color #144ade

%6.33
%23.42
%70.25

CMYK Percentages of Color #144ade

%91
%67
%0
%13

Triadic Colors of #144ade

#144ade #de144a #4ade14

Analogous Colors of #144ade

#144ade #4314de #14afde

Monochromatic Colors of #144ade

#144ade

Complementary Color

#144ade #dea814

#144ade Color Preview on Black Background

Lorem ipsum dolor sit amet.

#144ade Color Preview on White Background

Lorem ipsum dolor sit amet.

#144ade Color CSS Codes

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

#144ade Text Font Color

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

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


#144ade Background Color

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

This div background color is #144ade


#144ade Border Color

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

This div border color is #144ade


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #144ade


Comments

No comments written yet.

Please login to write comment.