Color Hex Logo

#328aaa Color Hex

#328AAA
(50,138,170)
0 Favorites   0 Comments

Color spaces of #328aaa

RGB 50138170
HSL0.540.550.43
HSV196°71°67°
CMYK 0.710.190.00   0.33
XYZ17.659621.757341.2990
Yxy21.75730.21880.2696
Hunter Lab46.6447-14.0485-19.8438
CIE-Lab53.7685-15.4162-24.4832

#328aaa color RGB value is (50,138,170).

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

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

Base Numbers

BaseRedGreenBlue
Binary 00110010 10001010 10101010
Octal 62 212 252
Decimal 50 138 170
Hex 32 8A AA

RGB Percentages of Color #328aaa

%13.97
%38.55
%47.49

CMYK Percentages of Color #328aaa

%71
%19
%0
%33

Triadic Colors of #328aaa

#328aaa #aa328a #8aaa32

Analogous Colors of #328aaa

#328aaa #324eaa #32aa8e

Monochromatic Colors of #328aaa

#328aaa

Complementary Color

#328aaa #aa5232

#328aaa Color Preview on Black Background

Lorem ipsum dolor sit amet.

#328aaa Color Preview on White Background

Lorem ipsum dolor sit amet.

#328aaa Color CSS Codes

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

#328aaa Text Font Color

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

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


#328aaa Background Color

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

This div background color is #328aaa


#328aaa Border Color

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

This div border color is #328aaa


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #328aaa


Comments

No comments written yet.

Please login to write comment.