Color Hex Logo

#32959e Color Hex

#32959E
(50,149,158)
0 Favorites   0 Comments

Color spaces of #32959e

RGB 50149158
HSL0.510.520.41
HSV185°68°62°
CMYK 0.680.060.00   0.38
XYZ18.234424.641636.1430
Yxy24.64160.23080.3118
Hunter Lab49.6403-21.3020-8.4207
CIE-Lab56.7245-25.0950-13.0921

#32959e color RGB value is (50,149,158).

#32959e hex color red value is 50, green value is 149 and the blue value of its RGB is 158. Cylindrical-coordinate representations (also known as HSL) of color #32959e hue: 0.51 , saturation: 0.52 and the lightness value of 32959e is 0.41.

The process color (four color CMYK) of #32959e color hex is 0.68, 0.06, 0.00, 0.38. Web safe color of #32959e is #339999. Color #32959e contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 00110010 10010101 10011110
Octal 62 225 236
Decimal 50 149 158
Hex 32 95 9E

RGB Percentages of Color #32959e

%14.01
%41.74
%44.26

CMYK Percentages of Color #32959e

%68
%6
%0
%38

Triadic Colors of #32959e

#32959e #9e3295 #959e32

Analogous Colors of #32959e

#32959e #325f9e #329e71

Monochromatic Colors of #32959e

#32959e

Complementary Color

#32959e #9e3b32

#32959e Color Preview on Black Background

Lorem ipsum dolor sit amet.

#32959e Color Preview on White Background

Lorem ipsum dolor sit amet.

#32959e Color CSS Codes

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

#32959e Text Font Color

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

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


#32959e Background Color

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

This div background color is #32959e


#32959e Border Color

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

This div border color is #32959e


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #32959e


Comments

No comments written yet.

Please login to write comment.