Color Hex Logo

#141783 Color Hex

#141783
(20,23,131)
0 Favorites   0 Comments

Color spaces of #141783

RGB 2023131
HSL0.660.740.30
HSV238°85°51°
CMYK 0.850.820.00   0.49
XYZ4.69162.400221.6887
Yxy2.40020.16300.0834
Hunter Lab15.492626.9429-72.1577
CIE-Lab17.461139.1844-59.1115

#141783 color RGB value is (20,23,131).

#141783 hex color red value is 20, green value is 23 and the blue value of its RGB is 131. Cylindrical-coordinate representations (also known as HSL) of color #141783 hue: 0.66 , saturation: 0.74 and the lightness value of 141783 is 0.30.

The process color (four color CMYK) of #141783 color hex is 0.85, 0.82, 0.00, 0.49. Web safe color of #141783 is #000099. Color #141783 contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 00010100 00010111 10000011
Octal 24 27 203
Decimal 20 23 131
Hex 14 17 83

RGB Percentages of Color #141783

%11.49
%13.22
%75.29

CMYK Percentages of Color #141783

%85
%82
%0
%49

Triadic Colors of #141783

#141783 #831417 #178314

Analogous Colors of #141783

#141783 #491483 #144f83

Monochromatic Colors of #141783

#141783

Complementary Color

#141783 #838014

#141783 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#141783 Color Preview on White Background

Lorem ipsum dolor sit amet.

#141783 Color CSS Codes

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

#141783 Text Font Color

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

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


#141783 Background Color

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

This div background color is #141783


#141783 Border Color

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

This div border color is #141783


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #141783


Comments

No comments written yet.

Please login to write comment.