Color Hex Logo

#400e1a Color Hex

#400E1A
(64,14,26)
1 Favorites   0 Comments

Color spaces of #400e1a

RGB 641426
HSL0.960.640.15
HSV346°78°25°
CMYK 0.000.780.59   0.75
XYZ2.45781.47861.1331
Yxy1.47860.48480.2917
Hunter Lab12.159814.79982.9869
CIE-Lab12.471425.13485.4236

#400e1a color RGB value is (64,14,26).

#400e1a hex color red value is 64, green value is 14 and the blue value of its RGB is 26. Cylindrical-coordinate representations (also known as HSL) of color #400e1a hue: 0.96 , saturation: 0.64 and the lightness value of 400e1a is 0.15.

The process color (four color CMYK) of #400e1a color hex is 0.00, 0.78, 0.59, 0.75. Web safe color of #400e1a is #330033. Color #400e1a contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 01000000 00001110 00011010
Octal 100 16 32
Decimal 64 14 26
Hex 40 E 1A

RGB Percentages of Color #400e1a

%61.54
%13.46
%25.00

CMYK Percentages of Color #400e1a

%0
%78
%59
%75

Triadic Colors of #400e1a

#400e1a #1a400e #0e1a40

Analogous Colors of #400e1a

#400e1a #401b0e #400e33

Monochromatic Colors of #400e1a

#400e1a

Complementary Color

#400e1a #0e4034

#400e1a Color Preview on Black Background

Lorem ipsum dolor sit amet.

#400e1a Color Preview on White Background

Lorem ipsum dolor sit amet.

#400e1a Color CSS Codes

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

#400e1a Text Font Color

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

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


#400e1a Background Color

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

This div background color is #400e1a


#400e1a Border Color

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

This div border color is #400e1a


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #400e1a


Comments

No comments written yet.

Please login to write comment.