Color Hex Logo

#957186 Color Hex

#957186
(149,113,134)
0 Favorites   0 Comments

Color spaces of #957186

RGB 149113134
HSL0.900.150.51
HSV325°24°58°
CMYK 0.000.240.10   0.42
XYZ22.602619.921025.2081
Yxy19.92100.33370.2941
Hunter Lab44.632912.2866-2.2431
CIE-Lab51.747817.7566-6.0006

#957186 color RGB value is (149,113,134).

#957186 hex color red value is 149, green value is 113 and the blue value of its RGB is 134. Cylindrical-coordinate representations (also known as HSL) of color #957186 hue: 0.90 , saturation: 0.15 and the lightness value of 957186 is 0.51.

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

Base Numbers

BaseRedGreenBlue
Binary 10010101 01110001 10000110
Octal 225 161 206
Decimal 149 113 134
Hex 95 71 86

RGB Percentages of Color #957186

%37.63
%28.54
%33.84

CMYK Percentages of Color #957186

%0
%24
%10
%42

Triadic Colors of #957186

#957186 #869571 #718695

Analogous Colors of #957186

#957186 #957174 #927195

Monochromatic Colors of #957186

#957186

Complementary Color

#957186 #719580

#957186 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#957186 Color Preview on White Background

Lorem ipsum dolor sit amet.

#957186 Color CSS Codes

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

#957186 Text Font Color

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

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


#957186 Background Color

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

This div background color is #957186


#957186 Border Color

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

This div border color is #957186


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #957186


Comments

No comments written yet.

Please login to write comment.