Color Hex Logo

#32555e Color Hex

#32555E
(50,85,94)
0 Favorites   0 Comments

Color spaces of #32555e

RGB 508594
HSL0.530.310.28
HSV192°47°37°
CMYK 0.470.100.00   0.63
XYZ6.58437.983311.7836
Yxy7.98330.24990.3030
Hunter Lab28.2547-7.8493-4.9485
CIE-Lab33.9481-9.9439-9.1921

#32555e color RGB value is (50,85,94).

#32555e hex color red value is 50, green value is 85 and the blue value of its RGB is 94. Cylindrical-coordinate representations (also known as HSL) of color #32555e hue: 0.53 , saturation: 0.31 and the lightness value of 32555e is 0.28.

The process color (four color CMYK) of #32555e color hex is 0.47, 0.10, 0.00, 0.63. Web safe color of #32555e is #336666. Color #32555e contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 00110010 01010101 01011110
Octal 62 125 136
Decimal 50 85 94
Hex 32 55 5E

RGB Percentages of Color #32555e

%21.83
%37.12
%41.05

CMYK Percentages of Color #32555e

%47
%10
%0
%63

Triadic Colors of #32555e

#32555e #5e3255 #555e32

Analogous Colors of #32555e

#32555e #323f5e #325e51

Monochromatic Colors of #32555e

#32555e

Complementary Color

#32555e #5e3b32

#32555e Color Preview on Black Background

Lorem ipsum dolor sit amet.

#32555e Color Preview on White Background

Lorem ipsum dolor sit amet.

#32555e Color CSS Codes

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

#32555e Text Font Color

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

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


#32555e Background Color

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

This div background color is #32555e


#32555e Border Color

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

This div border color is #32555e


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #32555e


Comments

No comments written yet.

Please login to write comment.