Color Hex Logo

#327eac Color Hex

#327EAC
(50,126,172)
0 Favorites   0 Comments

Color spaces of #327eac

RGB 50126172
HSL0.560.550.44
HSV203°71°67°
CMYK 0.710.270.00   0.33
XYZ16.222618.578441.7607
Yxy18.57840.21190.2427
Hunter Lab43.1027-8.2474-27.2722
CIE-Lab50.1903-7.9512-31.1901

#327eac color RGB value is (50,126,172).

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

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

Base Numbers

BaseRedGreenBlue
Binary 00110010 01111110 10101100
Octal 62 176 254
Decimal 50 126 172
Hex 32 7E AC

RGB Percentages of Color #327eac

%14.37
%36.21
%49.43

CMYK Percentages of Color #327eac

%71
%27
%0
%33

Triadic Colors of #327eac

#327eac #ac327e #7eac32

Analogous Colors of #327eac

#327eac #3241ac #32ac9d

Monochromatic Colors of #327eac

#327eac

Complementary Color

#327eac #ac6032

#327eac Color Preview on Black Background

Lorem ipsum dolor sit amet.

#327eac Color Preview on White Background

Lorem ipsum dolor sit amet.

#327eac Color CSS Codes

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

#327eac Text Font Color

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

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


#327eac Background Color

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

This div background color is #327eac


#327eac Border Color

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

This div border color is #327eac


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #327eac


Comments

No comments written yet.

Please login to write comment.