Color Hex Logo

#403476 Color Hex

#403476
(64,52,118)
0 Favorites   0 Comments

Color spaces of #403476

RGB 6452118
HSL0.700.390.33
HSV251°56°46°
CMYK 0.460.560.00   0.54
XYZ6.61244.854017.7279
Yxy4.85400.22650.1663
Hunter Lab22.031815.0175-32.2855
CIE-Lab26.314723.2503-36.2536

#403476 color RGB value is (64,52,118).

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

The process color (four color CMYK) of #403476 color hex is 0.46, 0.56, 0.00, 0.54. Web safe color of #403476 is #333366. Color #403476 contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 01000000 00110100 01110110
Octal 100 64 166
Decimal 64 52 118
Hex 40 34 76

RGB Percentages of Color #403476

%27.35
%22.22
%50.43

CMYK Percentages of Color #403476

%46
%56
%0
%54

Triadic Colors of #403476

#403476 #764034 #347640

Analogous Colors of #403476

#403476 #613476 #344976

Monochromatic Colors of #403476

#403476

Complementary Color

#403476 #6a7634

#403476 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#403476 Color Preview on White Background

Lorem ipsum dolor sit amet.

#403476 Color CSS Codes

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

#403476 Text Font Color

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

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


#403476 Background Color

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

This div background color is #403476


#403476 Border Color

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

This div border color is #403476


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #403476


Comments

No comments written yet.

Please login to write comment.