Color Hex Logo

#400599 Color Hex

#400599
(64,5,153)
0 Favorites   0 Comments

Color spaces of #400599

RGB 645153
HSL0.730.940.31
HSV264°97°60°
CMYK 0.580.970.00   0.40
XYZ7.91843.498430.3949
Yxy3.49840.18940.0837
Hunter Lab18.704042.8365-83.2562
CIE-Lab21.938654.8467-65.2991

#400599 color RGB value is (64,5,153).

#400599 hex color red value is 64, green value is 5 and the blue value of its RGB is 153. Cylindrical-coordinate representations (also known as HSL) of color #400599 hue: 0.73 , saturation: 0.94 and the lightness value of 400599 is 0.31.

The process color (four color CMYK) of #400599 color hex is 0.58, 0.97, 0.00, 0.40. Web safe color of #400599 is #330099. Color #400599 contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 01000000 00000101 10011001
Octal 100 5 231
Decimal 64 5 153
Hex 40 5 99

RGB Percentages of Color #400599

%28.83
%2.25
%68.92

CMYK Percentages of Color #400599

%58
%97
%0
%40

Triadic Colors of #400599

#400599 #994005 #059940

Analogous Colors of #400599

#400599 #8a0599 #051499

Monochromatic Colors of #400599

#400599

Complementary Color

#400599 #5e9905

#400599 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#400599 Color Preview on White Background

Lorem ipsum dolor sit amet.

#400599 Color CSS Codes

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

#400599 Text Font Color

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

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


#400599 Background Color

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

This div background color is #400599


#400599 Border Color

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

This div border color is #400599


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #400599


Comments

No comments written yet.

Please login to write comment.