Color Hex Logo

#32487d Color Hex

#32487D
(50,72,125)
0 Favorites   0 Comments

Color spaces of #32487d

RGB 5072125
HSL0.620.430.34
HSV222°60°49°
CMYK 0.600.420.00   0.51
XYZ7.33446.793520.3267
Yxy6.79350.21290.1972
Hunter Lab26.06434.6166-27.9932
CIE-Lab31.33218.8511-32.6980

#32487d color RGB value is (50,72,125).

#32487d hex color red value is 50, green value is 72 and the blue value of its RGB is 125. Cylindrical-coordinate representations (also known as HSL) of color #32487d hue: 0.62 , saturation: 0.43 and the lightness value of 32487d is 0.34.

The process color (four color CMYK) of #32487d color hex is 0.60, 0.42, 0.00, 0.51. Web safe color of #32487d is #333366. Color #32487d contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 00110010 01001000 01111101
Octal 62 110 175
Decimal 50 72 125
Hex 32 48 7D

RGB Percentages of Color #32487d

%20.24
%29.15
%50.61

CMYK Percentages of Color #32487d

%60
%42
%0
%51

Triadic Colors of #32487d

#32487d #7d3248 #487d32

Analogous Colors of #32487d

#32487d #42327d #326e7d

Monochromatic Colors of #32487d

#32487d

Complementary Color

#32487d #7d6732

#32487d Color Preview on Black Background

Lorem ipsum dolor sit amet.

#32487d Color Preview on White Background

Lorem ipsum dolor sit amet.

#32487d Color CSS Codes

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

#32487d Text Font Color

<p style="color:#32487d">Text here</p>

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


#32487d Background Color

<div style="background-color:#32487d">
Div content here</div>

This div background color is #32487d


#32487d Border Color

<div style="border:3px solid #32487d">
Div here</div>

This div border color is #32487d


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(50,72,125, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #32487d; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #32487d;
  -webkit-box-shadow: 1px 1px 3px 2px #32487d;
  box-shadow:         1px 1px 3px 2px #32487d; }

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #32487d


Comments

No comments written yet.

Please login to write comment.