Color Hex Logo

#328baa Color Hex

#328BAA
(50,139,170)
0 Favorites   0 Comments

Color spaces of #328baa

RGB 50139170
HSL0.540.550.43
HSV196°71°67°
CMYK 0.710.180.00   0.33
XYZ17.803722.045641.3471
Yxy22.04560.21930.2715
Hunter Lab46.9527-14.4831-19.3445
CIE-Lab54.0754-15.9647-24.0104

#328baa color RGB value is (50,139,170).

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

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

Base Numbers

BaseRedGreenBlue
Binary 00110010 10001011 10101010
Octal 62 213 252
Decimal 50 139 170
Hex 32 8B AA

RGB Percentages of Color #328baa

%13.93
%38.72
%47.35

CMYK Percentages of Color #328baa

%71
%18
%0
%33

Triadic Colors of #328baa

#328baa #aa328b #8baa32

Analogous Colors of #328baa

#328baa #324faa #32aa8d

Monochromatic Colors of #328baa

#328baa

Complementary Color

#328baa #aa5132

#328baa Color Preview on Black Background

Lorem ipsum dolor sit amet.

#328baa Color Preview on White Background

Lorem ipsum dolor sit amet.

#328baa Color CSS Codes

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

#328baa Text Font Color

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

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


#328baa Background Color

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

This div background color is #328baa


#328baa Border Color

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

This div border color is #328baa


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #328baa


Comments

No comments written yet.

Please login to write comment.