Color Hex Logo

#403faa Color Hex

#403FAA
(64,63,170)
0 Favorites   0 Comments

Color spaces of #403faa

RGB 6463170
HSL0.670.460.46
HSV241°63°67°
CMYK 0.620.630.00   0.33
XYZ11.14767.547338.8994
Yxy7.54730.19360.1310
Hunter Lab27.472324.3543-64.7209
CIE-Lab33.021733.4467-57.3935

#403faa color RGB value is (64,63,170).

#403faa hex color red value is 64, green value is 63 and the blue value of its RGB is 170. Cylindrical-coordinate representations (also known as HSL) of color #403faa hue: 0.67 , saturation: 0.46 and the lightness value of 403faa is 0.46.

The process color (four color CMYK) of #403faa color hex is 0.62, 0.63, 0.00, 0.33. Web safe color of #403faa is #333399. Color #403faa contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 01000000 00111111 10101010
Octal 100 77 252
Decimal 64 63 170
Hex 40 3F AA

RGB Percentages of Color #403faa

%21.55
%21.21
%57.24

CMYK Percentages of Color #403faa

%62
%63
%0
%33

Triadic Colors of #403faa

#403faa #aa403f #3faa40

Analogous Colors of #403faa

#403faa #763faa #3f74aa

Monochromatic Colors of #403faa

#403faa

Complementary Color

#403faa #a9aa3f

#403faa Color Preview on Black Background

Lorem ipsum dolor sit amet.

#403faa Color Preview on White Background

Lorem ipsum dolor sit amet.

#403faa Color CSS Codes

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

#403faa Text Font Color

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

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


#403faa Background Color

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

This div background color is #403faa


#403faa Border Color

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

This div border color is #403faa


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(64,63,170, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #403faa; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #403faa;
  -webkit-box-shadow: 1px 1px 3px 2px #403faa;
  box-shadow:         1px 1px 3px 2px #403faa; }

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #403faa


Comments

No comments written yet.

Please login to write comment.