Color Hex Logo

#325aac Color Hex

#325AAC
(50,90,172)
0 Favorites   0 Comments

Color spaces of #325aac

RGB 5090172
HSL0.610.550.44
HSV220°71°67°
CMYK 0.710.480.00   0.33
XYZ12.418010.969040.4925
Yxy10.96900.19440.1717
Hunter Lab33.11958.9687-49.3054
CIE-Lab39.528214.3663-48.0869

#325aac color RGB value is (50,90,172).

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

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

Base Numbers

BaseRedGreenBlue
Binary 00110010 01011010 10101100
Octal 62 132 254
Decimal 50 90 172
Hex 32 5A AC

RGB Percentages of Color #325aac

%16.03
%28.85
%55.13

CMYK Percentages of Color #325aac

%71
%48
%0
%33

Triadic Colors of #325aac

#325aac #ac325a #5aac32

Analogous Colors of #325aac

#325aac #4732ac #3297ac

Monochromatic Colors of #325aac

#325aac

Complementary Color

#325aac #ac8432

#325aac Color Preview on Black Background

Lorem ipsum dolor sit amet.

#325aac Color Preview on White Background

Lorem ipsum dolor sit amet.

#325aac Color CSS Codes

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

#325aac Text Font Color

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

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


#325aac Background Color

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

This div background color is #325aac


#325aac Border Color

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

This div border color is #325aac


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #325aac


Comments

No comments written yet.

Please login to write comment.