Color Hex Logo

#325fa5 Color Hex

#325FA5
(50,95,165)
0 Favorites   0 Comments

Color spaces of #325fa5

RGB 5095165
HSL0.600.530.42
HSV217°70°65°
CMYK 0.700.420.00   0.35
XYZ12.199111.579137.1893
Yxy11.57910.20010.1899
Hunter Lab34.02814.4433-40.9784
CIE-Lab40.53928.5090-42.3215

#325fa5 color RGB value is (50,95,165).

#325fa5 hex color red value is 50, green value is 95 and the blue value of its RGB is 165. Cylindrical-coordinate representations (also known as HSL) of color #325fa5 hue: 0.60 , saturation: 0.53 and the lightness value of 325fa5 is 0.42.

The process color (four color CMYK) of #325fa5 color hex is 0.70, 0.42, 0.00, 0.35. Web safe color of #325fa5 is #336699. Color #325fa5 contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 00110010 01011111 10100101
Octal 62 137 245
Decimal 50 95 165
Hex 32 5F A5

RGB Percentages of Color #325fa5

%16.13
%30.65
%53.23

CMYK Percentages of Color #325fa5

%70
%42
%0
%35

Triadic Colors of #325fa5

#325fa5 #a5325f #5fa532

Analogous Colors of #325fa5

#325fa5 #3e32a5 #3299a5

Monochromatic Colors of #325fa5

#325fa5

Complementary Color

#325fa5 #a57832

#325fa5 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#325fa5 Color Preview on White Background

Lorem ipsum dolor sit amet.

#325fa5 Color CSS Codes

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

#325fa5 Text Font Color

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

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


#325fa5 Background Color

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

This div background color is #325fa5


#325fa5 Border Color

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

This div border color is #325fa5


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #325fa5


Comments

No comments written yet.

Please login to write comment.