Color Hex Logo

#402aad Color Hex

#402AAD
(64,42,173)
0 Favorites   0 Comments

Color spaces of #402aad

RGB 6442173
HSL0.690.610.42
HSV250°76°68°
CMYK 0.630.760.00   0.32
XYZ10.48515.763040.0949
Yxy5.76300.18610.1023
Hunter Lab24.006235.9517-82.2210
CIE-Lab28.806546.6680-66.1003

#402aad color RGB value is (64,42,173).

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

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

Base Numbers

BaseRedGreenBlue
Binary 01000000 00101010 10101101
Octal 100 52 255
Decimal 64 42 173
Hex 40 2A AD

RGB Percentages of Color #402aad

%22.94
%15.05
%62.01

CMYK Percentages of Color #402aad

%63
%76
%0
%32

Triadic Colors of #402aad

#402aad #ad402a #2aad40

Analogous Colors of #402aad

#402aad #822aad #2a55ad

Monochromatic Colors of #402aad

#402aad

Complementary Color

#402aad #97ad2a

#402aad Color Preview on Black Background

Lorem ipsum dolor sit amet.

#402aad Color Preview on White Background

Lorem ipsum dolor sit amet.

#402aad Color CSS Codes

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

#402aad Text Font Color

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

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


#402aad Background Color

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

This div background color is #402aad


#402aad Border Color

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

This div border color is #402aad


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #402aad


Comments

No comments written yet.

Please login to write comment.