Color Hex Logo

#142362 Color Hex

#142362
(20,35,98)
0 Favorites   0 Comments

Color spaces of #142362

RGB 203598
HSL0.630.660.23
HSV228°80°38°
CMYK 0.800.640.00   0.62
XYZ3.09412.232611.8231
Yxy2.23260.18040.1302
Hunter Lab14.941910.8147-36.4552
CIE-Lab16.663418.8593-39.0996

#142362 color RGB value is (20,35,98).

#142362 hex color red value is 20, green value is 35 and the blue value of its RGB is 98. Cylindrical-coordinate representations (also known as HSL) of color #142362 hue: 0.63 , saturation: 0.66 and the lightness value of 142362 is 0.23.

The process color (four color CMYK) of #142362 color hex is 0.80, 0.64, 0.00, 0.62. Web safe color of #142362 is #003366. Color #142362 contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 00010100 00100011 01100010
Octal 24 43 142
Decimal 20 35 98
Hex 14 23 62

RGB Percentages of Color #142362

%13.07
%22.88
%64.05

CMYK Percentages of Color #142362

%80
%64
%0
%62

Triadic Colors of #142362

#142362 #621423 #236214

Analogous Colors of #142362

#142362 #2c1462 #144a62

Monochromatic Colors of #142362

#142362

Complementary Color

#142362 #625314

#142362 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#142362 Color Preview on White Background

Lorem ipsum dolor sit amet.

#142362 Color CSS Codes

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

#142362 Text Font Color

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

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


#142362 Background Color

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

This div background color is #142362


#142362 Border Color

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

This div border color is #142362


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #142362


Comments

No comments written yet.

Please login to write comment.