Color Hex Logo

#32474e Color Hex

#32474E
(50,71,78)
0 Favorites   0 Comments

Color spaces of #32474e

RGB 507178
HSL0.540.220.25
HSV195°36°31°
CMYK 0.360.090.00   0.69
XYZ4.94385.73468.0541
Yxy5.73460.26390.3061
Hunter Lab23.9470-5.0564-3.1781
CIE-Lab28.7328-6.1710-6.8300

#32474e color RGB value is (50,71,78).

#32474e hex color red value is 50, green value is 71 and the blue value of its RGB is 78. Cylindrical-coordinate representations (also known as HSL) of color #32474e hue: 0.54 , saturation: 0.22 and the lightness value of 32474e is 0.25.

The process color (four color CMYK) of #32474e color hex is 0.36, 0.09, 0.00, 0.69. Web safe color of #32474e is #333366. Color #32474e contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 00110010 01000111 01001110
Octal 62 107 116
Decimal 50 71 78
Hex 32 47 4E

RGB Percentages of Color #32474e

%25.13
%35.68
%39.20

CMYK Percentages of Color #32474e

%36
%9
%0
%69

Triadic Colors of #32474e

#32474e #4e3247 #474e32

Analogous Colors of #32474e

#32474e #32394e #324e47

Monochromatic Colors of #32474e

#32474e

Complementary Color

#32474e #4e3932

#32474e Color Preview on Black Background

Lorem ipsum dolor sit amet.

#32474e Color Preview on White Background

Lorem ipsum dolor sit amet.

#32474e Color CSS Codes

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

#32474e Text Font Color

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

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


#32474e Background Color

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

This div background color is #32474e


#32474e Border Color

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

This div border color is #32474e


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #32474e


Comments

No comments written yet.

Please login to write comment.