Color Hex Logo

#321aaa Color Hex

#321AAA
(50,26,170)
0 Favorites   0 Comments

Color spaces of #321aaa

RGB 5026170
HSL0.690.730.38
HSV250°85°67°
CMYK 0.710.850.00   0.33
XYZ8.94054.319238.3927
Yxy4.31920.17310.0836
Hunter Lab20.782740.4192-94.9810
CIE-Lab24.699851.9631-71.1227

#321aaa color RGB value is (50,26,170).

#321aaa hex color red value is 50, green value is 26 and the blue value of its RGB is 170. Cylindrical-coordinate representations (also known as HSL) of color #321aaa hue: 0.69 , saturation: 0.73 and the lightness value of 321aaa is 0.38.

The process color (four color CMYK) of #321aaa color hex is 0.71, 0.85, 0.00, 0.33. Web safe color of #321aaa is #333399. Color #321aaa contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 00110010 00011010 10101010
Octal 62 32 252
Decimal 50 26 170
Hex 32 1A AA

RGB Percentages of Color #321aaa

%20.33
%10.57
%69.11

CMYK Percentages of Color #321aaa

%71
%85
%0
%33

Triadic Colors of #321aaa

#321aaa #aa321a #1aaa32

Analogous Colors of #321aaa

#321aaa #7a1aaa #1a4aaa

Monochromatic Colors of #321aaa

#321aaa

Complementary Color

#321aaa #92aa1a

#321aaa Color Preview on Black Background

Lorem ipsum dolor sit amet.

#321aaa Color Preview on White Background

Lorem ipsum dolor sit amet.

#321aaa Color CSS Codes

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

#321aaa Text Font Color

<p style="color:#321aaa">Text here</p>

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


#321aaa Background Color

<div style="background-color:#321aaa">
Div content here</div>

This div background color is #321aaa


#321aaa Border Color

<div style="border:3px solid #321aaa">
Div here</div>

This div border color is #321aaa


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #321aaa


Comments

No comments written yet.

Please login to write comment.