Color Hex Logo

#400d81 Color Hex

#400D81
(64,13,129)
0 Favorites   0 Comments

Color spaces of #400d81

RGB 6413129
HSL0.740.820.28
HSV266°90°51°
CMYK 0.500.900.00   0.49
XYZ6.22072.962821.0129
Yxy2.96280.20600.0981
Hunter Lab17.212834.3875-60.3307
CIE-Lab19.894346.7810-53.6904

#400d81 color RGB value is (64,13,129).

#400d81 hex color red value is 64, green value is 13 and the blue value of its RGB is 129. Cylindrical-coordinate representations (also known as HSL) of color #400d81 hue: 0.74 , saturation: 0.82 and the lightness value of 400d81 is 0.28.

The process color (four color CMYK) of #400d81 color hex is 0.50, 0.90, 0.00, 0.49. Web safe color of #400d81 is #330099. Color #400d81 contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 01000000 00001101 10000001
Octal 100 15 201
Decimal 64 13 129
Hex 40 D 81

RGB Percentages of Color #400d81

%31.07
%6.31
%62.62

CMYK Percentages of Color #400d81

%50
%90
%0
%49

Triadic Colors of #400d81

#400d81 #81400d #0d8140

Analogous Colors of #400d81

#400d81 #7a0d81 #0d1481

Monochromatic Colors of #400d81

#400d81

Complementary Color

#400d81 #4e810d

#400d81 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#400d81 Color Preview on White Background

Lorem ipsum dolor sit amet.

#400d81 Color CSS Codes

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

#400d81 Text Font Color

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

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


#400d81 Background Color

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

This div background color is #400d81


#400d81 Border Color

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

This div border color is #400d81


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #400d81


Comments

No comments written yet.

Please login to write comment.