Color Hex Logo

#401411 Color Hex

#401411
(64,20,17)
0 Favorites   0 Comments

Color spaces of #401411

RGB 642017
HSL0.010.580.16
HSV73°25°
CMYK 0.000.690.73   0.75
XYZ2.46571.63080.7151
Yxy1.63080.51240.3389
Hunter Lab12.770312.11705.6191
CIE-Lab13.416521.219012.9036

#401411 color RGB value is (64,20,17).

#401411 hex color red value is 64, green value is 20 and the blue value of its RGB is 17. Cylindrical-coordinate representations (also known as HSL) of color #401411 hue: 0.01 , saturation: 0.58 and the lightness value of 401411 is 0.16.

The process color (four color CMYK) of #401411 color hex is 0.00, 0.69, 0.73, 0.75. Web safe color of #401411 is #330000. Color #401411 contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 01000000 00010100 00010001
Octal 100 24 21
Decimal 64 20 17
Hex 40 14 11

RGB Percentages of Color #401411

%63.37
%19.80
%16.83

CMYK Percentages of Color #401411

%0
%69
%73
%75

Triadic Colors of #401411

#401411 #114014 #141140

Analogous Colors of #401411

#401411 #402c11 #401126

Monochromatic Colors of #401411

#401411

Complementary Color

#401411 #113d40

#401411 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#401411 Color Preview on White Background

Lorem ipsum dolor sit amet.

#401411 Color CSS Codes

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

#401411 Text Font Color

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

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


#401411 Background Color

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

This div background color is #401411


#401411 Border Color

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

This div border color is #401411


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #401411


Comments

No comments written yet.

Please login to write comment.