Color Hex Logo

#400804 Color Hex

#400804
(64,8,4)
0 Favorites   0 Comments

Color spaces of #400804

RGB 6484
HSL0.010.880.13
HSV94°25°
CMYK 0.000.880.94   0.75
XYZ2.22311.27240.2433
Yxy1.27240.59460.3403
Hunter Lab11.280115.43906.6172
CIE-Lab11.081126.262715.6253

#400804 color RGB value is (64,8,4).

#400804 hex color red value is 64, green value is 8 and the blue value of its RGB is 4. Cylindrical-coordinate representations (also known as HSL) of color #400804 hue: 0.01 , saturation: 0.88 and the lightness value of 400804 is 0.13.

The process color (four color CMYK) of #400804 color hex is 0.00, 0.88, 0.94, 0.75. Web safe color of #400804 is #330000. Color #400804 contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 01000000 00001000 00000100
Octal 100 10 4
Decimal 64 8 4
Hex 40 8 4

RGB Percentages of Color #400804

%84.21
%10.53
%5.26

CMYK Percentages of Color #400804

%0
%88
%94
%75

Triadic Colors of #400804

#400804 #044008 #080440

Analogous Colors of #400804

#400804 #402604 #40041e

Monochromatic Colors of #400804

#400804

Complementary Color

#400804 #043c40

#400804 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#400804 Color Preview on White Background

Lorem ipsum dolor sit amet.

#400804 Color CSS Codes

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

#400804 Text Font Color

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

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


#400804 Background Color

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

This div background color is #400804


#400804 Border Color

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

This div border color is #400804


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #400804


Comments

No comments written yet.

Please login to write comment.