Color Hex Logo

#400026 Color Hex

#400026
(64,0,38)
1 Favorites   0 Comments

Color spaces of #400026

RGB 64038
HSL0.901.000.13
HSV324°100°25°
CMYK 0.001.000.41   0.75
XYZ2.46421.22991.9412
Yxy1.22990.43730.2182
Hunter Lab11.090120.2548-2.6150
CIE-Lab10.776132.5700-6.0819

#400026 color RGB value is (64,0,38).

#400026 hex color red value is 64, green value is 0 and the blue value of its RGB is 38. Cylindrical-coordinate representations (also known as HSL) of color #400026 hue: 0.90 , saturation: 1.00 and the lightness value of 400026 is 0.13.

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

Base Numbers

BaseRedGreenBlue
Binary 01000000 00000000 00100110
Octal 100 0 46
Decimal 64 0 38
Hex 40 0 26

RGB Percentages of Color #400026

%62.75
%0.00
%37.25

CMYK Percentages of Color #400026

%0
%100
%41
%75

Triadic Colors of #400026

#400026 #264000 #002640

Analogous Colors of #400026

#400026 #400006 #3a0040

Monochromatic Colors of #400026

#400026

Complementary Color

#400026 #00401a

#400026 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#400026 Color Preview on White Background

Lorem ipsum dolor sit amet.

#400026 Color CSS Codes

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

#400026 Text Font Color

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

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


#400026 Background Color

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

This div background color is #400026


#400026 Border Color

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

This div border color is #400026


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #400026


Comments

No comments written yet.

Please login to write comment.