Color Hex Logo

#99527e Color Hex

#99527E
(153,82,126)
0 Favorites   0 Comments

Color spaces of #99527e

RGB 15382126
HSL0.900.300.46
HSV323°46°60°
CMYK 0.000.460.18   0.40
XYZ19.920114.313221.4515
Yxy14.31320.35770.2570
Hunter Lab37.832827.7782-7.1350
CIE-Lab44.678835.4521-11.7572

#99527e color RGB value is (153,82,126).

#99527e hex color red value is 153, green value is 82 and the blue value of its RGB is 126. Cylindrical-coordinate representations (also known as HSL) of color #99527e hue: 0.90 , saturation: 0.30 and the lightness value of 99527e is 0.46.

The process color (four color CMYK) of #99527e color hex is 0.00, 0.46, 0.18, 0.40. Web safe color of #99527e is #996666. Color #99527e contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 10011001 01010010 01111110
Octal 231 122 176
Decimal 153 82 126
Hex 99 52 7E

RGB Percentages of Color #99527e

%42.38
%22.71
%34.90

CMYK Percentages of Color #99527e

%0
%46
%18
%40

Triadic Colors of #99527e

#99527e #7e9952 #527e99

Analogous Colors of #99527e

#99527e #99525b #915299

Monochromatic Colors of #99527e

#99527e

Complementary Color

#99527e #52996d

#99527e Color Preview on Black Background

Lorem ipsum dolor sit amet.

#99527e Color Preview on White Background

Lorem ipsum dolor sit amet.

#99527e Color CSS Codes

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

#99527e Text Font Color

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

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


#99527e Background Color

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

This div background color is #99527e


#99527e Border Color

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

This div border color is #99527e


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #99527e


Comments

No comments written yet.

Please login to write comment.