Color Hex Logo

#141114 Color Hex

#141114
(20,17,20)
0 Favorites   0 Comments

Color spaces of #141114

RGB 201720
HSL0.830.080.07
HSV300°15°
CMYK 0.000.150.00   0.92
XYZ0.61520.60010.7452
Yxy0.60010.31380.3061
Hunter Lab7.74660.6191-0.2809
CIE-Lab5.42071.8361-1.3130

#141114 color RGB value is (20,17,20).

#141114 hex color red value is 20, green value is 17 and the blue value of its RGB is 20. Cylindrical-coordinate representations (also known as HSL) of color #141114 hue: 0.83 , saturation: 0.08 and the lightness value of 141114 is 0.07.

The process color (four color CMYK) of #141114 color hex is 0.00, 0.15, 0.00, 0.92. Web safe color of #141114 is #000000. Color #141114 contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 00010100 00010001 00010100
Octal 24 21 24
Decimal 20 17 20
Hex 14 11 14

RGB Percentages of Color #141114

%35.09
%29.82
%35.09

CMYK Percentages of Color #141114

%0
%15
%0
%92

Triadic Colors of #141114

#141114 #141411 #111414

Analogous Colors of #141114

#141114 #141113 #131114

Monochromatic Colors of #141114

#141114

Complementary Color

#141114 #111411

#141114 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#141114 Color Preview on White Background

Lorem ipsum dolor sit amet.

#141114 Color CSS Codes

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

#141114 Text Font Color

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

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


#141114 Background Color

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

This div background color is #141114


#141114 Border Color

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

This div border color is #141114


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #141114

#141114 Color Palettes


Comments

No comments written yet.

Please login to write comment.