Color Hex Logo

#328daa Color Hex

#328DAA
(50,141,170)
0 Favorites   0 Comments

Color spaces of #328daa

RGB 50141170
HSL0.540.550.43
HSV195°71°67°
CMYK 0.710.170.00   0.33
XYZ18.096022.630141.4445
Yxy22.63010.22020.2754
Hunter Lab47.5711-15.3482-18.3544
CIE-Lab54.6893-17.0537-23.0655

#328daa color RGB value is (50,141,170).

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

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

Base Numbers

BaseRedGreenBlue
Binary 00110010 10001101 10101010
Octal 62 215 252
Decimal 50 141 170
Hex 32 8D AA

RGB Percentages of Color #328daa

%13.85
%39.06
%47.09

CMYK Percentages of Color #328daa

%71
%17
%0
%33

Triadic Colors of #328daa

#328daa #aa328d #8daa32

Analogous Colors of #328daa

#328daa #3251aa #32aa8b

Monochromatic Colors of #328daa

#328daa

Complementary Color

#328daa #aa4f32

#328daa Color Preview on Black Background

Lorem ipsum dolor sit amet.

#328daa Color Preview on White Background

Lorem ipsum dolor sit amet.

#328daa Color CSS Codes

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

#328daa Text Font Color

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

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


#328daa Background Color

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

This div background color is #328daa


#328daa Border Color

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

This div border color is #328daa


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #328daa


Comments

No comments written yet.

Please login to write comment.