Color Hex Logo

#325856 Color Hex

#325856
(50,88,86)
0 Favorites   0 Comments

Color spaces of #325856

RGB 508886
HSL0.490.280.27
HSV177°43°35°
CMYK 0.430.000.02   0.65
XYZ6.48488.329410.0701
Yxy8.32940.26060.3347
Hunter Lab28.8607-10.3985-0.4850
CIE-Lab34.6597-14.0509-3.1014

#325856 color RGB value is (50,88,86).

#325856 hex color red value is 50, green value is 88 and the blue value of its RGB is 86. Cylindrical-coordinate representations (also known as HSL) of color #325856 hue: 0.49 , saturation: 0.28 and the lightness value of 325856 is 0.27.

The process color (four color CMYK) of #325856 color hex is 0.43, 0.00, 0.02, 0.65. Web safe color of #325856 is #336666. Color #325856 contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 00110010 01011000 01010110
Octal 62 130 126
Decimal 50 88 86
Hex 32 58 56

RGB Percentages of Color #325856

%22.32
%39.29
%38.39

CMYK Percentages of Color #325856

%43
%0
%2
%65

Triadic Colors of #325856

#325856 #563258 #585632

Analogous Colors of #325856

#325856 #324758 #325843

Monochromatic Colors of #325856

#325856

Complementary Color

#325856 #583234

#325856 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#325856 Color Preview on White Background

Lorem ipsum dolor sit amet.

#325856 Color CSS Codes

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

#325856 Text Font Color

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

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


#325856 Background Color

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

This div background color is #325856


#325856 Border Color

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

This div border color is #325856


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #325856


Comments

No comments written yet.

Please login to write comment.