Color Hex Logo

#141346 Color Hex

#141346
(20,19,70)
0 Favorites   0 Comments

Color spaces of #141346

RGB 201970
HSL0.670.570.17
HSV241°73°27°
CMYK 0.710.730.00   0.73
XYZ1.62691.05675.9126
Yxy1.05670.18930.1229
Hunter Lab10.279610.2610-26.9066
CIE-Lab9.455119.1375-31.8479

#141346 color RGB value is (20,19,70).

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

The process color (four color CMYK) of #141346 color hex is 0.71, 0.73, 0.00, 0.73. Web safe color of #141346 is #000033. Color #141346 contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 00010100 00010011 01000110
Octal 24 23 106
Decimal 20 19 70
Hex 14 13 46

RGB Percentages of Color #141346

%18.35
%17.43
%64.22

CMYK Percentages of Color #141346

%71
%73
%0
%73

Triadic Colors of #141346

#141346 #461413 #134614

Analogous Colors of #141346

#141346 #2e1346 #132c46

Monochromatic Colors of #141346

#141346

Complementary Color

#141346 #454613

#141346 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#141346 Color Preview on White Background

Lorem ipsum dolor sit amet.

#141346 Color CSS Codes

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

#141346 Text Font Color

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

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


#141346 Background Color

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

This div background color is #141346


#141346 Border Color

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

This div border color is #141346


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #141346


Comments

No comments written yet.

Please login to write comment.