Color Hex Logo

#320aad Color Hex

#320AAD
(50,10,173)
0 Favorites   0 Comments

Color spaces of #320aad

RGB 5010173
HSL0.710.890.36
HSV255°94°68°
CMYK 0.710.940.00   0.32
XYZ8.96683.912339.8177
Yxy3.91230.17020.0742
Hunter Lab19.779546.3065-105.5096
CIE-Lab23.379457.8775-75.1263

#320aad color RGB value is (50,10,173).

#320aad hex color red value is 50, green value is 10 and the blue value of its RGB is 173. Cylindrical-coordinate representations (also known as HSL) of color #320aad hue: 0.71 , saturation: 0.89 and the lightness value of 320aad is 0.36.

The process color (four color CMYK) of #320aad color hex is 0.71, 0.94, 0.00, 0.32. Web safe color of #320aad is #330099. Color #320aad contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 00110010 00001010 10101101
Octal 62 12 255
Decimal 50 10 173
Hex 32 A AD

RGB Percentages of Color #320aad

%21.46
%4.29
%74.25

CMYK Percentages of Color #320aad

%71
%94
%0
%32

Triadic Colors of #320aad

#320aad #ad320a #0aad32

Analogous Colors of #320aad

#320aad #840aad #0a34ad

Monochromatic Colors of #320aad

#320aad

Complementary Color

#320aad #85ad0a

#320aad Color Preview on Black Background

Lorem ipsum dolor sit amet.

#320aad Color Preview on White Background

Lorem ipsum dolor sit amet.

#320aad Color CSS Codes

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

#320aad Text Font Color

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

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


#320aad Background Color

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

This div background color is #320aad


#320aad Border Color

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

This div border color is #320aad


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #320aad


Comments

No comments written yet.

Please login to write comment.