Color Hex Logo

#328fac Color Hex

#328FAC
(50,143,172)
0 Favorites   0 Comments

Color spaces of #328fac

RGB 50143172
HSL0.540.550.44
HSV194°71°67°
CMYK 0.710.170.00   0.33
XYZ18.584223.301642.5479
Yxy23.30160.22010.2760
Hunter Lab48.2717-15.7546-18.4695
CIE-Lab55.3816-17.4743-23.1468

#328fac color RGB value is (50,143,172).

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

The process color (four color CMYK) of #328fac color hex is 0.71, 0.17, 0.00, 0.33. Web safe color of #328fac is #339999. Color #328fac contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 00110010 10001111 10101100
Octal 62 217 254
Decimal 50 143 172
Hex 32 8F AC

RGB Percentages of Color #328fac

%13.70
%39.18
%47.12

CMYK Percentages of Color #328fac

%71
%17
%0
%33

Triadic Colors of #328fac

#328fac #ac328f #8fac32

Analogous Colors of #328fac

#328fac #3252ac #32ac8c

Monochromatic Colors of #328fac

#328fac

Complementary Color

#328fac #ac4f32

#328fac Color Preview on Black Background

Lorem ipsum dolor sit amet.

#328fac Color Preview on White Background

Lorem ipsum dolor sit amet.

#328fac Color CSS Codes

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

#328fac Text Font Color

<p style="color:#328fac">Text here</p>

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


#328fac Background Color

<div style="background-color:#328fac">
Div content here</div>

This div background color is #328fac


#328fac Border Color

<div style="border:3px solid #328fac">
Div here</div>

This div border color is #328fac


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #328fac


Comments

No comments written yet.

Please login to write comment.