Color Hex Logo

#400649 Color Hex

#400649
(64,6,73)
0 Favorites   0 Comments

Color spaces of #400649

RGB 64673
HSL0.810.850.15
HSV292°92°29°
CMYK 0.120.920.00   0.71
XYZ3.38211.70136.4535
Yxy1.70130.29320.1475
Hunter Lab13.043423.4584-20.2046
CIE-Lab13.834535.8603-26.5398

#400649 color RGB value is (64,6,73).

#400649 hex color red value is 64, green value is 6 and the blue value of its RGB is 73. Cylindrical-coordinate representations (also known as HSL) of color #400649 hue: 0.81 , saturation: 0.85 and the lightness value of 400649 is 0.15.

The process color (four color CMYK) of #400649 color hex is 0.12, 0.92, 0.00, 0.71. Web safe color of #400649 is #330033. Color #400649 contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 01000000 00000110 01001001
Octal 100 6 111
Decimal 64 6 73
Hex 40 6 49

RGB Percentages of Color #400649

%44.76
%4.20
%51.05

CMYK Percentages of Color #400649

%12
%92
%0
%71

Triadic Colors of #400649

#400649 #494006 #064940

Analogous Colors of #400649

#400649 #490631 #1e0649

Monochromatic Colors of #400649

#400649

Complementary Color

#400649 #0f4906

#400649 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#400649 Color Preview on White Background

Lorem ipsum dolor sit amet.

#400649 Color CSS Codes

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

#400649 Text Font Color

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

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


#400649 Background Color

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

This div background color is #400649


#400649 Border Color

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

This div border color is #400649


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #400649


Comments

No comments written yet.

Please login to write comment.