Color Hex Logo

#143cab Color Hex

#143CAB
(20,60,171)
0 Favorites   0 Comments

Color spaces of #143cab

RGB 2060171
HSL0.620.790.37
HSV224°88°67°
CMYK 0.880.650.00   0.33
XYZ9.25506.320739.2603
Yxy6.32070.16880.1153
Hunter Lab25.141021.7133-74.9888
CIE-Lab30.207630.8585-62.6830

#143cab color RGB value is (20,60,171).

#143cab hex color red value is 20, green value is 60 and the blue value of its RGB is 171. Cylindrical-coordinate representations (also known as HSL) of color #143cab hue: 0.62 , saturation: 0.79 and the lightness value of 143cab is 0.37.

The process color (four color CMYK) of #143cab color hex is 0.88, 0.65, 0.00, 0.33. Web safe color of #143cab is #003399. Color #143cab contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 00010100 00111100 10101011
Octal 24 74 253
Decimal 20 60 171
Hex 14 3C AB

RGB Percentages of Color #143cab

%7.97
%23.90
%68.13

CMYK Percentages of Color #143cab

%88
%65
%0
%33

Triadic Colors of #143cab

#143cab #ab143c #3cab14

Analogous Colors of #143cab

#143cab #3714ab #1488ab

Monochromatic Colors of #143cab

#143cab

Complementary Color

#143cab #ab8314

#143cab Color Preview on Black Background

Lorem ipsum dolor sit amet.

#143cab Color Preview on White Background

Lorem ipsum dolor sit amet.

#143cab Color CSS Codes

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

#143cab Text Font Color

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

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


#143cab Background Color

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

This div background color is #143cab


#143cab Border Color

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

This div border color is #143cab


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(20,60,171, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #143cab; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #143cab;
  -webkit-box-shadow: 1px 1px 3px 2px #143cab;
  box-shadow:         1px 1px 3px 2px #143cab; }

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #143cab


Comments

No comments written yet.

Please login to write comment.