Color Hex Logo

#32476b Color Hex

#32476B
(50,71,107)
0 Favorites   0 Comments

Color spaces of #32476b

RGB 5071107
HSL0.610.360.31
HSV218°53°42°
CMYK 0.530.340.00   0.58
XYZ6.22256.246114.7876
Yxy6.24610.22830.2292
Hunter Lab24.99220.7062-17.5867
CIE-Lab30.02513.1334-23.4503

#32476b color RGB value is (50,71,107).

#32476b hex color red value is 50, green value is 71 and the blue value of its RGB is 107. Cylindrical-coordinate representations (also known as HSL) of color #32476b hue: 0.61 , saturation: 0.36 and the lightness value of 32476b is 0.31.

The process color (four color CMYK) of #32476b color hex is 0.53, 0.34, 0.00, 0.58. Web safe color of #32476b is #333366. Color #32476b contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 00110010 01000111 01101011
Octal 62 107 153
Decimal 50 71 107
Hex 32 47 6B

RGB Percentages of Color #32476b

%21.93
%31.14
%46.93

CMYK Percentages of Color #32476b

%53
%34
%0
%58

Triadic Colors of #32476b

#32476b #6b3247 #476b32

Analogous Colors of #32476b

#32476b #3a326b #32636b

Monochromatic Colors of #32476b

#32476b

Complementary Color

#32476b #6b5632

#32476b Color Preview on Black Background

Lorem ipsum dolor sit amet.

#32476b Color Preview on White Background

Lorem ipsum dolor sit amet.

#32476b Color CSS Codes

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

#32476b Text Font Color

<p style="color:#32476b">Text here</p>

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


#32476b Background Color

<div style="background-color:#32476b">
Div content here</div>

This div background color is #32476b


#32476b Border Color

<div style="border:3px solid #32476b">
Div here</div>

This div border color is #32476b


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #32476b


Comments

No comments written yet.

Please login to write comment.