Color Hex Logo

#325aaa Color Hex

#325AAA
(50,90,170)
0 Favorites   0 Comments

Color spaces of #325aaa

RGB 5090170
HSL0.610.550.43
HSV220°71°67°
CMYK 0.710.470.00   0.33
XYZ12.227310.892739.4883
Yxy10.89270.19530.1740
Hunter Lab33.00418.3732-47.8357
CIE-Lab39.399213.6171-47.1105

#325aaa color RGB value is (50,90,170).

#325aaa hex color red value is 50, green value is 90 and the blue value of its RGB is 170. Cylindrical-coordinate representations (also known as HSL) of color #325aaa hue: 0.61 , saturation: 0.55 and the lightness value of 325aaa is 0.43.

The process color (four color CMYK) of #325aaa color hex is 0.71, 0.47, 0.00, 0.33. Web safe color of #325aaa is #336699. Color #325aaa contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 00110010 01011010 10101010
Octal 62 132 252
Decimal 50 90 170
Hex 32 5A AA

RGB Percentages of Color #325aaa

%16.13
%29.03
%54.84

CMYK Percentages of Color #325aaa

%71
%47
%0
%33

Triadic Colors of #325aaa

#325aaa #aa325a #5aaa32

Analogous Colors of #325aaa

#325aaa #4632aa #3296aa

Monochromatic Colors of #325aaa

#325aaa

Complementary Color

#325aaa #aa8232

#325aaa Color Preview on Black Background

Lorem ipsum dolor sit amet.

#325aaa Color Preview on White Background

Lorem ipsum dolor sit amet.

#325aaa Color CSS Codes

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

#325aaa Text Font Color

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

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


#325aaa Background Color

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

This div background color is #325aaa


#325aaa Border Color

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

This div border color is #325aaa


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #325aaa


Comments

No comments written yet.

Please login to write comment.