Color Hex Logo

#325699 Color Hex

#325699
(50,86,153)
0 Favorites   0 Comments

Color spaces of #325699

RGB 5086153
HSL0.610.510.40
HSV219°67°60°
CMYK 0.670.440.00   0.40
XYZ10.39309.633631.4487
Yxy9.63360.20190.1871
Hunter Lab31.03805.4536-38.3478
CIE-Lab37.17669.8856-40.5200

#325699 color RGB value is (50,86,153).

#325699 hex color red value is 50, green value is 86 and the blue value of its RGB is 153. Cylindrical-coordinate representations (also known as HSL) of color #325699 hue: 0.61 , saturation: 0.51 and the lightness value of 325699 is 0.40.

The process color (four color CMYK) of #325699 color hex is 0.67, 0.44, 0.00, 0.40. Web safe color of #325699 is #336699. Color #325699 contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 00110010 01010110 10011001
Octal 62 126 231
Decimal 50 86 153
Hex 32 56 99

RGB Percentages of Color #325699

%17.30
%29.76
%52.94

CMYK Percentages of Color #325699

%67
%44
%0
%40

Triadic Colors of #325699

#325699 #993256 #569932

Analogous Colors of #325699

#325699 #423299 #328a99

Monochromatic Colors of #325699

#325699

Complementary Color

#325699 #997532

#325699 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#325699 Color Preview on White Background

Lorem ipsum dolor sit amet.

#325699 Color CSS Codes

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

#325699 Text Font Color

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

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


#325699 Background Color

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

This div background color is #325699


#325699 Border Color

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

This div border color is #325699


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #325699


Comments

No comments written yet.

Please login to write comment.