Color Hex Logo

#329193 Color Hex

#329193
(50,145,147)
0 Favorites   0 Comments

Color spaces of #329193

RGB 50145147
HSL0.500.490.39
HSV181°66°58°
CMYK 0.660.010.00   0.42
XYZ16.707323.035531.1695
Yxy23.03550.23560.3248
Hunter Lab47.9953-21.8555-4.9079
CIE-Lab55.1089-26.4170-9.2100

#329193 color RGB value is (50,145,147).

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

The process color (four color CMYK) of #329193 color hex is 0.66, 0.01, 0.00, 0.42. Web safe color of #329193 is #339999. Color #329193 contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 00110010 10010001 10010011
Octal 62 221 223
Decimal 50 145 147
Hex 32 91 93

RGB Percentages of Color #329193

%14.62
%42.40
%42.98

CMYK Percentages of Color #329193

%66
%1
%0
%42

Triadic Colors of #329193

#329193 #933291 #919332

Analogous Colors of #329193

#329193 #326193 #329365

Monochromatic Colors of #329193

#329193

Complementary Color

#329193 #933432

#329193 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#329193 Color Preview on White Background

Lorem ipsum dolor sit amet.

#329193 Color CSS Codes

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

#329193 Text Font Color

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

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


#329193 Background Color

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

This div background color is #329193


#329193 Border Color

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

This div border color is #329193


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #329193


Comments

No comments written yet.

Please login to write comment.