Color Hex Logo

#328eaa Color Hex

#328EAA
(50,142,170)
0 Favorites   0 Comments

Color spaces of #328eaa

RGB 50142170
HSL0.540.550.43
HSV194°71°67°
CMYK 0.710.160.00   0.33
XYZ18.244122.926441.4939
Yxy22.92640.22070.2773
Hunter Lab47.8815-15.7795-17.8634
CIE-Lab54.9964-17.5952-22.5935

#328eaa color RGB value is (50,142,170).

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

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

Base Numbers

BaseRedGreenBlue
Binary 00110010 10001110 10101010
Octal 62 216 252
Decimal 50 142 170
Hex 32 8E AA

RGB Percentages of Color #328eaa

%13.81
%39.23
%46.96

CMYK Percentages of Color #328eaa

%71
%16
%0
%33

Triadic Colors of #328eaa

#328eaa #aa328e #8eaa32

Analogous Colors of #328eaa

#328eaa #3252aa #32aa8a

Monochromatic Colors of #328eaa

#328eaa

Complementary Color

#328eaa #aa4e32

#328eaa Color Preview on Black Background

Lorem ipsum dolor sit amet.

#328eaa Color Preview on White Background

Lorem ipsum dolor sit amet.

#328eaa Color CSS Codes

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

#328eaa Text Font Color

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

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


#328eaa Background Color

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

This div background color is #328eaa


#328eaa Border Color

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

This div border color is #328eaa


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #328eaa


Comments

No comments written yet.

Please login to write comment.