Color Hex Logo

#32589f Color Hex

#32589F
(50,88,159)
0 Favorites   0 Comments

Color spaces of #32589f

RGB 5088159
HSL0.610.520.41
HSV219°69°62°
CMYK 0.690.450.00   0.38
XYZ11.063110.160834.1790
Yxy10.16080.19970.1834
Hunter Lab31.87606.1684-41.2604
CIE-Lab38.129510.8104-42.5974

#32589f color RGB value is (50,88,159).

#32589f hex color red value is 50, green value is 88 and the blue value of its RGB is 159. Cylindrical-coordinate representations (also known as HSL) of color #32589f hue: 0.61 , saturation: 0.52 and the lightness value of 32589f is 0.41.

The process color (four color CMYK) of #32589f color hex is 0.69, 0.45, 0.00, 0.38. Web safe color of #32589f is #336699. Color #32589f contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 00110010 01011000 10011111
Octal 62 130 237
Decimal 50 88 159
Hex 32 58 9F

RGB Percentages of Color #32589f

%16.84
%29.63
%53.54

CMYK Percentages of Color #32589f

%69
%45
%0
%38

Triadic Colors of #32589f

#32589f #9f3258 #589f32

Analogous Colors of #32589f

#32589f #42329f #328f9f

Monochromatic Colors of #32589f

#32589f

Complementary Color

#32589f #9f7932

#32589f Color Preview on Black Background

Lorem ipsum dolor sit amet.

#32589f Color Preview on White Background

Lorem ipsum dolor sit amet.

#32589f Color CSS Codes

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

#32589f Text Font Color

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

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


#32589f Background Color

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

This div background color is #32589f


#32589f Border Color

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

This div border color is #32589f


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #32589f


Comments

No comments written yet.

Please login to write comment.