Color Hex Logo

#142892 Color Hex

#142892
(20,40,146)
0 Favorites   0 Comments

Color spaces of #142892

RGB 2040146
HSL0.640.760.33
HSV230°86°57°
CMYK 0.860.730.00   0.43
XYZ6.23563.741627.5877
Yxy3.74160.16600.0996
Hunter Lab19.343223.6917-71.0204
CIE-Lab22.798134.4254-59.6625

#142892 color RGB value is (20,40,146).

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

The process color (four color CMYK) of #142892 color hex is 0.86, 0.73, 0.00, 0.43. Web safe color of #142892 is #003399. Color #142892 contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 00010100 00101000 10010010
Octal 24 50 222
Decimal 20 40 146
Hex 14 28 92

RGB Percentages of Color #142892

%9.71
%19.42
%70.87

CMYK Percentages of Color #142892

%86
%73
%0
%43

Triadic Colors of #142892

#142892 #921428 #289214

Analogous Colors of #142892

#142892 #3f1492 #146792

Monochromatic Colors of #142892

#142892

Complementary Color

#142892 #927e14

#142892 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#142892 Color Preview on White Background

Lorem ipsum dolor sit amet.

#142892 Color CSS Codes

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

#142892 Text Font Color

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

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


#142892 Background Color

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

This div background color is #142892


#142892 Border Color

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

This div border color is #142892


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #142892


Comments

No comments written yet.

Please login to write comment.