Color Hex Logo

#402aae Color Hex

#402AAE
(64,42,174)
0 Favorites   0 Comments

Color spaces of #402aae

RGB 6442174
HSL0.690.610.42
HSV250°76°68°
CMYK 0.630.760.00   0.32
XYZ10.58235.801940.6065
Yxy5.80190.18570.1018
Hunter Lab24.087136.2687-83.0911
CIE-Lab28.907146.9731-66.5340

#402aae color RGB value is (64,42,174).

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

The process color (four color CMYK) of #402aae color hex is 0.63, 0.76, 0.00, 0.32. Web safe color of #402aae is #333399. Color #402aae contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 01000000 00101010 10101110
Octal 100 52 256
Decimal 64 42 174
Hex 40 2A AE

RGB Percentages of Color #402aae

%22.86
%15.00
%62.14

CMYK Percentages of Color #402aae

%63
%76
%0
%32

Triadic Colors of #402aae

#402aae #ae402a #2aae40

Analogous Colors of #402aae

#402aae #822aae #2a56ae

Monochromatic Colors of #402aae

#402aae

Complementary Color

#402aae #98ae2a

#402aae Color Preview on Black Background

Lorem ipsum dolor sit amet.

#402aae Color Preview on White Background

Lorem ipsum dolor sit amet.

#402aae Color CSS Codes

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

#402aae Text Font Color

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

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


#402aae Background Color

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

This div background color is #402aae


#402aae Border Color

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

This div border color is #402aae


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #402aae


Comments

No comments written yet.

Please login to write comment.