Color Hex Logo

#144bef Color Hex

#144BEF
(20,75,239)
0 Favorites   0 Comments

Color spaces of #144bef

RGB 2075239
HSL0.620.870.51
HSV225°92°94°
CMYK 0.920.690.00   0.06
XYZ18.384611.412982.8953
Yxy11.41290.16310.1013
Hunter Lab33.783038.0190-121.8353
CIE-Lab40.267446.6307-85.6094

#144bef color RGB value is (20,75,239).

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

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

Base Numbers

BaseRedGreenBlue
Binary 00010100 01001011 11101111
Octal 24 113 357
Decimal 20 75 239
Hex 14 4B EF

RGB Percentages of Color #144bef

%5.99
%22.46
%71.56

CMYK Percentages of Color #144bef

%92
%69
%0
%6

Triadic Colors of #144bef

#144bef #ef144b #4bef14

Analogous Colors of #144bef

#144bef #4a14ef #14b9ef

Monochromatic Colors of #144bef

#144bef

Complementary Color

#144bef #efb814

#144bef Color Preview on Black Background

Lorem ipsum dolor sit amet.

#144bef Color Preview on White Background

Lorem ipsum dolor sit amet.

#144bef Color CSS Codes

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

#144bef Text Font Color

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

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


#144bef Background Color

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

This div background color is #144bef


#144bef Border Color

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

This div border color is #144bef


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #144bef


Comments

No comments written yet.

Please login to write comment.