Color Hex Logo

#329287 Color Hex

#329287
(50,146,135)
0 Favorites   0 Comments

Color spaces of #329287

RGB 50146135
HSL0.480.490.38
HSV173°66°57°
CMYK 0.660.000.08   0.43
XYZ15.967522.985126.5167
Yxy22.98510.24390.3511
Hunter Lab47.9428-24.44990.7672
CIE-Lab55.0570-30.3900-2.3843

#329287 color RGB value is (50,146,135).

#329287 hex color red value is 50, green value is 146 and the blue value of its RGB is 135. Cylindrical-coordinate representations (also known as HSL) of color #329287 hue: 0.48 , saturation: 0.49 and the lightness value of 329287 is 0.38.

The process color (four color CMYK) of #329287 color hex is 0.66, 0.00, 0.08, 0.43. Web safe color of #329287 is #339999. Color #329287 contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 00110010 10010010 10000111
Octal 62 222 207
Decimal 50 146 135
Hex 32 92 87

RGB Percentages of Color #329287

%15.11
%44.11
%40.79

CMYK Percentages of Color #329287

%66
%0
%8
%43

Triadic Colors of #329287

#329287 #873292 #928732

Analogous Colors of #329287

#329287 #326d92 #329257

Monochromatic Colors of #329287

#329287

Complementary Color

#329287 #92323d

#329287 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#329287 Color Preview on White Background

Lorem ipsum dolor sit amet.

#329287 Color CSS Codes

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

#329287 Text Font Color

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

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


#329287 Background Color

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

This div background color is #329287


#329287 Border Color

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

This div border color is #329287


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #329287


Comments

No comments written yet.

Please login to write comment.