Color Hex Logo

#32479c Color Hex

#32479C
(50,71,156)
0 Favorites   0 Comments

Color spaces of #32479c

RGB 5071156
HSL0.630.510.40
HSV228°68°61°
CMYK 0.680.540.00   0.39
XYZ9.56947.584932.4122
Yxy7.58490.19310.1530
Hunter Lab27.540713.8261-50.4990
CIE-Lab33.103020.9540-48.8801

#32479c color RGB value is (50,71,156).

#32479c hex color red value is 50, green value is 71 and the blue value of its RGB is 156. Cylindrical-coordinate representations (also known as HSL) of color #32479c hue: 0.63 , saturation: 0.51 and the lightness value of 32479c is 0.40.

The process color (four color CMYK) of #32479c color hex is 0.68, 0.54, 0.00, 0.39. Web safe color of #32479c is #333399. Color #32479c contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 00110010 01000111 10011100
Octal 62 107 234
Decimal 50 71 156
Hex 32 47 9C

RGB Percentages of Color #32479c

%18.05
%25.63
%56.32

CMYK Percentages of Color #32479c

%68
%54
%0
%39

Triadic Colors of #32479c

#32479c #9c3247 #479c32

Analogous Colors of #32479c

#32479c #52329c #327c9c

Monochromatic Colors of #32479c

#32479c

Complementary Color

#32479c #9c8732

#32479c Color Preview on Black Background

Lorem ipsum dolor sit amet.

#32479c Color Preview on White Background

Lorem ipsum dolor sit amet.

#32479c Color CSS Codes

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

#32479c Text Font Color

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

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


#32479c Background Color

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

This div background color is #32479c


#32479c Border Color

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

This div border color is #32479c


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #32479c


Comments

No comments written yet.

Please login to write comment.