Color Hex Logo

#144ebc Color Hex

#144EBC
(20,78,188)
0 Favorites   0 Comments

Color spaces of #144ebc

RGB 2078188
HSL0.610.810.41
HSV219°89°74°
CMYK 0.890.590.00   0.26
XYZ12.09009.228348.7210
Yxy9.22830.17260.1318
Hunter Lab30.378117.8784-73.8257
CIE-Lab36.420225.5092-62.5936

#144ebc color RGB value is (20,78,188).

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

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

Base Numbers

BaseRedGreenBlue
Binary 00010100 01001110 10111100
Octal 24 116 274
Decimal 20 78 188
Hex 14 4E BC

RGB Percentages of Color #144ebc

%6.99
%27.27
%65.73

CMYK Percentages of Color #144ebc

%89
%59
%0
%26

Triadic Colors of #144ebc

#144ebc #bc144e #4ebc14

Analogous Colors of #144ebc

#144ebc #2e14bc #14a2bc

Monochromatic Colors of #144ebc

#144ebc

Complementary Color

#144ebc #bc8214

#144ebc Color Preview on Black Background

Lorem ipsum dolor sit amet.

#144ebc Color Preview on White Background

Lorem ipsum dolor sit amet.

#144ebc Color CSS Codes

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

#144ebc Text Font Color

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

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


#144ebc Background Color

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

This div background color is #144ebc


#144ebc Border Color

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

This div border color is #144ebc


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #144ebc


Comments

No comments written yet.

Please login to write comment.