Color Hex Logo

#402eaa Color Hex

#402EAA
(64,46,170)
0 Favorites   0 Comments

Color spaces of #402eaa

RGB 6446170
HSL0.690.570.42
HSV249°73°67°
CMYK 0.620.730.00   0.33
XYZ10.34705.946338.6326
Yxy5.94630.18840.1083
Hunter Lab24.385033.0669-76.8621
CIE-Lab29.276643.5843-63.5254

#402eaa color RGB value is (64,46,170).

#402eaa hex color red value is 64, green value is 46 and the blue value of its RGB is 170. Cylindrical-coordinate representations (also known as HSL) of color #402eaa hue: 0.69 , saturation: 0.57 and the lightness value of 402eaa is 0.42.

The process color (four color CMYK) of #402eaa color hex is 0.62, 0.73, 0.00, 0.33. Web safe color of #402eaa is #333399. Color #402eaa contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 01000000 00101110 10101010
Octal 100 56 252
Decimal 64 46 170
Hex 40 2E AA

RGB Percentages of Color #402eaa

%22.86
%16.43
%60.71

CMYK Percentages of Color #402eaa

%62
%73
%0
%33

Triadic Colors of #402eaa

#402eaa #aa402e #2eaa40

Analogous Colors of #402eaa

#402eaa #7e2eaa #2e5aaa

Monochromatic Colors of #402eaa

#402eaa

Complementary Color

#402eaa #98aa2e

#402eaa Color Preview on Black Background

Lorem ipsum dolor sit amet.

#402eaa Color Preview on White Background

Lorem ipsum dolor sit amet.

#402eaa Color CSS Codes

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

#402eaa Text Font Color

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

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


#402eaa Background Color

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

This div background color is #402eaa


#402eaa Border Color

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

This div border color is #402eaa


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #402eaa


Comments

No comments written yet.

Please login to write comment.