Color Hex Logo

#99329e Color Hex

#99329E
(153,50,158)
0 Favorites   0 Comments

Color spaces of #99329e

RGB 15350158
HSL0.830.520.41
HSV297°68°62°
CMYK 0.030.680.00   0.38
XYZ20.449011.522133.4940
Yxy11.52210.31240.1760
Hunter Lab33.944248.1313-34.7427
CIE-Lab40.446356.3013-37.6888

#99329e color RGB value is (153,50,158).

#99329e hex color red value is 153, green value is 50 and the blue value of its RGB is 158. Cylindrical-coordinate representations (also known as HSL) of color #99329e hue: 0.83 , saturation: 0.52 and the lightness value of 99329e is 0.41.

The process color (four color CMYK) of #99329e color hex is 0.03, 0.68, 0.00, 0.38. Web safe color of #99329e is #993399. Color #99329e contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 10011001 00110010 10011110
Octal 231 62 236
Decimal 153 50 158
Hex 99 32 9E

RGB Percentages of Color #99329e

%42.38
%13.85
%43.77

CMYK Percentages of Color #99329e

%3
%68
%0
%38

Triadic Colors of #99329e

#99329e #9e9932 #329e99

Analogous Colors of #99329e

#99329e #9e326d #63329e

Monochromatic Colors of #99329e

#99329e

Complementary Color

#99329e #379e32

#99329e Color Preview on Black Background

Lorem ipsum dolor sit amet.

#99329e Color Preview on White Background

Lorem ipsum dolor sit amet.

#99329e Color CSS Codes

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

#99329e Text Font Color

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

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


#99329e Background Color

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

This div background color is #99329e


#99329e Border Color

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

This div border color is #99329e


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(153,50,158, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #99329e; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #99329e;
  -webkit-box-shadow: 1px 1px 3px 2px #99329e;
  box-shadow:         1px 1px 3px 2px #99329e; }

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #99329e


Comments

No comments written yet.

Please login to write comment.