Color Hex Logo

#143037 Color Hex

#143037
(20,48,55)
0 Favorites   0 Comments

Color spaces of #143037

RGB 204855
HSL0.530.470.15
HSV192°64°22°
CMYK 0.640.130.00   0.78
XYZ2.03502.53853.9971
Yxy2.53850.23740.2962
Hunter Lab15.9327-5.0833-3.7215
CIE-Lab18.0918-8.1084-7.6909

#143037 color RGB value is (20,48,55).

#143037 hex color red value is 20, green value is 48 and the blue value of its RGB is 55. Cylindrical-coordinate representations (also known as HSL) of color #143037 hue: 0.53 , saturation: 0.47 and the lightness value of 143037 is 0.15.

The process color (four color CMYK) of #143037 color hex is 0.64, 0.13, 0.00, 0.78. Web safe color of #143037 is #003333. Color #143037 contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 00010100 00110000 00110111
Octal 24 60 67
Decimal 20 48 55
Hex 14 30 37

RGB Percentages of Color #143037

%16.26
%39.02
%44.72

CMYK Percentages of Color #143037

%64
%13
%0
%78

Triadic Colors of #143037

#143037 #371430 #303714

Analogous Colors of #143037

#143037 #141f37 #14372d

Monochromatic Colors of #143037

#143037

Complementary Color

#143037 #371b14

#143037 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#143037 Color Preview on White Background

Lorem ipsum dolor sit amet.

#143037 Color CSS Codes

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

#143037 Text Font Color

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

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


#143037 Background Color

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

This div background color is #143037


#143037 Border Color

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

This div border color is #143037


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #143037


Comments

No comments written yet.

Please login to write comment.