Color Hex Logo

#403661 Color Hex

#403661
(64,54,97)
0 Favorites   0 Comments

Color spaces of #403661

RGB 645497
HSL0.710.280.30
HSV254°44°38°
CMYK 0.340.440.00   0.62
XYZ5.59124.591411.9008
Yxy4.59140.25320.2079
Hunter Lab21.42769.0787-17.9302
CIE-Lab25.537415.4172-24.0081

#403661 color RGB value is (64,54,97).

#403661 hex color red value is 64, green value is 54 and the blue value of its RGB is 97. Cylindrical-coordinate representations (also known as HSL) of color #403661 hue: 0.71 , saturation: 0.28 and the lightness value of 403661 is 0.30.

The process color (four color CMYK) of #403661 color hex is 0.34, 0.44, 0.00, 0.62. Web safe color of #403661 is #333366. Color #403661 contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 01000000 00110110 01100001
Octal 100 66 141
Decimal 64 54 97
Hex 40 36 61

RGB Percentages of Color #403661

%29.77
%25.12
%45.12

CMYK Percentages of Color #403661

%34
%44
%0
%62

Triadic Colors of #403661

#403661 #614036 #366140

Analogous Colors of #403661

#403661 #563661 #364261

Monochromatic Colors of #403661

#403661

Complementary Color

#403661 #576136

#403661 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#403661 Color Preview on White Background

Lorem ipsum dolor sit amet.

#403661 Color CSS Codes

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

#403661 Text Font Color

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

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


#403661 Background Color

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

This div background color is #403661


#403661 Border Color

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

This div border color is #403661


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #403661


Comments

No comments written yet.

Please login to write comment.