Color Hex Logo

#403876 Color Hex

#403876
(64,56,118)
0 Favorites   0 Comments

Color spaces of #403876

RGB 6456118
HSL0.690.360.34
HSV248°53°46°
CMYK 0.460.530.00   0.54
XYZ6.79855.226317.7900
Yxy5.22630.22800.1753
Hunter Lab22.861113.0759-30.1354
CIE-Lab27.370020.6130-34.5615

#403876 color RGB value is (64,56,118).

#403876 hex color red value is 64, green value is 56 and the blue value of its RGB is 118. Cylindrical-coordinate representations (also known as HSL) of color #403876 hue: 0.69 , saturation: 0.36 and the lightness value of 403876 is 0.34.

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

Base Numbers

BaseRedGreenBlue
Binary 01000000 00111000 01110110
Octal 100 70 166
Decimal 64 56 118
Hex 40 38 76

RGB Percentages of Color #403876

%26.89
%23.53
%49.58

CMYK Percentages of Color #403876

%46
%53
%0
%54

Triadic Colors of #403876

#403876 #764038 #387640

Analogous Colors of #403876

#403876 #5f3876 #384f76

Monochromatic Colors of #403876

#403876

Complementary Color

#403876 #6e7638

#403876 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#403876 Color Preview on White Background

Lorem ipsum dolor sit amet.

#403876 Color CSS Codes

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

#403876 Text Font Color

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

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


#403876 Background Color

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

This div background color is #403876


#403876 Border Color

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

This div border color is #403876


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #403876


Comments

No comments written yet.

Please login to write comment.