Color Hex Logo

#401640 Color Hex

#401640
(64,22,64)
0 Favorites   0 Comments

Color spaces of #401640

RGB 642264
HSL0.830.490.17
HSV300°66°25°
CMYK 0.000.660.00   0.75
XYZ3.32672.03405.0677
Yxy2.03400.31900.1950
Hunter Lab14.261816.6785-11.0844
CIE-Lab15.664727.0686-17.3474

#401640 color RGB value is (64,22,64).

#401640 hex color red value is 64, green value is 22 and the blue value of its RGB is 64. Cylindrical-coordinate representations (also known as HSL) of color #401640 hue: 0.83 , saturation: 0.49 and the lightness value of 401640 is 0.17.

The process color (four color CMYK) of #401640 color hex is 0.00, 0.66, 0.00, 0.75. Web safe color of #401640 is #330033. Color #401640 contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 01000000 00010110 01000000
Octal 100 26 100
Decimal 64 22 64
Hex 40 16 40

RGB Percentages of Color #401640

%42.67
%14.67
%42.67

CMYK Percentages of Color #401640

%0
%66
%0
%75

Triadic Colors of #401640

#401640 #404016 #164040

Analogous Colors of #401640

#401640 #40162b #2b1640

Monochromatic Colors of #401640

#401640

Complementary Color

#401640 #164016

#401640 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#401640 Color Preview on White Background

Lorem ipsum dolor sit amet.

#401640 Color CSS Codes

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

#401640 Text Font Color

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

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


#401640 Background Color

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

This div background color is #401640


#401640 Border Color

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

This div border color is #401640


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #401640


Comments

No comments written yet.

Please login to write comment.