Color Hex Logo

#99577c Color Hex

#99577C
(153,87,124)
0 Favorites   0 Comments

Color spaces of #99577c

RGB 15387124
HSL0.910.280.47
HSV326°43°60°
CMYK 0.000.430.19   0.40
XYZ20.183215.043920.9088
Yxy15.04390.35950.2680
Hunter Lab38.786525.0092-4.8112
CIE-Lab45.694332.3769-9.0165

#99577c color RGB value is (153,87,124).

#99577c hex color red value is 153, green value is 87 and the blue value of its RGB is 124. Cylindrical-coordinate representations (also known as HSL) of color #99577c hue: 0.91 , saturation: 0.28 and the lightness value of 99577c is 0.47.

The process color (four color CMYK) of #99577c color hex is 0.00, 0.43, 0.19, 0.40. Web safe color of #99577c is #996666. Color #99577c contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 10011001 01010111 01111100
Octal 231 127 174
Decimal 153 87 124
Hex 99 57 7C

RGB Percentages of Color #99577c

%42.03
%23.90
%34.07

CMYK Percentages of Color #99577c

%0
%43
%19
%40

Triadic Colors of #99577c

#99577c #7c9957 #577c99

Analogous Colors of #99577c

#99577c #99575b #955799

Monochromatic Colors of #99577c

#99577c

Complementary Color

#99577c #579974

#99577c Color Preview on Black Background

Lorem ipsum dolor sit amet.

#99577c Color Preview on White Background

Lorem ipsum dolor sit amet.

#99577c Color CSS Codes

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

#99577c Text Font Color

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

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


#99577c Background Color

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

This div background color is #99577c


#99577c Border Color

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

This div border color is #99577c


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(153,87,124, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #99577c; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #99577c;
  -webkit-box-shadow: 1px 1px 3px 2px #99577c;
  box-shadow:         1px 1px 3px 2px #99577c; }

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #99577c


Comments

No comments written yet.

Please login to write comment.