Color Hex Logo

#326cac Color Hex

#326CAC
(50,108,172)
0 Favorites   0 Comments

Color spaces of #326cac

RGB 50108172
HSL0.590.550.44
HSV211°71°67°
CMYK 0.710.370.00   0.33
XYZ14.124314.381841.0613
Yxy14.38180.20300.2067
Hunter Lab37.92330.1153-37.6496
CIE-Lab44.77562.8738-39.7100

#326cac color RGB value is (50,108,172).

#326cac hex color red value is 50, green value is 108 and the blue value of its RGB is 172. Cylindrical-coordinate representations (also known as HSL) of color #326cac hue: 0.59 , saturation: 0.55 and the lightness value of 326cac is 0.44.

The process color (four color CMYK) of #326cac color hex is 0.71, 0.37, 0.00, 0.33. Web safe color of #326cac is #336699. Color #326cac contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 00110010 01101100 10101100
Octal 62 154 254
Decimal 50 108 172
Hex 32 6C AC

RGB Percentages of Color #326cac

%15.15
%32.73
%52.12

CMYK Percentages of Color #326cac

%71
%37
%0
%33

Triadic Colors of #326cac

#326cac #ac326c #6cac32

Analogous Colors of #326cac

#326cac #3532ac #32a9ac

Monochromatic Colors of #326cac

#326cac

Complementary Color

#326cac #ac7232

#326cac Color Preview on Black Background

Lorem ipsum dolor sit amet.

#326cac Color Preview on White Background

Lorem ipsum dolor sit amet.

#326cac Color CSS Codes

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

#326cac Text Font Color

<p style="color:#326cac">Text here</p>

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


#326cac Background Color

<div style="background-color:#326cac">
Div content here</div>

This div background color is #326cac


#326cac Border Color

<div style="border:3px solid #326cac">
Div here</div>

This div border color is #326cac


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(50,108,172, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #326cac; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #326cac;
  -webkit-box-shadow: 1px 1px 3px 2px #326cac;
  box-shadow:         1px 1px 3px 2px #326cac; }

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #326cac


Comments

No comments written yet.

Please login to write comment.