Color Hex Logo

#32688c Color Hex

#32688C
(50,104,140)
0 Favorites   0 Comments

Color spaces of #32688c

RGB 50104140
HSL0.570.470.37
HSV204°64°55°
CMYK 0.640.260.00   0.45
XYZ10.999312.472226.6386
Yxy12.47220.21950.2489
Hunter Lab35.3160-6.2085-20.0008
CIE-Lab41.9570-6.1575-25.1616

#32688c color RGB value is (50,104,140).

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

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

Base Numbers

BaseRedGreenBlue
Binary 00110010 01101000 10001100
Octal 62 150 214
Decimal 50 104 140
Hex 32 68 8C

RGB Percentages of Color #32688c

%17.01
%35.37
%47.62

CMYK Percentages of Color #32688c

%64
%26
%0
%45

Triadic Colors of #32688c

#32688c #8c3268 #688c32

Analogous Colors of #32688c

#32688c #323b8c #328c83

Monochromatic Colors of #32688c

#32688c

Complementary Color

#32688c #8c5632

#32688c Color Preview on Black Background

Lorem ipsum dolor sit amet.

#32688c Color Preview on White Background

Lorem ipsum dolor sit amet.

#32688c Color CSS Codes

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

#32688c Text Font Color

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

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


#32688c Background Color

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

This div background color is #32688c


#32688c Border Color

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

This div border color is #32688c


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #32688c


Comments

No comments written yet.

Please login to write comment.