Color Hex Logo

#403687 Color Hex

#403687
(64,54,135)
0 Favorites   0 Comments

Color spaces of #403687

RGB 6454135
HSL0.690.430.37
HSV247°60°53°
CMYK 0.530.600.00   0.47
XYZ7.80675.477623.5675
Yxy5.47760.21180.1486
Hunter Lab23.404318.5828-43.3205
CIE-Lab28.054327.4542-44.1272

#403687 color RGB value is (64,54,135).

#403687 hex color red value is 64, green value is 54 and the blue value of its RGB is 135. Cylindrical-coordinate representations (also known as HSL) of color #403687 hue: 0.69 , saturation: 0.43 and the lightness value of 403687 is 0.37.

The process color (four color CMYK) of #403687 color hex is 0.53, 0.60, 0.00, 0.47. Web safe color of #403687 is #333399. Color #403687 contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 01000000 00110110 10000111
Octal 100 66 207
Decimal 64 54 135
Hex 40 36 87

RGB Percentages of Color #403687

%25.30
%21.34
%53.36

CMYK Percentages of Color #403687

%53
%60
%0
%47

Triadic Colors of #403687

#403687 #874036 #368740

Analogous Colors of #403687

#403687 #693687 #365487

Monochromatic Colors of #403687

#403687

Complementary Color

#403687 #7d8736

#403687 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#403687 Color Preview on White Background

Lorem ipsum dolor sit amet.

#403687 Color CSS Codes

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

#403687 Text Font Color

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

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


#403687 Background Color

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

This div background color is #403687


#403687 Border Color

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

This div border color is #403687


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #403687


Comments

No comments written yet.

Please login to write comment.