Color Hex Logo

#144abf Color Hex

#144ABF
(20,74,191)
0 Favorites   0 Comments

Color spaces of #144abf

RGB 2074191
HSL0.610.810.41
HSV221°90°75°
CMYK 0.900.610.00   0.25
XYZ12.14128.807950.3504
Yxy8.80790.17030.1235
Hunter Lab29.678121.0870-79.8138
CIE-Lab35.611829.3482-65.6740

#144abf color RGB value is (20,74,191).

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

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

Base Numbers

BaseRedGreenBlue
Binary 00010100 01001010 10111111
Octal 24 112 277
Decimal 20 74 191
Hex 14 4A BF

RGB Percentages of Color #144abf

%7.02
%25.96
%67.02

CMYK Percentages of Color #144abf

%90
%61
%0
%25

Triadic Colors of #144abf

#144abf #bf144a #4abf14

Analogous Colors of #144abf

#144abf #3414bf #14a0bf

Monochromatic Colors of #144abf

#144abf

Complementary Color

#144abf #bf8914

#144abf Color Preview on Black Background

Lorem ipsum dolor sit amet.

#144abf Color Preview on White Background

Lorem ipsum dolor sit amet.

#144abf Color CSS Codes

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

#144abf Text Font Color

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

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


#144abf Background Color

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

This div background color is #144abf


#144abf Border Color

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

This div border color is #144abf


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #144abf


Comments

No comments written yet.

Please login to write comment.