Color Hex Logo

#400478 Color Hex

#400478
(64,4,120)
0 Favorites   0 Comments

Color spaces of #400478

RGB 644120
HSL0.750.940.24
HSV271°97°47°
CMYK 0.470.970.00   0.53
XYZ5.54792.532917.9658
Yxy2.53290.21300.0972
Hunter Lab15.915134.3726-55.7892
CIE-Lab18.066747.1152-50.9606

#400478 color RGB value is (64,4,120).

#400478 hex color red value is 64, green value is 4 and the blue value of its RGB is 120. Cylindrical-coordinate representations (also known as HSL) of color #400478 hue: 0.75 , saturation: 0.94 and the lightness value of 400478 is 0.24.

The process color (four color CMYK) of #400478 color hex is 0.47, 0.97, 0.00, 0.53. Web safe color of #400478 is #330066. Color #400478 contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 01000000 00000100 01111000
Octal 100 4 170
Decimal 64 4 120
Hex 40 4 78

RGB Percentages of Color #400478

%34.04
%2.13
%63.83

CMYK Percentages of Color #400478

%47
%97
%0
%53

Triadic Colors of #400478

#400478 #784004 #047840

Analogous Colors of #400478

#400478 #780476 #060478

Monochromatic Colors of #400478

#400478

Complementary Color

#400478 #3c7804

#400478 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#400478 Color Preview on White Background

Lorem ipsum dolor sit amet.

#400478 Color CSS Codes

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

#400478 Text Font Color

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

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


#400478 Background Color

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

This div background color is #400478


#400478 Border Color

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

This div border color is #400478


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #400478


Comments

No comments written yet.

Please login to write comment.