Color Hex Logo

#144ccb Color Hex

#144CCB
(20,76,203)
0 Favorites   0 Comments

Color spaces of #144ccb

RGB 2076203
HSL0.620.820.44
HSV222°90°80°
CMYK 0.900.630.00   0.20
XYZ13.65249.629457.6390
Yxy9.62940.16870.1190
Hunter Lab31.031324.2274-88.4062
CIE-Lab37.168932.6783-70.1184

#144ccb color RGB value is (20,76,203).

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

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

Base Numbers

BaseRedGreenBlue
Binary 00010100 01001100 11001011
Octal 24 114 313
Decimal 20 76 203
Hex 14 4C CB

RGB Percentages of Color #144ccb

%6.69
%25.42
%67.89

CMYK Percentages of Color #144ccb

%90
%63
%0
%20

Triadic Colors of #144ccb

#144ccb #cb144c #4ccb14

Analogous Colors of #144ccb

#144ccb #3714cb #14a8cb

Monochromatic Colors of #144ccb

#144ccb

Complementary Color

#144ccb #cb9314

#144ccb Color Preview on Black Background

Lorem ipsum dolor sit amet.

#144ccb Color Preview on White Background

Lorem ipsum dolor sit amet.

#144ccb Color CSS Codes

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

#144ccb Text Font Color

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

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


#144ccb Background Color

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

This div background color is #144ccb


#144ccb Border Color

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

This div border color is #144ccb


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #144ccb


Comments

No comments written yet.

Please login to write comment.