Color Hex Logo

#328084 Color Hex

#328084
(50,128,132)
0 Favorites   0 Comments

Color spaces of #328084

RGB 50128132
HSL0.510.450.36
HSV183°62°52°
CMYK 0.620.030.00   0.48
XYZ13.199417.782424.5665
Yxy17.78240.23760.3201
Hunter Lab42.1692-17.9237-5.0221
CIE-Lab49.2311-22.2428-9.2888

#328084 color RGB value is (50,128,132).

#328084 hex color red value is 50, green value is 128 and the blue value of its RGB is 132. Cylindrical-coordinate representations (also known as HSL) of color #328084 hue: 0.51 , saturation: 0.45 and the lightness value of 328084 is 0.36.

The process color (four color CMYK) of #328084 color hex is 0.62, 0.03, 0.00, 0.48. Web safe color of #328084 is #339999. Color #328084 contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 00110010 10000000 10000100
Octal 62 200 204
Decimal 50 128 132
Hex 32 80 84

RGB Percentages of Color #328084

%16.13
%41.29
%42.58

CMYK Percentages of Color #328084

%62
%3
%0
%48

Triadic Colors of #328084

#328084 #843280 #808432

Analogous Colors of #328084

#328084 #325784 #32845f

Monochromatic Colors of #328084

#328084

Complementary Color

#328084 #843632

#328084 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#328084 Color Preview on White Background

Lorem ipsum dolor sit amet.

#328084 Color CSS Codes

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

#328084 Text Font Color

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

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


#328084 Background Color

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

This div background color is #328084


#328084 Border Color

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

This div border color is #328084


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(50,128,132, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #328084; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #328084;
  -webkit-box-shadow: 1px 1px 3px 2px #328084;
  box-shadow:         1px 1px 3px 2px #328084; }

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #328084


Comments

No comments written yet.

Please login to write comment.