Color Hex Logo

#143faf Color Hex

#143FAF
(20,63,175)
0 Favorites   0 Comments

Color spaces of #143faf

RGB 2063175
HSL0.620.790.38
HSV223°89°69°
CMYK 0.890.640.00   0.31
XYZ9.80396.798941.3530
Yxy6.79890.16920.1173
Hunter Lab26.074721.4840-75.7783
CIE-Lab31.344630.4178-63.2081

#143faf color RGB value is (20,63,175).

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

The process color (four color CMYK) of #143faf color hex is 0.89, 0.64, 0.00, 0.31. Web safe color of #143faf is #003399. Color #143faf contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 00010100 00111111 10101111
Octal 24 77 257
Decimal 20 63 175
Hex 14 3F AF

RGB Percentages of Color #143faf

%7.75
%24.42
%67.83

CMYK Percentages of Color #143faf

%89
%64
%0
%31

Triadic Colors of #143faf

#143faf #af143f #3faf14

Analogous Colors of #143faf

#143faf #3714af #148daf

Monochromatic Colors of #143faf

#143faf

Complementary Color

#143faf #af8414

#143faf Color Preview on Black Background

Lorem ipsum dolor sit amet.

#143faf Color Preview on White Background

Lorem ipsum dolor sit amet.

#143faf Color CSS Codes

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

#143faf Text Font Color

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

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


#143faf Background Color

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

This div background color is #143faf


#143faf Border Color

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

This div border color is #143faf


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #143faf


Comments

No comments written yet.

Please login to write comment.