Color Hex Logo

#402aaa Color Hex

#402AAA
(64,42,170)
0 Favorites   0 Comments

Color spaces of #402aaa

RGB 6442170
HSL0.700.600.42
HSV250°75°67°
CMYK 0.620.750.00   0.33
XYZ10.19805.648238.5829
Yxy5.64820.18740.1038
Hunter Lab23.765935.0042-79.6184
CIE-Lab28.507045.7500-64.7916

#402aaa color RGB value is (64,42,170).

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

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

Base Numbers

BaseRedGreenBlue
Binary 01000000 00101010 10101010
Octal 100 52 252
Decimal 64 42 170
Hex 40 2A AA

RGB Percentages of Color #402aaa

%23.19
%15.22
%61.59

CMYK Percentages of Color #402aaa

%62
%75
%0
%33

Triadic Colors of #402aaa

#402aaa #aa402a #2aaa40

Analogous Colors of #402aaa

#402aaa #802aaa #2a54aa

Monochromatic Colors of #402aaa

#402aaa

Complementary Color

#402aaa #94aa2a

#402aaa Color Preview on Black Background

Lorem ipsum dolor sit amet.

#402aaa Color Preview on White Background

Lorem ipsum dolor sit amet.

#402aaa Color CSS Codes

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

#402aaa Text Font Color

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

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


#402aaa Background Color

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

This div background color is #402aaa


#402aaa Border Color

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

This div border color is #402aaa


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #402aaa


Comments

No comments written yet.

Please login to write comment.