Color Hex Logo

#400650 Color Hex

#400650
(64,6,80)
0 Favorites   0 Comments

Color spaces of #400650

RGB 64680
HSL0.800.860.17
HSV287°93°31°
CMYK 0.200.930.00   0.69
XYZ3.62741.79947.7456
Yxy1.79940.27540.1366
Hunter Lab13.414224.7944-24.8453
CIE-Lab14.397237.3181-30.4605

#400650 color RGB value is (64,6,80).

#400650 hex color red value is 64, green value is 6 and the blue value of its RGB is 80. Cylindrical-coordinate representations (also known as HSL) of color #400650 hue: 0.80 , saturation: 0.86 and the lightness value of 400650 is 0.17.

The process color (four color CMYK) of #400650 color hex is 0.20, 0.93, 0.00, 0.69. Web safe color of #400650 is #330066. Color #400650 contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 01000000 00000110 01010000
Octal 100 6 120
Decimal 64 6 80
Hex 40 6 50

RGB Percentages of Color #400650

%42.67
%4.00
%53.33

CMYK Percentages of Color #400650

%20
%93
%0
%69

Triadic Colors of #400650

#400650 #504006 #065040

Analogous Colors of #400650

#400650 #50063b #1b0650

Monochromatic Colors of #400650

#400650

Complementary Color

#400650 #165006

#400650 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#400650 Color Preview on White Background

Lorem ipsum dolor sit amet.

#400650 Color CSS Codes

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

#400650 Text Font Color

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

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


#400650 Background Color

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

This div background color is #400650


#400650 Border Color

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

This div border color is #400650


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #400650


Comments

No comments written yet.

Please login to write comment.