Color Hex Logo

#144acb Color Hex

#144ACB
(20,74,203)
0 Favorites   0 Comments

Color spaces of #144acb

RGB 2074203
HSL0.620.820.44
HSV222°90°80°
CMYK 0.900.640.00   0.20
XYZ13.51689.358157.5938
Yxy9.35810.16800.1163
Hunter Lab30.591025.3369-90.2118
CIE-Lab36.664833.9813-70.9452

#144acb color RGB value is (20,74,203).

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

The process color (four color CMYK) of #144acb color hex is 0.90, 0.64, 0.00, 0.20. Web safe color of #144acb is #0033cc. Color #144acb contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 00010100 01001010 11001011
Octal 24 112 313
Decimal 20 74 203
Hex 14 4A CB

RGB Percentages of Color #144acb

%6.73
%24.92
%68.35

CMYK Percentages of Color #144acb

%90
%64
%0
%20

Triadic Colors of #144acb

#144acb #cb144a #4acb14

Analogous Colors of #144acb

#144acb #3914cb #14a6cb

Monochromatic Colors of #144acb

#144acb

Complementary Color

#144acb #cb9514

#144acb Color Preview on Black Background

Lorem ipsum dolor sit amet.

#144acb Color Preview on White Background

Lorem ipsum dolor sit amet.

#144acb Color CSS Codes

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

#144acb Text Font Color

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

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


#144acb Background Color

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

This div background color is #144acb


#144acb Border Color

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

This div border color is #144acb


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #144acb


Comments

No comments written yet.

Please login to write comment.