Color Hex Logo

#325391 Color Hex

#325391
(50,83,145)
0 Favorites   0 Comments

Color spaces of #325391

RGB 5083145
HSL0.610.490.38
HSV219°66°57°
CMYK 0.660.430.00   0.43
XYZ9.51958.909028.0059
Yxy8.90900.20500.1919
Hunter Lab29.84794.6957-34.7374
CIE-Lab35.80858.8874-37.8670

#325391 color RGB value is (50,83,145).

#325391 hex color red value is 50, green value is 83 and the blue value of its RGB is 145. Cylindrical-coordinate representations (also known as HSL) of color #325391 hue: 0.61 , saturation: 0.49 and the lightness value of 325391 is 0.38.

The process color (four color CMYK) of #325391 color hex is 0.66, 0.43, 0.00, 0.43. Web safe color of #325391 is #336699. Color #325391 contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 00110010 01010011 10010001
Octal 62 123 221
Decimal 50 83 145
Hex 32 53 91

RGB Percentages of Color #325391

%17.99
%29.86
%52.16

CMYK Percentages of Color #325391

%66
%43
%0
%43

Triadic Colors of #325391

#325391 #913253 #539132

Analogous Colors of #325391

#325391 #413291 #328391

Monochromatic Colors of #325391

#325391

Complementary Color

#325391 #917032

#325391 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#325391 Color Preview on White Background

Lorem ipsum dolor sit amet.

#325391 Color CSS Codes

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

#325391 Text Font Color

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

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


#325391 Background Color

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

This div background color is #325391


#325391 Border Color

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

This div border color is #325391


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(50,83,145, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #325391; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #325391;
  -webkit-box-shadow: 1px 1px 3px 2px #325391;
  box-shadow:         1px 1px 3px 2px #325391; }

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #325391


Comments

No comments written yet.

Please login to write comment.