Color Hex Logo

#328bac Color Hex

#328BAC
(50,139,172)
0 Favorites   0 Comments

Color spaces of #328bac

RGB 50139172
HSL0.550.550.44
HSV196°71°67°
CMYK 0.710.190.00   0.33
XYZ17.994422.121942.3513
Yxy22.12190.21820.2682
Hunter Lab47.0339-14.0182-20.4634
CIE-Lab54.1561-15.2949-25.0343

#328bac color RGB value is (50,139,172).

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

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

Base Numbers

BaseRedGreenBlue
Binary 00110010 10001011 10101100
Octal 62 213 254
Decimal 50 139 172
Hex 32 8B AC

RGB Percentages of Color #328bac

%13.85
%38.50
%47.65

CMYK Percentages of Color #328bac

%71
%19
%0
%33

Triadic Colors of #328bac

#328bac #ac328b #8bac32

Analogous Colors of #328bac

#328bac #324eac #32ac90

Monochromatic Colors of #328bac

#328bac

Complementary Color

#328bac #ac5332

#328bac Color Preview on Black Background

Lorem ipsum dolor sit amet.

#328bac Color Preview on White Background

Lorem ipsum dolor sit amet.

#328bac Color CSS Codes

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

#328bac Text Font Color

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

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


#328bac Background Color

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

This div background color is #328bac


#328bac Border Color

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

This div border color is #328bac


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #328bac


Comments

No comments written yet.

Please login to write comment.