Color Hex Logo

#400040 Color Hex

#400040
(64,0,64)
12 Favorites   1 Comments

Color spaces of #400040

RGB 64064
HSL0.831.000.13
HSV300°100°25°
CMYK 0.001.000.00   0.75
XYZ3.03981.46024.9721
Yxy1.46020.32090.1542
Hunter Lab12.083923.7564-15.9371
CIE-Lab12.352836.5003-22.6023

#400040 color RGB value is (64,0,64).

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

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

Base Numbers

BaseRedGreenBlue
Binary 01000000 00000000 01000000
Octal 100 0 100
Decimal 64 0 64
Hex 40 0 40

RGB Percentages of Color #400040

%50.00
%0.00
%50.00

CMYK Percentages of Color #400040

%0
%100
%0
%75

Triadic Colors of #400040

#400040 #404000 #004040

Analogous Colors of #400040

#400040 #400020 #200040

Monochromatic Colors of #400040

#400040

Complementary Color

#400040 #004000

#400040 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#400040 Color Preview on White Background

Lorem ipsum dolor sit amet.

#400040 Color CSS Codes

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

#400040 Text Font Color

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

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


#400040 Background Color

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

This div background color is #400040


#400040 Border Color

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

This div border color is #400040


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #400040


Comments

12 Oct 2016, 15:41 The_Randomizer

It's a really nice shade of purple.

Please login to write comment.