Color Hex Logo

#400702 Color Hex

#400702
(64,7,2)
0 Favorites   0 Comments

Color spaces of #400702

RGB 6472
HSL0.010.940.13
HSV97°25°
CMYK 0.000.890.97   0.75
XYZ2.20131.24630.1820
Yxy1.24630.60650.3434
Hunter Lab11.163815.66046.8481
CIE-Lab10.894626.597416.1806

#400702 color RGB value is (64,7,2).

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

The process color (four color CMYK) of #400702 color hex is 0.00, 0.89, 0.97, 0.75. Web safe color of #400702 is #330000. Color #400702 contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 01000000 00000111 00000010
Octal 100 7 2
Decimal 64 7 2
Hex 40 7 2

RGB Percentages of Color #400702

%87.67
%9.59
%2.74

CMYK Percentages of Color #400702

%0
%89
%97
%75

Triadic Colors of #400702

#400702 #024007 #070240

Analogous Colors of #400702

#400702 #402602 #40021c

Monochromatic Colors of #400702

#400702

Complementary Color

#400702 #023b40

#400702 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#400702 Color Preview on White Background

Lorem ipsum dolor sit amet.

#400702 Color CSS Codes

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

#400702 Text Font Color

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

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


#400702 Background Color

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

This div background color is #400702


#400702 Border Color

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

This div border color is #400702


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #400702


Comments

No comments written yet.

Please login to write comment.