Color Hex Logo

#144aff Color Hex

#144AFF
(20,74,255)
0 Favorites   0 Comments

Color spaces of #144aff

RGB 2074255
HSL0.631.000.54
HSV226°92°100°
CMYK 0.920.710.00   0.00
XYZ20.787312.266395.8798
Yxy12.26630.16120.0951
Hunter Lab35.023344.6540-137.7961
CIE-Lab41.636352.8152-92.3258

#144aff color RGB value is (20,74,255).

#144aff hex color red value is 20, green value is 74 and the blue value of its RGB is 255. Cylindrical-coordinate representations (also known as HSL) of color #144aff hue: 0.63 , saturation: 1.00 and the lightness value of 144aff is 0.54.

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

Base Numbers

BaseRedGreenBlue
Binary 00010100 01001010 11111111
Octal 24 112 377
Decimal 20 74 255
Hex 14 4A FF

RGB Percentages of Color #144aff

%5.73
%21.20
%73.07

CMYK Percentages of Color #144aff

%92
%71
%0
%0

Triadic Colors of #144aff

#144aff #ff144a #4aff14

Analogous Colors of #144aff

#144aff #5414ff #14c0ff

Monochromatic Colors of #144aff

#144aff

Complementary Color

#144aff #ffc914

#144aff Color Preview on Black Background

Lorem ipsum dolor sit amet.

#144aff Color Preview on White Background

Lorem ipsum dolor sit amet.

#144aff Color CSS Codes

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

#144aff Text Font Color

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

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


#144aff Background Color

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

This div background color is #144aff


#144aff Border Color

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

This div border color is #144aff


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #144aff


Comments

No comments written yet.

Please login to write comment.