Color Hex Logo

#32515c Color Hex

#32515C
(50,81,92)
0 Favorites   0 Comments

Color spaces of #32515c

RGB 508192
HSL0.540.300.28
HSV196°46°36°
CMYK 0.460.120.00   0.64
XYZ6.18967.335711.2149
Yxy7.33570.25020.2965
Hunter Lab27.0845-6.6054-5.5911
CIE-Lab32.5592-8.1456-10.0280

#32515c color RGB value is (50,81,92).

#32515c hex color red value is 50, green value is 81 and the blue value of its RGB is 92. Cylindrical-coordinate representations (also known as HSL) of color #32515c hue: 0.54 , saturation: 0.30 and the lightness value of 32515c is 0.28.

The process color (four color CMYK) of #32515c color hex is 0.46, 0.12, 0.00, 0.64. Web safe color of #32515c is #336666. Color #32515c contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 00110010 01010001 01011100
Octal 62 121 134
Decimal 50 81 92
Hex 32 51 5C

RGB Percentages of Color #32515c

%22.42
%36.32
%41.26

CMYK Percentages of Color #32515c

%46
%12
%0
%64

Triadic Colors of #32515c

#32515c #5c3251 #515c32

Analogous Colors of #32515c

#32515c #323c5c #325c52

Monochromatic Colors of #32515c

#32515c

Complementary Color

#32515c #5c3d32

#32515c Color Preview on Black Background

Lorem ipsum dolor sit amet.

#32515c Color Preview on White Background

Lorem ipsum dolor sit amet.

#32515c Color CSS Codes

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

#32515c Text Font Color

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

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


#32515c Background Color

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

This div background color is #32515c


#32515c Border Color

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

This div border color is #32515c


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #32515c


Comments

No comments written yet.

Please login to write comment.