Color Hex Logo

#995977 Color Hex

#995977
(153,89,119)
0 Favorites   0 Comments

Color spaces of #995977

RGB 15389119
HSL0.920.260.47
HSV332°42°60°
CMYK 0.000.420.22   0.40
XYZ20.039015.249019.3399
Yxy15.24900.36680.2791
Hunter Lab39.050023.2622-2.0290
CIE-Lab45.973430.4617-5.5740

#995977 color RGB value is (153,89,119).

#995977 hex color red value is 153, green value is 89 and the blue value of its RGB is 119. Cylindrical-coordinate representations (also known as HSL) of color #995977 hue: 0.92 , saturation: 0.26 and the lightness value of 995977 is 0.47.

The process color (four color CMYK) of #995977 color hex is 0.00, 0.42, 0.22, 0.40. Web safe color of #995977 is #996666. Color #995977 contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 10011001 01011001 01110111
Octal 231 131 167
Decimal 153 89 119
Hex 99 59 77

RGB Percentages of Color #995977

%42.38
%24.65
%32.96

CMYK Percentages of Color #995977

%0
%42
%22
%40

Triadic Colors of #995977

#995977 #779959 #597799

Analogous Colors of #995977

#995977 #995b59 #995997

Monochromatic Colors of #995977

#995977

Complementary Color

#995977 #59997b

#995977 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#995977 Color Preview on White Background

Lorem ipsum dolor sit amet.

#995977 Color CSS Codes

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

#995977 Text Font Color

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

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


#995977 Background Color

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

This div background color is #995977


#995977 Border Color

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

This div border color is #995977


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(153,89,119, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #995977; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #995977;
  -webkit-box-shadow: 1px 1px 3px 2px #995977;
  box-shadow:         1px 1px 3px 2px #995977; }

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #995977


Comments

No comments written yet.

Please login to write comment.