Color Hex Logo

#328faa Color Hex

#328FAA
(50,143,170)
0 Favorites   0 Comments

Color spaces of #328faa

RGB 50143170
HSL0.540.550.43
HSV194°71°67°
CMYK 0.710.160.00   0.33
XYZ18.393623.225341.5437
Yxy23.22530.22120.2793
Hunter Lab48.1926-16.2093-17.3752
CIE-Lab55.3037-18.1337-22.1218

#328faa color RGB value is (50,143,170).

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

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

Base Numbers

BaseRedGreenBlue
Binary 00110010 10001111 10101010
Octal 62 217 252
Decimal 50 143 170
Hex 32 8F AA

RGB Percentages of Color #328faa

%13.77
%39.39
%46.83

CMYK Percentages of Color #328faa

%71
%16
%0
%33

Triadic Colors of #328faa

#328faa #aa328f #8faa32

Analogous Colors of #328faa

#328faa #3253aa #32aa89

Monochromatic Colors of #328faa

#328faa

Complementary Color

#328faa #aa4d32

#328faa Color Preview on Black Background

Lorem ipsum dolor sit amet.

#328faa Color Preview on White Background

Lorem ipsum dolor sit amet.

#328faa Color CSS Codes

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

#328faa Text Font Color

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

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


#328faa Background Color

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

This div background color is #328faa


#328faa Border Color

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

This div border color is #328faa


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #328faa


Comments

No comments written yet.

Please login to write comment.