Color Hex Logo

#141381 Color Hex

#141381
(20,19,129)
0 Favorites   0 Comments

Color spaces of #141381

RGB 2019129
HSL0.670.740.29
HSV241°85°51°
CMYK 0.840.850.00   0.49
XYZ4.48382.199420.9571
Yxy2.19940.16220.0796
Hunter Lab14.830428.0144-73.4026
CIE-Lab16.500740.5752-59.4391

#141381 color RGB value is (20,19,129).

#141381 hex color red value is 20, green value is 19 and the blue value of its RGB is 129. Cylindrical-coordinate representations (also known as HSL) of color #141381 hue: 0.67 , saturation: 0.74 and the lightness value of 141381 is 0.29.

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

Base Numbers

BaseRedGreenBlue
Binary 00010100 00010011 10000001
Octal 24 23 201
Decimal 20 19 129
Hex 14 13 81

RGB Percentages of Color #141381

%11.90
%11.31
%76.79

CMYK Percentages of Color #141381

%84
%85
%0
%49

Triadic Colors of #141381

#141381 #811413 #138114

Analogous Colors of #141381

#141381 #4b1381 #134981

Monochromatic Colors of #141381

#141381

Complementary Color

#141381 #808113

#141381 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#141381 Color Preview on White Background

Lorem ipsum dolor sit amet.

#141381 Color CSS Codes

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

#141381 Text Font Color

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

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


#141381 Background Color

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

This div background color is #141381


#141381 Border Color

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

This div border color is #141381


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #141381


Comments

No comments written yet.

Please login to write comment.