Color Hex Logo

#325dac Color Hex

#325DAC
(50,93,172)
0 Favorites   0 Comments

Color spaces of #325dac

RGB 5093172
HSL0.610.550.44
HSV219°71°67°
CMYK 0.710.460.00   0.33
XYZ12.676111.485440.5785
Yxy11.48540.19580.1774
Hunter Lab33.89017.4576-47.2681
CIE-Lab40.386312.4135-46.7092

#325dac color RGB value is (50,93,172).

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

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

Base Numbers

BaseRedGreenBlue
Binary 00110010 01011101 10101100
Octal 62 135 254
Decimal 50 93 172
Hex 32 5D AC

RGB Percentages of Color #325dac

%15.87
%29.52
%54.60

CMYK Percentages of Color #325dac

%71
%46
%0
%33

Triadic Colors of #325dac

#325dac #ac325d #5dac32

Analogous Colors of #325dac

#325dac #4432ac #329aac

Monochromatic Colors of #325dac

#325dac

Complementary Color

#325dac #ac8132

#325dac Color Preview on Black Background

Lorem ipsum dolor sit amet.

#325dac Color Preview on White Background

Lorem ipsum dolor sit amet.

#325dac Color CSS Codes

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

#325dac Text Font Color

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

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


#325dac Background Color

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

This div background color is #325dac


#325dac Border Color

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

This div border color is #325dac


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #325dac


Comments

No comments written yet.

Please login to write comment.