Color Hex Logo

#141382 Color Hex

#141382
(20,19,130)
0 Favorites   0 Comments

Color spaces of #141382

RGB 2019130
HSL0.670.740.29
HSV241°85°51°
CMYK 0.850.850.00   0.49
XYZ4.55062.226221.3089
Yxy2.22620.16200.0793
Hunter Lab14.920528.3300-74.2317
CIE-Lab16.632240.9012-59.8549

#141382 color RGB value is (20,19,130).

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

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

Base Numbers

BaseRedGreenBlue
Binary 00010100 00010011 10000010
Octal 24 23 202
Decimal 20 19 130
Hex 14 13 82

RGB Percentages of Color #141382

%11.83
%11.24
%76.92

CMYK Percentages of Color #141382

%85
%85
%0
%49

Triadic Colors of #141382

#141382 #821413 #138214

Analogous Colors of #141382

#141382 #4b1382 #134a82

Monochromatic Colors of #141382

#141382

Complementary Color

#141382 #818213

#141382 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#141382 Color Preview on White Background

Lorem ipsum dolor sit amet.

#141382 Color CSS Codes

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

#141382 Text Font Color

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

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


#141382 Background Color

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

This div background color is #141382


#141382 Border Color

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

This div border color is #141382


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #141382


Comments

No comments written yet.

Please login to write comment.