Color Hex Logo

#32586e Color Hex

#32586E
(50,88,110)
0 Favorites   0 Comments

Color spaces of #32586e

RGB 5088110
HSL0.560.380.31
HSV202°55°43°
CMYK 0.550.200.00   0.57
XYZ7.61968.783316.0456
Yxy8.78330.23480.2707
Hunter Lab29.6366-5.9716-11.3546
CIE-Lab35.5637-6.6643-16.7372

#32586e color RGB value is (50,88,110).

#32586e hex color red value is 50, green value is 88 and the blue value of its RGB is 110. Cylindrical-coordinate representations (also known as HSL) of color #32586e hue: 0.56 , saturation: 0.38 and the lightness value of 32586e is 0.31.

The process color (four color CMYK) of #32586e color hex is 0.55, 0.20, 0.00, 0.57. Web safe color of #32586e is #336666. Color #32586e contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 00110010 01011000 01101110
Octal 62 130 156
Decimal 50 88 110
Hex 32 58 6E

RGB Percentages of Color #32586e

%20.16
%35.48
%44.35

CMYK Percentages of Color #32586e

%55
%20
%0
%57

Triadic Colors of #32586e

#32586e #6e3258 #586e32

Analogous Colors of #32586e

#32586e #323a6e #326e66

Monochromatic Colors of #32586e

#32586e

Complementary Color

#32586e #6e4832

#32586e Color Preview on Black Background

Lorem ipsum dolor sit amet.

#32586e Color Preview on White Background

Lorem ipsum dolor sit amet.

#32586e Color CSS Codes

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

#32586e Text Font Color

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

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


#32586e Background Color

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

This div background color is #32586e


#32586e Border Color

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

This div border color is #32586e


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #32586e

#32586e Color Palettes


Comments

No comments written yet.

Please login to write comment.