Color Hex Logo

#142890 Color Hex

#142890
(20,40,144)
0 Favorites   0 Comments

Color spaces of #142890

RGB 2040144
HSL0.640.760.32
HSV230°86°56°
CMYK 0.860.720.00   0.44
XYZ6.08133.679926.7753
Yxy3.67990.16640.1007
Hunter Lab19.183123.0166-69.3275
CIE-Lab22.583733.6724-58.7775

#142890 color RGB value is (20,40,144).

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

The process color (four color CMYK) of #142890 color hex is 0.86, 0.72, 0.00, 0.44. Web safe color of #142890 is #003399. Color #142890 contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 00010100 00101000 10010000
Octal 24 50 220
Decimal 20 40 144
Hex 14 28 90

RGB Percentages of Color #142890

%9.80
%19.61
%70.59

CMYK Percentages of Color #142890

%86
%72
%0
%44

Triadic Colors of #142890

#142890 #901428 #289014

Analogous Colors of #142890

#142890 #3e1490 #146690

Monochromatic Colors of #142890

#142890

Complementary Color

#142890 #907c14

#142890 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#142890 Color Preview on White Background

Lorem ipsum dolor sit amet.

#142890 Color CSS Codes

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

#142890 Text Font Color

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

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


#142890 Background Color

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

This div background color is #142890


#142890 Border Color

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

This div border color is #142890


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #142890


Comments

No comments written yet.

Please login to write comment.