Color Hex Logo

#142543 Color Hex

#142543
(20,37,67)
0 Favorites   0 Comments

Color spaces of #142543

RGB 203767
HSL0.610.540.17
HSV218°70°26°
CMYK 0.700.450.00   0.74
XYZ1.96321.87715.5690
Yxy1.87710.20860.1995
Hunter Lab13.70071.6013-14.5094
CIE-Lab14.82864.3048-21.0869

#142543 color RGB value is (20,37,67).

#142543 hex color red value is 20, green value is 37 and the blue value of its RGB is 67. Cylindrical-coordinate representations (also known as HSL) of color #142543 hue: 0.61 , saturation: 0.54 and the lightness value of 142543 is 0.17.

The process color (four color CMYK) of #142543 color hex is 0.70, 0.45, 0.00, 0.74. Web safe color of #142543 is #003333. Color #142543 contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 00010100 00100101 01000011
Octal 24 45 103
Decimal 20 37 67
Hex 14 25 43

RGB Percentages of Color #142543

%16.13
%29.84
%54.03

CMYK Percentages of Color #142543

%70
%45
%0
%74

Triadic Colors of #142543

#142543 #431425 #254314

Analogous Colors of #142543

#142543 #1b1443 #143d43

Monochromatic Colors of #142543

#142543

Complementary Color

#142543 #433214

#142543 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#142543 Color Preview on White Background

Lorem ipsum dolor sit amet.

#142543 Color CSS Codes

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

#142543 Text Font Color

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

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


#142543 Background Color

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

This div background color is #142543


#142543 Border Color

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

This div border color is #142543


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #142543


Comments

No comments written yet.

Please login to write comment.