Color Hex Logo

#144cdd Color Hex

#144CDD
(20,76,221)
0 Favorites   0 Comments

Color spaces of #144cdd

RGB 2076221
HSL0.620.830.47
HSV223°91°87°
CMYK 0.910.660.00   0.13
XYZ15.924110.538169.6014
Yxy10.53810.16580.1097
Hunter Lab32.462430.7520-104.3976
CIE-Lab38.791439.4703-77.8179

#144cdd color RGB value is (20,76,221).

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

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

Base Numbers

BaseRedGreenBlue
Binary 00010100 01001100 11011101
Octal 24 114 335
Decimal 20 76 221
Hex 14 4C DD

RGB Percentages of Color #144cdd

%6.31
%23.97
%69.72

CMYK Percentages of Color #144cdd

%91
%66
%0
%13

Triadic Colors of #144cdd

#144cdd #dd144c #4cdd14

Analogous Colors of #144cdd

#144cdd #4014dd #14b1dd

Monochromatic Colors of #144cdd

#144cdd

Complementary Color

#144cdd #dda514

#144cdd Color Preview on Black Background

Lorem ipsum dolor sit amet.

#144cdd Color Preview on White Background

Lorem ipsum dolor sit amet.

#144cdd Color CSS Codes

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

#144cdd Text Font Color

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

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


#144cdd Background Color

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

This div background color is #144cdd


#144cdd Border Color

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

This div border color is #144cdd


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #144cdd


Comments

No comments written yet.

Please login to write comment.