Color Hex Logo

#325584 Color Hex

#325584
(50,85,132)
0 Favorites   0 Comments

Color spaces of #325584

RGB 5085132
HSL0.600.450.36
HSV214°62°52°
CMYK 0.620.360.00   0.48
XYZ8.72878.841123.0762
Yxy8.84110.21470.2175
Hunter Lab29.73400.3659-25.2005
CIE-Lab35.67652.8397-30.1451

#325584 color RGB value is (50,85,132).

#325584 hex color red value is 50, green value is 85 and the blue value of its RGB is 132. Cylindrical-coordinate representations (also known as HSL) of color #325584 hue: 0.60 , saturation: 0.45 and the lightness value of 325584 is 0.36.

The process color (four color CMYK) of #325584 color hex is 0.62, 0.36, 0.00, 0.48. Web safe color of #325584 is #336699. Color #325584 contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 00110010 01010101 10000100
Octal 62 125 204
Decimal 50 85 132
Hex 32 55 84

RGB Percentages of Color #325584

%18.73
%31.84
%49.44

CMYK Percentages of Color #325584

%62
%36
%0
%48

Triadic Colors of #325584

#325584 #843255 #558432

Analogous Colors of #325584

#325584 #383284 #327e84

Monochromatic Colors of #325584

#325584

Complementary Color

#325584 #846132

#325584 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#325584 Color Preview on White Background

Lorem ipsum dolor sit amet.

#325584 Color CSS Codes

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

#325584 Text Font Color

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

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


#325584 Background Color

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

This div background color is #325584


#325584 Border Color

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

This div border color is #325584


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #325584

#325584 Color Palettes


Comments

No comments written yet.

Please login to write comment.