Color Hex Logo

#144cbd Color Hex

#144CBD
(20,76,189)
0 Favorites   0 Comments

Color spaces of #144cbd

RGB 2076189
HSL0.610.810.41
HSV220°89°74°
CMYK 0.890.600.00   0.26
XYZ12.05828.991749.2442
Yxy8.99170.17150.1279
Hunter Lab29.986219.3036-76.3775
CIE-Lab35.968327.2363-63.9183

#144cbd color RGB value is (20,76,189).

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

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

Base Numbers

BaseRedGreenBlue
Binary 00010100 01001100 10111101
Octal 24 114 275
Decimal 20 76 189
Hex 14 4C BD

RGB Percentages of Color #144cbd

%7.02
%26.67
%66.32

CMYK Percentages of Color #144cbd

%89
%60
%0
%26

Triadic Colors of #144cbd

#144cbd #bd144c #4cbd14

Analogous Colors of #144cbd

#144cbd #3014bd #14a1bd

Monochromatic Colors of #144cbd

#144cbd

Complementary Color

#144cbd #bd8514

#144cbd Color Preview on Black Background

Lorem ipsum dolor sit amet.

#144cbd Color Preview on White Background

Lorem ipsum dolor sit amet.

#144cbd Color CSS Codes

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

#144cbd Text Font Color

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

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


#144cbd Background Color

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

This div background color is #144cbd


#144cbd Border Color

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

This div border color is #144cbd


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #144cbd


Comments

No comments written yet.

Please login to write comment.