Color Hex Logo

#403aad Color Hex

#403AAD
(64,58,173)
0 Favorites   0 Comments

Color spaces of #403aad

RGB 6458173
HSL0.680.500.45
HSV243°66°68°
CMYK 0.630.660.00   0.32
XYZ11.17027.133240.3233
Yxy7.13320.19050.1217
Hunter Lab26.708127.9156-70.8193
CIE-Lab32.108237.5493-60.6793

#403aad color RGB value is (64,58,173).

#403aad hex color red value is 64, green value is 58 and the blue value of its RGB is 173. Cylindrical-coordinate representations (also known as HSL) of color #403aad hue: 0.68 , saturation: 0.50 and the lightness value of 403aad is 0.45.

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

Base Numbers

BaseRedGreenBlue
Binary 01000000 00111010 10101101
Octal 100 72 255
Decimal 64 58 173
Hex 40 3A AD

RGB Percentages of Color #403aad

%21.69
%19.66
%58.64

CMYK Percentages of Color #403aad

%63
%66
%0
%32

Triadic Colors of #403aad

#403aad #ad403a #3aad40

Analogous Colors of #403aad

#403aad #7a3aad #3a6ead

Monochromatic Colors of #403aad

#403aad

Complementary Color

#403aad #a7ad3a

#403aad Color Preview on Black Background

Lorem ipsum dolor sit amet.

#403aad Color Preview on White Background

Lorem ipsum dolor sit amet.

#403aad Color CSS Codes

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

#403aad Text Font Color

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

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


#403aad Background Color

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

This div background color is #403aad


#403aad Border Color

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

This div border color is #403aad


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #403aad


Comments

No comments written yet.

Please login to write comment.