Color Hex Logo

#403478 Color Hex

#403478
(64,52,120)
0 Favorites   0 Comments

Color spaces of #403478

RGB 6452120
HSL0.700.400.34
HSV251°57°47°
CMYK 0.470.570.00   0.53
XYZ6.73254.902018.3606
Yxy4.90200.22450.1634
Hunter Lab22.140515.5327-33.6696
CIE-Lab26.453723.8886-37.2980

#403478 color RGB value is (64,52,120).

#403478 hex color red value is 64, green value is 52 and the blue value of its RGB is 120. Cylindrical-coordinate representations (also known as HSL) of color #403478 hue: 0.70 , saturation: 0.40 and the lightness value of 403478 is 0.34.

The process color (four color CMYK) of #403478 color hex is 0.47, 0.57, 0.00, 0.53. Web safe color of #403478 is #333366. Color #403478 contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 01000000 00110100 01111000
Octal 100 64 170
Decimal 64 52 120
Hex 40 34 78

RGB Percentages of Color #403478

%27.12
%22.03
%50.85

CMYK Percentages of Color #403478

%47
%57
%0
%53

Triadic Colors of #403478

#403478 #784034 #347840

Analogous Colors of #403478

#403478 #623478 #344a78

Monochromatic Colors of #403478

#403478

Complementary Color

#403478 #6c7834

#403478 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#403478 Color Preview on White Background

Lorem ipsum dolor sit amet.

#403478 Color CSS Codes

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

#403478 Text Font Color

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

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


#403478 Background Color

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

This div background color is #403478


#403478 Border Color

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

This div border color is #403478


Css3 Examples

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

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(64,52,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 #403478">Text here</p>

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #403478


Comments

No comments written yet.

Please login to write comment.