Color Hex Logo

#32679c Color Hex

#32679C
(50,103,156)
0 Favorites   0 Comments

Color spaces of #32679c

RGB 50103156
HSL0.580.510.40
HSV210°68°61°
CMYK 0.680.340.00   0.39
XYZ12.166412.778933.2778
Yxy12.77890.20900.2195
Hunter Lab35.7476-1.8073-30.1704
CIE-Lab42.42820.1412-33.9805

#32679c color RGB value is (50,103,156).

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

The process color (four color CMYK) of #32679c color hex is 0.68, 0.34, 0.00, 0.39. Web safe color of #32679c is #336699. Color #32679c contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 00110010 01100111 10011100
Octal 62 147 234
Decimal 50 103 156
Hex 32 67 9C

RGB Percentages of Color #32679c

%16.18
%33.33
%50.49

CMYK Percentages of Color #32679c

%68
%34
%0
%39

Triadic Colors of #32679c

#32679c #9c3267 #679c32

Analogous Colors of #32679c

#32679c #32329c #329c9c

Monochromatic Colors of #32679c

#32679c

Complementary Color

#32679c #9c6732

#32679c Color Preview on Black Background

Lorem ipsum dolor sit amet.

#32679c Color Preview on White Background

Lorem ipsum dolor sit amet.

#32679c Color CSS Codes

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

#32679c Text Font Color

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

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


#32679c Background Color

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

This div background color is #32679c


#32679c Border Color

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

This div border color is #32679c


Css3 Examples

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

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(50,103,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 #32679c">Text here</p>

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #32679c


Comments

No comments written yet.

Please login to write comment.