Color Hex Logo

#400829 Color Hex

#400829
(64,8,41)
0 Favorites   0 Comments

Color spaces of #400829

RGB 64841
HSL0.900.780.14
HSV325°88°25°
CMYK 0.000.880.36   0.75
XYZ2.60141.42382.2355
Yxy1.42380.41550.2274
Hunter Lab11.932318.0338-2.7553
CIE-Lab12.115229.4952-6.2903

#400829 color RGB value is (64,8,41).

#400829 hex color red value is 64, green value is 8 and the blue value of its RGB is 41. Cylindrical-coordinate representations (also known as HSL) of color #400829 hue: 0.90 , saturation: 0.78 and the lightness value of 400829 is 0.14.

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

Base Numbers

BaseRedGreenBlue
Binary 01000000 00001000 00101001
Octal 100 10 51
Decimal 64 8 41
Hex 40 8 29

RGB Percentages of Color #400829

%56.64
%7.08
%36.28

CMYK Percentages of Color #400829

%0
%88
%36
%75

Triadic Colors of #400829

#400829 #294008 #082940

Analogous Colors of #400829

#400829 #40080d #3b0840

Monochromatic Colors of #400829

#400829

Complementary Color

#400829 #08401f

#400829 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#400829 Color Preview on White Background

Lorem ipsum dolor sit amet.

#400829 Color CSS Codes

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

#400829 Text Font Color

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

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


#400829 Background Color

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

This div background color is #400829


#400829 Border Color

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

This div border color is #400829


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #400829


Comments

No comments written yet.

Please login to write comment.