Color Hex Logo

#142357 Color Hex

#142357
(20,35,87)
0 Favorites   0 Comments

Color spaces of #142357

RGB 203587
HSL0.630.630.21
HSV227°77°34°
CMYK 0.770.600.00   0.66
XYZ2.60982.03899.2728
Yxy2.03890.18750.1465
Hunter Lab14.27907.6365-28.5077
CIE-Lab15.690114.2482-33.3547

#142357 color RGB value is (20,35,87).

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

The process color (four color CMYK) of #142357 color hex is 0.77, 0.60, 0.00, 0.66. Web safe color of #142357 is #003366. Color #142357 contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 00010100 00100011 01010111
Octal 24 43 127
Decimal 20 35 87
Hex 14 23 57

RGB Percentages of Color #142357

%14.08
%24.65
%61.27

CMYK Percentages of Color #142357

%77
%60
%0
%66

Triadic Colors of #142357

#142357 #571423 #235714

Analogous Colors of #142357

#142357 #271457 #144557

Monochromatic Colors of #142357

#142357

Complementary Color

#142357 #574814

#142357 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#142357 Color Preview on White Background

Lorem ipsum dolor sit amet.

#142357 Color CSS Codes

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

#142357 Text Font Color

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

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


#142357 Background Color

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

This div background color is #142357


#142357 Border Color

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

This div border color is #142357


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #142357


Comments

No comments written yet.

Please login to write comment.