Color Hex Logo

#141290 Color Hex

#141290
(20,18,144)
0 Favorites   0 Comments

Color spaces of #141290

RGB 2018144
HSL0.670.780.32
HSV241°88°56°
CMYK 0.860.880.00   0.44
XYZ5.53882.595026.5945
Yxy2.59500.15950.0747
Hunter Lab16.109033.1834-86.6061
CIE-Lab18.342945.8187-65.8065

#141290 color RGB value is (20,18,144).

#141290 hex color red value is 20, green value is 18 and the blue value of its RGB is 144. Cylindrical-coordinate representations (also known as HSL) of color #141290 hue: 0.67 , saturation: 0.78 and the lightness value of 141290 is 0.32.

The process color (four color CMYK) of #141290 color hex is 0.86, 0.88, 0.00, 0.44. Web safe color of #141290 is #000099. Color #141290 contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 00010100 00010010 10010000
Octal 24 22 220
Decimal 20 18 144
Hex 14 12 90

RGB Percentages of Color #141290

%10.99
%9.89
%79.12

CMYK Percentages of Color #141290

%86
%88
%0
%44

Triadic Colors of #141290

#141290 #901412 #129014

Analogous Colors of #141290

#141290 #531290 #124f90

Monochromatic Colors of #141290

#141290

Complementary Color

#141290 #8e9012

#141290 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#141290 Color Preview on White Background

Lorem ipsum dolor sit amet.

#141290 Color CSS Codes

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

#141290 Text Font Color

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

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


#141290 Background Color

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

This div background color is #141290


#141290 Border Color

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

This div border color is #141290


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #141290


Comments

No comments written yet.

Please login to write comment.