Color Hex Logo

#141111 Color Hex

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

Color spaces of #141111

RGB 201717
HSL0.000.080.07
HSV15°
CMYK 0.000.150.15   0.92
XYZ0.59010.59010.6131
Yxy0.59010.32910.3291
Hunter Lab7.68180.26890.6452
CIE-Lab5.33031.19730.4208

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

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

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

Base Numbers

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

RGB Percentages of Color #141111

%37.04
%31.48
%31.48

CMYK Percentages of Color #141111

%0
%15
%15
%92

Triadic Colors of #141111

#141111 #111411 #111114

Analogous Colors of #141111

#141111 #141311 #141113

Monochromatic Colors of #141111

#141111

Complementary Color

#141111 #111414

#141111 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#141111 Color Preview on White Background

Lorem ipsum dolor sit amet.

#141111 Color CSS Codes

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

#141111 Text Font Color

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

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


#141111 Background Color

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

This div background color is #141111


#141111 Border Color

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

This div border color is #141111


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #141111


Comments

No comments written yet.

Please login to write comment.