Color Hex Logo

#957a8e Color Hex

#957A8E
(149,122,142)
0 Favorites   0 Comments

Color spaces of #957a8e

RGB 149122142
HSL0.880.110.53
HSV316°18°58°
CMYK 0.000.180.05   0.42
XYZ24.236422.261628.6107
Yxy22.26160.32270.2964
Hunter Lab47.18229.1225-2.9252
CIE-Lab54.303514.0315-6.8882

#957a8e color RGB value is (149,122,142).

#957a8e hex color red value is 149, green value is 122 and the blue value of its RGB is 142. Cylindrical-coordinate representations (also known as HSL) of color #957a8e hue: 0.88 , saturation: 0.11 and the lightness value of 957a8e is 0.53.

The process color (four color CMYK) of #957a8e color hex is 0.00, 0.18, 0.05, 0.42. Web safe color of #957a8e is #996699. Color #957a8e contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 10010101 01111010 10001110
Octal 225 172 216
Decimal 149 122 142
Hex 95 7A 8E

RGB Percentages of Color #957a8e

%36.08
%29.54
%34.38

CMYK Percentages of Color #957a8e

%0
%18
%5
%42

Triadic Colors of #957a8e

#957a8e #8e957a #7a8e95

Analogous Colors of #957a8e

#957a8e #957a81 #8f7a95

Monochromatic Colors of #957a8e

#957a8e

Complementary Color

#957a8e #7a9581

#957a8e Color Preview on Black Background

Lorem ipsum dolor sit amet.

#957a8e Color Preview on White Background

Lorem ipsum dolor sit amet.

#957a8e Color CSS Codes

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

#957a8e Text Font Color

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

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


#957a8e Background Color

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

This div background color is #957a8e


#957a8e Border Color

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

This div border color is #957a8e


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #957a8e


Comments

No comments written yet.

Please login to write comment.