Color Hex Logo

#325576 Color Hex

#325576
(50,85,118)
0 Favorites   0 Comments

Color spaces of #325576

RGB 5085118
HSL0.580.400.33
HSV209°58°46°
CMYK 0.580.280.00   0.54
XYZ7.83398.483118.3641
Yxy8.48310.22590.2446
Hunter Lab29.1258-2.9593-16.9949
CIE-Lab34.9694-2.1002-22.6228

#325576 color RGB value is (50,85,118).

#325576 hex color red value is 50, green value is 85 and the blue value of its RGB is 118. Cylindrical-coordinate representations (also known as HSL) of color #325576 hue: 0.58 , saturation: 0.40 and the lightness value of 325576 is 0.33.

The process color (four color CMYK) of #325576 color hex is 0.58, 0.28, 0.00, 0.54. Web safe color of #325576 is #336666. Color #325576 contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 00110010 01010101 01110110
Octal 62 125 166
Decimal 50 85 118
Hex 32 55 76

RGB Percentages of Color #325576

%19.76
%33.60
%46.64

CMYK Percentages of Color #325576

%58
%28
%0
%54

Triadic Colors of #325576

#325576 #763255 #557632

Analogous Colors of #325576

#325576 #323376 #327675

Monochromatic Colors of #325576

#325576

Complementary Color

#325576 #765332

#325576 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#325576 Color Preview on White Background

Lorem ipsum dolor sit amet.

#325576 Color CSS Codes

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

#325576 Text Font Color

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

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


#325576 Background Color

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

This div background color is #325576


#325576 Border Color

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

This div border color is #325576


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #325576


Comments

No comments written yet.

Please login to write comment.