Color Hex Logo

#401eaa Color Hex

#401EAA
(64,30,170)
0 Favorites   0 Comments

Color spaces of #401eaa

RGB 6430170
HSL0.710.700.39
HSV255°82°67°
CMYK 0.620.820.00   0.33
XYZ9.83434.920838.4617
Yxy4.92080.18480.0925
Hunter Lab22.182940.3141-87.2717
CIE-Lab26.507951.5079-68.0899

#401eaa color RGB value is (64,30,170).

#401eaa hex color red value is 64, green value is 30 and the blue value of its RGB is 170. Cylindrical-coordinate representations (also known as HSL) of color #401eaa hue: 0.71 , saturation: 0.70 and the lightness value of 401eaa is 0.39.

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

Base Numbers

BaseRedGreenBlue
Binary 01000000 00011110 10101010
Octal 100 36 252
Decimal 64 30 170
Hex 40 1E AA

RGB Percentages of Color #401eaa

%24.24
%11.36
%64.39

CMYK Percentages of Color #401eaa

%62
%82
%0
%33

Triadic Colors of #401eaa

#401eaa #aa401e #1eaa40

Analogous Colors of #401eaa

#401eaa #861eaa #1e42aa

Monochromatic Colors of #401eaa

#401eaa

Complementary Color

#401eaa #88aa1e

#401eaa Color Preview on Black Background

Lorem ipsum dolor sit amet.

#401eaa Color Preview on White Background

Lorem ipsum dolor sit amet.

#401eaa Color CSS Codes

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

#401eaa Text Font Color

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

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


#401eaa Background Color

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

This div background color is #401eaa


#401eaa Border Color

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

This div border color is #401eaa


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #401eaa


Comments

No comments written yet.

Please login to write comment.