Color Hex Logo

#32597c Color Hex

#32597C
(50,89,124)
0 Favorites   0 Comments

Color spaces of #32597c

RGB 5089124
HSL0.580.430.34
HSV208°60°49°
CMYK 0.600.280.00   0.51
XYZ8.52599.278120.4103
Yxy9.27810.22310.2428
Hunter Lab30.4600-3.3419-18.4064
CIE-Lab36.5143-2.5322-23.9197

#32597c color RGB value is (50,89,124).

#32597c hex color red value is 50, green value is 89 and the blue value of its RGB is 124. Cylindrical-coordinate representations (also known as HSL) of color #32597c hue: 0.58 , saturation: 0.43 and the lightness value of 32597c is 0.34.

The process color (four color CMYK) of #32597c color hex is 0.60, 0.28, 0.00, 0.51. Web safe color of #32597c is #336666. Color #32597c contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 00110010 01011001 01111100
Octal 62 131 174
Decimal 50 89 124
Hex 32 59 7C

RGB Percentages of Color #32597c

%19.01
%33.84
%47.15

CMYK Percentages of Color #32597c

%60
%28
%0
%51

Triadic Colors of #32597c

#32597c #7c3259 #597c32

Analogous Colors of #32597c

#32597c #32347c #327c7a

Monochromatic Colors of #32597c

#32597c

Complementary Color

#32597c #7c5532

#32597c Color Preview on Black Background

Lorem ipsum dolor sit amet.

#32597c Color Preview on White Background

Lorem ipsum dolor sit amet.

#32597c Color CSS Codes

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

#32597c Text Font Color

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

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


#32597c Background Color

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

This div background color is #32597c


#32597c Border Color

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

This div border color is #32597c


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(50,89,124, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #32597c; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #32597c;
  -webkit-box-shadow: 1px 1px 3px 2px #32597c;
  box-shadow:         1px 1px 3px 2px #32597c; }

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #32597c


Comments

No comments written yet.

Please login to write comment.