Color Hex Logo

#400670 Color Hex

#400670
(64,6,112)
0 Favorites   0 Comments

Color spaces of #400670

RGB 646112
HSL0.760.900.23
HSV273°95°44°
CMYK 0.430.950.00   0.56
XYZ5.10412.390115.5216
Yxy2.39010.22180.1038
Hunter Lab15.459931.8768-48.7045
CIE-Lab17.414144.6121-46.8668

#400670 color RGB value is (64,6,112).

#400670 hex color red value is 64, green value is 6 and the blue value of its RGB is 112. Cylindrical-coordinate representations (also known as HSL) of color #400670 hue: 0.76 , saturation: 0.90 and the lightness value of 400670 is 0.23.

The process color (four color CMYK) of #400670 color hex is 0.43, 0.95, 0.00, 0.56. Web safe color of #400670 is #330066. Color #400670 contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 01000000 00000110 01110000
Octal 100 6 160
Decimal 64 6 112
Hex 40 6 70

RGB Percentages of Color #400670

%35.16
%3.30
%61.54

CMYK Percentages of Color #400670

%43
%95
%0
%56

Triadic Colors of #400670

#400670 #704006 #067040

Analogous Colors of #400670

#400670 #70066b #0b0670

Monochromatic Colors of #400670

#400670

Complementary Color

#400670 #367006

#400670 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#400670 Color Preview on White Background

Lorem ipsum dolor sit amet.

#400670 Color CSS Codes

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

#400670 Text Font Color

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

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


#400670 Background Color

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

This div background color is #400670


#400670 Border Color

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

This div border color is #400670


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #400670


Comments

No comments written yet.

Please login to write comment.