Color Hex Logo

#328296 Color Hex

#328296
(50,130,150)
0 Favorites   0 Comments

Color spaces of #328296

RGB 50130150
HSL0.530.500.39
HSV192°67°59°
CMYK 0.670.130.00   0.41
XYZ14.803018.845431.7115
Yxy18.84540.22650.2883
Hunter Lab43.4113-15.1023-12.9228
CIE-Lab50.5058-17.6498-17.9059

#328296 color RGB value is (50,130,150).

#328296 hex color red value is 50, green value is 130 and the blue value of its RGB is 150. Cylindrical-coordinate representations (also known as HSL) of color #328296 hue: 0.53 , saturation: 0.50 and the lightness value of 328296 is 0.39.

The process color (four color CMYK) of #328296 color hex is 0.67, 0.13, 0.00, 0.41. Web safe color of #328296 is #339999. Color #328296 contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 00110010 10000010 10010110
Octal 62 202 226
Decimal 50 130 150
Hex 32 82 96

RGB Percentages of Color #328296

%15.15
%39.39
%45.45

CMYK Percentages of Color #328296

%67
%13
%0
%41

Triadic Colors of #328296

#328296 #963282 #829632

Analogous Colors of #328296

#328296 #325096 #329678

Monochromatic Colors of #328296

#328296

Complementary Color

#328296 #964632

#328296 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#328296 Color Preview on White Background

Lorem ipsum dolor sit amet.

#328296 Color CSS Codes

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

#328296 Text Font Color

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

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


#328296 Background Color

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

This div background color is #328296


#328296 Border Color

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

This div border color is #328296


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #328296


Comments

No comments written yet.

Please login to write comment.