Color Hex Logo

#32698c Color Hex

#32698C
(50,105,140)
0 Favorites   0 Comments

Color spaces of #32698c

RGB 50105140
HSL0.560.470.37
HSV203°64°55°
CMYK 0.640.250.00   0.45
XYZ11.100612.674726.6723
Yxy12.67470.22000.2512
Hunter Lab35.6015-6.6462-19.4984
CIE-Lab42.2690-6.7566-24.6765

#32698c color RGB value is (50,105,140).

#32698c hex color red value is 50, green value is 105 and the blue value of its RGB is 140. Cylindrical-coordinate representations (also known as HSL) of color #32698c hue: 0.56 , saturation: 0.47 and the lightness value of 32698c is 0.37.

The process color (four color CMYK) of #32698c color hex is 0.64, 0.25, 0.00, 0.45. Web safe color of #32698c is #336699. Color #32698c contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 00110010 01101001 10001100
Octal 62 151 214
Decimal 50 105 140
Hex 32 69 8C

RGB Percentages of Color #32698c

%16.95
%35.59
%47.46

CMYK Percentages of Color #32698c

%64
%25
%0
%45

Triadic Colors of #32698c

#32698c #8c3269 #698c32

Analogous Colors of #32698c

#32698c #323c8c #328c82

Monochromatic Colors of #32698c

#32698c

Complementary Color

#32698c #8c5532

#32698c Color Preview on Black Background

Lorem ipsum dolor sit amet.

#32698c Color Preview on White Background

Lorem ipsum dolor sit amet.

#32698c Color CSS Codes

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

#32698c Text Font Color

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

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


#32698c Background Color

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

This div background color is #32698c


#32698c Border Color

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

This div border color is #32698c


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #32698c


Comments

No comments written yet.

Please login to write comment.