Color Hex Logo

#141046 Color Hex

#141046
(20,16,70)
0 Favorites   0 Comments

Color spaces of #141046

RGB 201670
HSL0.680.630.17
HSV244°77°27°
CMYK 0.710.770.00   0.73
XYZ1.57930.96155.8967
Yxy0.96150.18720.1140
Hunter Lab9.805611.5895-28.7907
CIE-Lab8.666521.2675-33.1397

#141046 color RGB value is (20,16,70).

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

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

Base Numbers

BaseRedGreenBlue
Binary 00010100 00010000 01000110
Octal 24 20 106
Decimal 20 16 70
Hex 14 10 46

RGB Percentages of Color #141046

%18.87
%15.09
%66.04

CMYK Percentages of Color #141046

%71
%77
%0
%73

Triadic Colors of #141046

#141046 #461410 #104614

Analogous Colors of #141046

#141046 #2f1046 #102746

Monochromatic Colors of #141046

#141046

Complementary Color

#141046 #424610

#141046 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#141046 Color Preview on White Background

Lorem ipsum dolor sit amet.

#141046 Color CSS Codes

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

#141046 Text Font Color

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

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


#141046 Background Color

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

This div background color is #141046


#141046 Border Color

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

This div border color is #141046


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #141046


Comments

No comments written yet.

Please login to write comment.