Color Hex Logo

#141faf Color Hex

#141FAF
(20,31,175)
0 Favorites   0 Comments

Color spaces of #141faf

RGB 2031175
HSL0.650.790.38
HSV236°89°69°
CMYK 0.890.820.00   0.31
XYZ8.51634.223840.9239
Yxy4.22380.15870.0787
Hunter Lab20.551938.0011-103.6748
CIE-Lab24.397949.6096-74.6825

#141faf color RGB value is (20,31,175).

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

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

Base Numbers

BaseRedGreenBlue
Binary 00010100 00011111 10101111
Octal 24 37 257
Decimal 20 31 175
Hex 14 1F AF

RGB Percentages of Color #141faf

%8.85
%13.72
%77.43

CMYK Percentages of Color #141faf

%89
%82
%0
%31

Triadic Colors of #141faf

#141faf #af141f #1faf14

Analogous Colors of #141faf

#141faf #5614af #146daf

Monochromatic Colors of #141faf

#141faf

Complementary Color

#141faf #afa414

#141faf Color Preview on Black Background

Lorem ipsum dolor sit amet.

#141faf Color Preview on White Background

Lorem ipsum dolor sit amet.

#141faf Color CSS Codes

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

#141faf Text Font Color

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

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


#141faf Background Color

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

This div background color is #141faf


#141faf Border Color

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

This div border color is #141faf


Css3 Examples

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

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(20,31,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 #141faf">Text here</p>

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #141faf


Comments

No comments written yet.

Please login to write comment.