Color Hex Logo

#957f89 Color Hex

#957F89
(149,127,137)
0 Favorites   0 Comments

Color spaces of #957f89

RGB 149127137
HSL0.920.090.54
HSV333°15°58°
CMYK 0.000.150.08   0.42
XYZ24.499223.374426.8874
Yxy23.37440.32770.3127
Hunter Lab48.34715.84500.8698
CIE-Lab55.455910.2060-2.2758

#957f89 color RGB value is (149,127,137).

#957f89 hex color red value is 149, green value is 127 and the blue value of its RGB is 137. Cylindrical-coordinate representations (also known as HSL) of color #957f89 hue: 0.92 , saturation: 0.09 and the lightness value of 957f89 is 0.54.

The process color (four color CMYK) of #957f89 color hex is 0.00, 0.15, 0.08, 0.42. Web safe color of #957f89 is #996699. Color #957f89 contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 10010101 01111111 10001001
Octal 225 177 211
Decimal 149 127 137
Hex 95 7F 89

RGB Percentages of Color #957f89

%36.08
%30.75
%33.17

CMYK Percentages of Color #957f89

%0
%15
%8
%42

Triadic Colors of #957f89

#957f89 #89957f #7f8995

Analogous Colors of #957f89

#957f89 #95807f #957f94

Monochromatic Colors of #957f89

#957f89

Complementary Color

#957f89 #7f958b

#957f89 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#957f89 Color Preview on White Background

Lorem ipsum dolor sit amet.

#957f89 Color CSS Codes

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

#957f89 Text Font Color

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

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


#957f89 Background Color

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

This div background color is #957f89


#957f89 Border Color

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

This div border color is #957f89


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(149,127,137, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #957f89; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #957f89;
  -webkit-box-shadow: 1px 1px 3px 2px #957f89;
  box-shadow:         1px 1px 3px 2px #957f89; }

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(149,127,137, 0.8);">Text here</p>

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #957f89


Comments

No comments written yet.

Please login to write comment.