Color Hex Logo

#328dad Color Hex

#328DAD
(50,141,173)
0 Favorites   0 Comments

Color spaces of #328dad

RGB 50141173
HSL0.540.550.44
HSV196°71°68°
CMYK 0.710.180.00   0.32
XYZ18.383122.745042.9565
Yxy22.74500.21860.2705
Hunter Lab47.6917-14.6565-20.0190
CIE-Lab54.8087-16.0553-24.6012

#328dad color RGB value is (50,141,173).

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

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

Base Numbers

BaseRedGreenBlue
Binary 00110010 10001101 10101101
Octal 62 215 255
Decimal 50 141 173
Hex 32 8D AD

RGB Percentages of Color #328dad

%13.74
%38.74
%47.53

CMYK Percentages of Color #328dad

%71
%18
%0
%32

Triadic Colors of #328dad

#328dad #ad328d #8dad32

Analogous Colors of #328dad

#328dad #3250ad #32ad90

Monochromatic Colors of #328dad

#328dad

Complementary Color

#328dad #ad5232

#328dad Color Preview on Black Background

Lorem ipsum dolor sit amet.

#328dad Color Preview on White Background

Lorem ipsum dolor sit amet.

#328dad Color CSS Codes

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

#328dad Text Font Color

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

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


#328dad Background Color

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

This div background color is #328dad


#328dad Border Color

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

This div border color is #328dad


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #328dad


Comments

No comments written yet.

Please login to write comment.