Color Hex Logo

#325eaa Color Hex

#325EAA
(50,94,170)
0 Favorites   0 Comments

Color spaces of #325eaa

RGB 5094170
HSL0.610.550.43
HSV218°71°67°
CMYK 0.710.450.00   0.33
XYZ12.573811.585839.6038
Yxy11.58580.19720.1817
Hunter Lab34.03796.3725-45.1586
CIE-Lab40.550111.0183-45.2650

#325eaa color RGB value is (50,94,170).

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

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

Base Numbers

BaseRedGreenBlue
Binary 00110010 01011110 10101010
Octal 62 136 252
Decimal 50 94 170
Hex 32 5E AA

RGB Percentages of Color #325eaa

%15.92
%29.94
%54.14

CMYK Percentages of Color #325eaa

%71
%45
%0
%33

Triadic Colors of #325eaa

#325eaa #aa325e #5eaa32

Analogous Colors of #325eaa

#325eaa #4232aa #329aaa

Monochromatic Colors of #325eaa

#325eaa

Complementary Color

#325eaa #aa7e32

#325eaa Color Preview on Black Background

Lorem ipsum dolor sit amet.

#325eaa Color Preview on White Background

Lorem ipsum dolor sit amet.

#325eaa Color CSS Codes

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

#325eaa Text Font Color

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

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


#325eaa Background Color

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

This div background color is #325eaa


#325eaa Border Color

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

This div border color is #325eaa


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #325eaa


Comments

No comments written yet.

Please login to write comment.