Color Hex Logo

#957995 Color Hex

#957995
(149,121,149)
0 Favorites   0 Comments

Color spaces of #957995

RGB 149121149
HSL0.830.120.53
HSV300°19°58°
CMYK 0.000.190.00   0.42
XYZ24.656622.234231.4259
Yxy22.23420.31480.2839
Hunter Lab47.153210.8204-6.5075
CIE-Lab54.274615.9778-11.0088

#957995 color RGB value is (149,121,149).

#957995 hex color red value is 149, green value is 121 and the blue value of its RGB is 149. Cylindrical-coordinate representations (also known as HSL) of color #957995 hue: 0.83 , saturation: 0.12 and the lightness value of 957995 is 0.53.

The process color (four color CMYK) of #957995 color hex is 0.00, 0.19, 0.00, 0.42. Web safe color of #957995 is #996699. Color #957995 contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 10010101 01111001 10010101
Octal 225 171 225
Decimal 149 121 149
Hex 95 79 95

RGB Percentages of Color #957995

%35.56
%28.88
%35.56

CMYK Percentages of Color #957995

%0
%19
%0
%42

Triadic Colors of #957995

#957995 #959579 #799595

Analogous Colors of #957995

#957995 #957987 #877995

Monochromatic Colors of #957995

#957995

Complementary Color

#957995 #799579

#957995 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#957995 Color Preview on White Background

Lorem ipsum dolor sit amet.

#957995 Color CSS Codes

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

#957995 Text Font Color

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

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


#957995 Background Color

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

This div background color is #957995


#957995 Border Color

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

This div border color is #957995


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #957995

#957995 Color Palettes


Comments

No comments written yet.

Please login to write comment.