Color Hex Logo

#328da6 Color Hex

#328DA6
(50,141,166)
0 Favorites   0 Comments

Color spaces of #328da6

RGB 50141166
HSL0.540.540.42
HSV193°70°65°
CMYK 0.700.150.00   0.35
XYZ17.723222.481039.4816
Yxy22.48100.22240.2821
Hunter Lab47.4141-16.2522-16.1807
CIE-Lab54.5337-18.3721-21.0084

#328da6 color RGB value is (50,141,166).

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

The process color (four color CMYK) of #328da6 color hex is 0.70, 0.15, 0.00, 0.35. Web safe color of #328da6 is #339999. Color #328da6 contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 00110010 10001101 10100110
Octal 62 215 246
Decimal 50 141 166
Hex 32 8D A6

RGB Percentages of Color #328da6

%14.01
%39.50
%46.50

CMYK Percentages of Color #328da6

%70
%15
%0
%35

Triadic Colors of #328da6

#328da6 #a6328d #8da632

Analogous Colors of #328da6

#328da6 #3253a6 #32a685

Monochromatic Colors of #328da6

#328da6

Complementary Color

#328da6 #a64b32

#328da6 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#328da6 Color Preview on White Background

Lorem ipsum dolor sit amet.

#328da6 Color CSS Codes

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

#328da6 Text Font Color

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

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


#328da6 Background Color

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

This div background color is #328da6


#328da6 Border Color

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

This div border color is #328da6


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #328da6


Comments

No comments written yet.

Please login to write comment.