Color Hex Logo

#144ffd Color Hex

#144FFD
(20,79,253)
0 Favorites   0 Comments

Color spaces of #144ffd

RGB 2079253
HSL0.620.980.54
HSV225°92°99°
CMYK 0.920.690.00   0.01
XYZ20.814112.832594.3084
Yxy12.83250.16270.1003
Hunter Lab35.822541.0253-131.0147
CIE-Lab42.509849.1795-89.7667

#144ffd color RGB value is (20,79,253).

#144ffd hex color red value is 20, green value is 79 and the blue value of its RGB is 253. Cylindrical-coordinate representations (also known as HSL) of color #144ffd hue: 0.62 , saturation: 0.98 and the lightness value of 144ffd is 0.54.

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

Base Numbers

BaseRedGreenBlue
Binary 00010100 01001111 11111101
Octal 24 117 375
Decimal 20 79 253
Hex 14 4F FD

RGB Percentages of Color #144ffd

%5.68
%22.44
%71.88

CMYK Percentages of Color #144ffd

%92
%69
%0
%1

Triadic Colors of #144ffd

#144ffd #fd144f #4ffd14

Analogous Colors of #144ffd

#144ffd #4d14fd #14c4fd

Monochromatic Colors of #144ffd

#144ffd

Complementary Color

#144ffd #fdc214

#144ffd Color Preview on Black Background

Lorem ipsum dolor sit amet.

#144ffd Color Preview on White Background

Lorem ipsum dolor sit amet.

#144ffd Color CSS Codes

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

#144ffd Text Font Color

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

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


#144ffd Background Color

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

This div background color is #144ffd


#144ffd Border Color

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

This div border color is #144ffd


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #144ffd

Related Colors


Comments

No comments written yet.

Please login to write comment.