Color Hex Logo

#142257 Color Hex

#142257
(20,34,87)
0 Favorites   0 Comments

Color spaces of #142257

RGB 203487
HSL0.630.630.21
HSV227°77°34°
CMYK 0.770.610.00   0.66
XYZ2.58081.98099.2632
Yxy1.98090.18670.1433
Hunter Lab14.07448.1009-29.1700
CIE-Lab15.386714.9951-33.8474

#142257 color RGB value is (20,34,87).

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

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

Base Numbers

BaseRedGreenBlue
Binary 00010100 00100010 01010111
Octal 24 42 127
Decimal 20 34 87
Hex 14 22 57

RGB Percentages of Color #142257

%14.18
%24.11
%61.70

CMYK Percentages of Color #142257

%77
%61
%0
%66

Triadic Colors of #142257

#142257 #571422 #225714

Analogous Colors of #142257

#142257 #281457 #144457

Monochromatic Colors of #142257

#142257

Complementary Color

#142257 #574914

#142257 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#142257 Color Preview on White Background

Lorem ipsum dolor sit amet.

#142257 Color CSS Codes

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

#142257 Text Font Color

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

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


#142257 Background Color

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

This div background color is #142257


#142257 Border Color

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

This div border color is #142257


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #142257


Comments

No comments written yet.

Please login to write comment.