Color Hex Logo

#400560 Color Hex

#400560
(64,5,96)
0 Favorites   0 Comments

Color spaces of #400560

RGB 64596
HSL0.770.900.20
HSV279°95°38°
CMYK 0.330.950.00   0.62
XYZ4.27992.043111.2351
Yxy2.04310.24380.1164
Hunter Lab14.293728.4335-36.5974
CIE-Lab15.711841.1944-39.1315

#400560 color RGB value is (64,5,96).

#400560 hex color red value is 64, green value is 5 and the blue value of its RGB is 96. Cylindrical-coordinate representations (also known as HSL) of color #400560 hue: 0.77 , saturation: 0.90 and the lightness value of 400560 is 0.20.

The process color (four color CMYK) of #400560 color hex is 0.33, 0.95, 0.00, 0.62. Web safe color of #400560 is #330066. Color #400560 contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 01000000 00000101 01100000
Octal 100 5 140
Decimal 64 5 96
Hex 40 5 60

RGB Percentages of Color #400560

%38.79
%3.03
%58.18

CMYK Percentages of Color #400560

%33
%95
%0
%62

Triadic Colors of #400560

#400560 #604005 #056040

Analogous Colors of #400560

#400560 #600552 #130560

Monochromatic Colors of #400560

#400560

Complementary Color

#400560 #256005

#400560 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#400560 Color Preview on White Background

Lorem ipsum dolor sit amet.

#400560 Color CSS Codes

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

#400560 Text Font Color

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

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


#400560 Background Color

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

This div background color is #400560


#400560 Border Color

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

This div border color is #400560


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #400560


Comments

No comments written yet.

Please login to write comment.