Color Hex Logo

#144dbc Color Hex

#144DBC
(20,77,188)
0 Favorites   0 Comments

Color spaces of #144dbc

RGB 2077188
HSL0.610.810.41
HSV220°89°74°
CMYK 0.890.590.00   0.26
XYZ12.01959.087348.6975
Yxy9.08730.17220.1302
Hunter Lab30.145118.4177-74.6775
CIE-Lab36.151826.1762-63.0316

#144dbc color RGB value is (20,77,188).

#144dbc hex color red value is 20, green value is 77 and the blue value of its RGB is 188. Cylindrical-coordinate representations (also known as HSL) of color #144dbc hue: 0.61 , saturation: 0.81 and the lightness value of 144dbc is 0.41.

The process color (four color CMYK) of #144dbc color hex is 0.89, 0.59, 0.00, 0.26. Web safe color of #144dbc is #0066cc. Color #144dbc contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 00010100 01001101 10111100
Octal 24 115 274
Decimal 20 77 188
Hex 14 4D BC

RGB Percentages of Color #144dbc

%7.02
%27.02
%65.96

CMYK Percentages of Color #144dbc

%89
%59
%0
%26

Triadic Colors of #144dbc

#144dbc #bc144d #4dbc14

Analogous Colors of #144dbc

#144dbc #2f14bc #14a1bc

Monochromatic Colors of #144dbc

#144dbc

Complementary Color

#144dbc #bc8314

#144dbc Color Preview on Black Background

Lorem ipsum dolor sit amet.

#144dbc Color Preview on White Background

Lorem ipsum dolor sit amet.

#144dbc Color CSS Codes

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

#144dbc Text Font Color

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

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


#144dbc Background Color

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

This div background color is #144dbc


#144dbc Border Color

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

This div border color is #144dbc


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #144dbc


Comments

No comments written yet.

Please login to write comment.