Color Hex Logo

#320baa Color Hex

#320BAA
(50,11,170)
0 Favorites   0 Comments

Color spaces of #320baa

RGB 5011170
HSL0.710.880.35
HSV255°94°67°
CMYK 0.710.940.00   0.33
XYZ8.69083.819738.3094
Yxy3.81970.17100.0752
Hunter Lab19.544145.1728-102.5368
CIE-Lab23.066256.8676-73.8370

#320baa color RGB value is (50,11,170).

#320baa hex color red value is 50, green value is 11 and the blue value of its RGB is 170. Cylindrical-coordinate representations (also known as HSL) of color #320baa hue: 0.71 , saturation: 0.88 and the lightness value of 320baa is 0.35.

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

Base Numbers

BaseRedGreenBlue
Binary 00110010 00001011 10101010
Octal 62 13 252
Decimal 50 11 170
Hex 32 B AA

RGB Percentages of Color #320baa

%21.65
%4.76
%73.59

CMYK Percentages of Color #320baa

%71
%94
%0
%33

Triadic Colors of #320baa

#320baa #aa320b #0baa32

Analogous Colors of #320baa

#320baa #820baa #0b33aa

Monochromatic Colors of #320baa

#320baa

Complementary Color

#320baa #83aa0b

#320baa Color Preview on Black Background

Lorem ipsum dolor sit amet.

#320baa Color Preview on White Background

Lorem ipsum dolor sit amet.

#320baa Color CSS Codes

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

#320baa Text Font Color

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

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


#320baa Background Color

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

This div background color is #320baa


#320baa Border Color

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

This div border color is #320baa


Css3 Examples

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

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(50,11,170, 0.8);">Text here</p>

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #320baa


Comments

No comments written yet.

Please login to write comment.