Color Hex Logo

#32477f Color Hex

#32477F
(50,71,127)
0 Favorites   0 Comments

Color spaces of #32477f

RGB 5071127
HSL0.620.440.35
HSV224°61°50°
CMYK 0.610.440.00   0.50
XYZ7.39946.716920.9852
Yxy6.71690.21080.1914
Hunter Lab25.91705.6077-29.8657
CIE-Lab31.153510.2478-34.2271

#32477f color RGB value is (50,71,127).

#32477f hex color red value is 50, green value is 71 and the blue value of its RGB is 127. Cylindrical-coordinate representations (also known as HSL) of color #32477f hue: 0.62 , saturation: 0.44 and the lightness value of 32477f is 0.35.

The process color (four color CMYK) of #32477f color hex is 0.61, 0.44, 0.00, 0.50. Web safe color of #32477f is #333366. Color #32477f contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 00110010 01000111 01111111
Octal 62 107 177
Decimal 50 71 127
Hex 32 47 7F

RGB Percentages of Color #32477f

%20.16
%28.63
%51.21

CMYK Percentages of Color #32477f

%61
%44
%0
%50

Triadic Colors of #32477f

#32477f #7f3247 #477f32

Analogous Colors of #32477f

#32477f #44327f #326e7f

Monochromatic Colors of #32477f

#32477f

Complementary Color

#32477f #7f6a32

#32477f Color Preview on Black Background

Lorem ipsum dolor sit amet.

#32477f Color Preview on White Background

Lorem ipsum dolor sit amet.

#32477f Color CSS Codes

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

#32477f Text Font Color

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

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


#32477f Background Color

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

This div background color is #32477f


#32477f Border Color

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

This div border color is #32477f


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #32477f


Comments

No comments written yet.

Please login to write comment.