Color Hex Logo

#327cac Color Hex

#327CAC
(50,124,172)
0 Favorites   0 Comments

Color spaces of #327cac

RGB 50124172
HSL0.570.550.44
HSV204°71°67°
CMYK 0.710.280.00   0.33
XYZ15.969418.072041.6763
Yxy18.07200.21090.2387
Hunter Lab42.5112-7.3407-28.3678
CIE-Lab49.5833-6.7856-32.1386

#327cac color RGB value is (50,124,172).

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

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

Base Numbers

BaseRedGreenBlue
Binary 00110010 01111100 10101100
Octal 62 174 254
Decimal 50 124 172
Hex 32 7C AC

RGB Percentages of Color #327cac

%14.45
%35.84
%49.71

CMYK Percentages of Color #327cac

%71
%28
%0
%33

Triadic Colors of #327cac

#327cac #ac327c #7cac32

Analogous Colors of #327cac

#327cac #323fac #32ac9f

Monochromatic Colors of #327cac

#327cac

Complementary Color

#327cac #ac6232

#327cac Color Preview on Black Background

Lorem ipsum dolor sit amet.

#327cac Color Preview on White Background

Lorem ipsum dolor sit amet.

#327cac Color CSS Codes

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

#327cac Text Font Color

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

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


#327cac Background Color

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

This div background color is #327cac


#327cac Border Color

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

This div border color is #327cac


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #327cac


Comments

No comments written yet.

Please login to write comment.