Color Hex Logo

#143273 Color Hex

#143273
(20,50,115)
0 Favorites   0 Comments

Color spaces of #143273

RGB 2050115
HSL0.610.700.26
HSV221°83°45°
CMYK 0.830.570.00   0.55
XYZ4.52363.667716.6892
Yxy3.66770.18180.1474
Hunter Lab19.15128.6477-38.2619
CIE-Lab22.541015.0725-40.5841

#143273 color RGB value is (20,50,115).

#143273 hex color red value is 20, green value is 50 and the blue value of its RGB is 115. Cylindrical-coordinate representations (also known as HSL) of color #143273 hue: 0.61 , saturation: 0.70 and the lightness value of 143273 is 0.26.

The process color (four color CMYK) of #143273 color hex is 0.83, 0.57, 0.00, 0.55. Web safe color of #143273 is #003366. Color #143273 contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 00010100 00110010 01110011
Octal 24 62 163
Decimal 20 50 115
Hex 14 32 73

RGB Percentages of Color #143273

%10.81
%27.03
%62.16

CMYK Percentages of Color #143273

%83
%57
%0
%55

Triadic Colors of #143273

#143273 #731432 #327314

Analogous Colors of #143273

#143273 #261473 #146273

Monochromatic Colors of #143273

#143273

Complementary Color

#143273 #735514

#143273 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#143273 Color Preview on White Background

Lorem ipsum dolor sit amet.

#143273 Color CSS Codes

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

#143273 Text Font Color

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

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


#143273 Background Color

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

This div background color is #143273


#143273 Border Color

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

This div border color is #143273


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #143273


Comments

No comments written yet.

Please login to write comment.