Color Hex Logo

#141413 Color Hex

#141413
(20,20,19)
1 Favorites   0 Comments

Color spaces of #141413

RGB 202019
HSL0.170.030.08
HSV60°
CMYK 0.000.000.05   0.92
XYZ0.65620.69610.7159
Yxy0.69610.31730.3366
Hunter Lab8.3433-0.56160.7529
CIE-Lab6.2878-0.22210.6012

#141413 color RGB value is (20,20,19).

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

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

Base Numbers

BaseRedGreenBlue
Binary 00010100 00010100 00010011
Octal 24 24 23
Decimal 20 20 19
Hex 14 14 13

RGB Percentages of Color #141413

%33.90
%33.90
%32.20

CMYK Percentages of Color #141413

%0
%0
%5
%92

Triadic Colors of #141413

#141413 #131414 #141314

Monochromatic Colors of #141413

#141413

Complementary Color

#141413 #131314

#141413 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#141413 Color Preview on White Background

Lorem ipsum dolor sit amet.

#141413 Color CSS Codes

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

#141413 Text Font Color

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

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


#141413 Background Color

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

This div background color is #141413


#141413 Border Color

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

This div border color is #141413


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #141413


Comments

No comments written yet.

Please login to write comment.