Color Hex Logo

#322aad Color Hex

#322AAD
(50,42,173)
0 Favorites   0 Comments

Color spaces of #322aad

RGB 5042173
HSL0.680.610.42
HSV244°76°68°
CMYK 0.710.760.00   0.32
XYZ9.68625.351240.0575
Yxy5.35120.17580.0971
Hunter Lab23.132734.2601-86.4762
CIE-Lab27.712845.1302-67.9414

#322aad color RGB value is (50,42,173).

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

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

Base Numbers

BaseRedGreenBlue
Binary 00110010 00101010 10101101
Octal 62 52 255
Decimal 50 42 173
Hex 32 2A AD

RGB Percentages of Color #322aad

%18.87
%15.85
%65.28

CMYK Percentages of Color #322aad

%71
%76
%0
%32

Triadic Colors of #322aad

#322aad #ad322a #2aad32

Analogous Colors of #322aad

#322aad #742aad #2a63ad

Monochromatic Colors of #322aad

#322aad

Complementary Color

#322aad #a5ad2a

#322aad Color Preview on Black Background

Lorem ipsum dolor sit amet.

#322aad Color Preview on White Background

Lorem ipsum dolor sit amet.

#322aad Color CSS Codes

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

#322aad Text Font Color

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

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


#322aad Background Color

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

This div background color is #322aad


#322aad Border Color

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

This div border color is #322aad


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #322aad


Comments

No comments written yet.

Please login to write comment.