Color Hex Logo

#99529a Color Hex

#99529A
(153,82,154)
0 Favorites   0 Comments

Color spaces of #99529a

RGB 15382154
HSL0.830.310.46
HSV299°47°60°
CMYK 0.010.470.00   0.40
XYZ21.986915.140032.3353
Yxy15.14000.31650.2180
Hunter Lab38.910232.7720-22.0344
CIE-Lab45.825440.4455-26.8393

#99529a color RGB value is (153,82,154).

#99529a hex color red value is 153, green value is 82 and the blue value of its RGB is 154. Cylindrical-coordinate representations (also known as HSL) of color #99529a hue: 0.83 , saturation: 0.31 and the lightness value of 99529a is 0.46.

The process color (four color CMYK) of #99529a color hex is 0.01, 0.47, 0.00, 0.40. Web safe color of #99529a is #996699. Color #99529a contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 10011001 01010010 10011010
Octal 231 122 232
Decimal 153 82 154
Hex 99 52 9A

RGB Percentages of Color #99529a

%39.33
%21.08
%39.59

CMYK Percentages of Color #99529a

%1
%47
%0
%40

Triadic Colors of #99529a

#99529a #9a9952 #529a99

Analogous Colors of #99529a

#99529a #9a5277 #75529a

Monochromatic Colors of #99529a

#99529a

Complementary Color

#99529a #539a52

#99529a Color Preview on Black Background

Lorem ipsum dolor sit amet.

#99529a Color Preview on White Background

Lorem ipsum dolor sit amet.

#99529a Color CSS Codes

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

#99529a Text Font Color

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

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


#99529a Background Color

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

This div background color is #99529a


#99529a Border Color

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

This div border color is #99529a


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(153,82,154, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #99529a; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #99529a;
  -webkit-box-shadow: 1px 1px 3px 2px #99529a;
  box-shadow:         1px 1px 3px 2px #99529a; }

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #99529a


Comments

No comments written yet.

Please login to write comment.