Color Hex Logo

#403663 Color Hex

#403663
(64,54,99)
0 Favorites   0 Comments

Color spaces of #403663

RGB 645499
HSL0.700.290.30
HSV253°45°39°
CMYK 0.350.450.00   0.61
XYZ5.68574.629212.3982
Yxy4.62920.25030.2038
Hunter Lab21.51569.5181-19.1045
CIE-Lab25.651116.0166-25.1262

#403663 color RGB value is (64,54,99).

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

The process color (four color CMYK) of #403663 color hex is 0.35, 0.45, 0.00, 0.61. Web safe color of #403663 is #333366. Color #403663 contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 01000000 00110110 01100011
Octal 100 66 143
Decimal 64 54 99
Hex 40 36 63

RGB Percentages of Color #403663

%29.49
%24.88
%45.62

CMYK Percentages of Color #403663

%35
%45
%0
%61

Triadic Colors of #403663

#403663 #634036 #366340

Analogous Colors of #403663

#403663 #573663 #364363

Monochromatic Colors of #403663

#403663

Complementary Color

#403663 #596336

#403663 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#403663 Color Preview on White Background

Lorem ipsum dolor sit amet.

#403663 Color CSS Codes

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

#403663 Text Font Color

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

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


#403663 Background Color

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

This div background color is #403663


#403663 Border Color

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

This div border color is #403663


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #403663


Comments

No comments written yet.

Please login to write comment.