Color Hex Logo

#143753 Color Hex

#143753
(20,55,83)
0 Favorites   0 Comments

Color spaces of #143753

RGB 205583
HSL0.570.610.20
HSV207°76°33°
CMYK 0.760.340.00   0.67
XYZ3.21603.50568.6908
Yxy3.50560.20870.2275
Hunter Lab18.7232-2.1056-14.4145
CIE-Lab21.9646-1.9209-20.6557

#143753 color RGB value is (20,55,83).

#143753 hex color red value is 20, green value is 55 and the blue value of its RGB is 83. Cylindrical-coordinate representations (also known as HSL) of color #143753 hue: 0.57 , saturation: 0.61 and the lightness value of 143753 is 0.20.

The process color (four color CMYK) of #143753 color hex is 0.76, 0.34, 0.00, 0.67. Web safe color of #143753 is #003366. Color #143753 contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 00010100 00110111 01010011
Octal 24 67 123
Decimal 20 55 83
Hex 14 37 53

RGB Percentages of Color #143753

%12.66
%34.81
%52.53

CMYK Percentages of Color #143753

%76
%34
%0
%67

Triadic Colors of #143753

#143753 #531437 #375314

Analogous Colors of #143753

#143753 #141853 #145350

Monochromatic Colors of #143753

#143753

Complementary Color

#143753 #533014

#143753 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#143753 Color Preview on White Background

Lorem ipsum dolor sit amet.

#143753 Color CSS Codes

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

#143753 Text Font Color

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

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


#143753 Background Color

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

This div background color is #143753


#143753 Border Color

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

This div border color is #143753


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #143753


Comments

No comments written yet.

Please login to write comment.