Color Hex Logo

#144cef Color Hex

#144CEF
(20,76,239)
0 Favorites   0 Comments

Color spaces of #144cef

RGB 2076239
HSL0.620.870.51
HSV225°92°94°
CMYK 0.920.680.00   0.06
XYZ18.452911.549682.9181
Yxy11.54960.16340.1023
Hunter Lab33.984737.4481-120.8703
CIE-Lab40.491146.0238-85.2403

#144cef color RGB value is (20,76,239).

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

The process color (four color CMYK) of #144cef color hex is 0.92, 0.68, 0.00, 0.06. Web safe color of #144cef is #0033ff. Color #144cef contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 00010100 01001100 11101111
Octal 24 114 357
Decimal 20 76 239
Hex 14 4C EF

RGB Percentages of Color #144cef

%5.97
%22.69
%71.34

CMYK Percentages of Color #144cef

%92
%68
%0
%6

Triadic Colors of #144cef

#144cef #ef144c #4cef14

Analogous Colors of #144cef

#144cef #4914ef #14baef

Monochromatic Colors of #144cef

#144cef

Complementary Color

#144cef #efb714

#144cef Color Preview on Black Background

Lorem ipsum dolor sit amet.

#144cef Color Preview on White Background

Lorem ipsum dolor sit amet.

#144cef Color CSS Codes

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

#144cef Text Font Color

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

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


#144cef Background Color

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

This div background color is #144cef


#144cef Border Color

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

This div border color is #144cef


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #144cef


Comments

No comments written yet.

Please login to write comment.