Color Hex Logo

#95586e Color Hex

#95586E
(149,88,110)
0 Favorites   0 Comments

Color spaces of #95586e

RGB 14988110
HSL0.940.260.46
HSV338°41°58°
CMYK 0.000.410.26   0.42
XYZ18.698614.494816.5641
Yxy14.49480.37580.2913
Hunter Lab38.072021.04200.8550
CIE-Lab44.934328.1514-1.7067

#95586e color RGB value is (149,88,110).

#95586e hex color red value is 149, green value is 88 and the blue value of its RGB is 110. Cylindrical-coordinate representations (also known as HSL) of color #95586e hue: 0.94 , saturation: 0.26 and the lightness value of 95586e is 0.46.

The process color (four color CMYK) of #95586e color hex is 0.00, 0.41, 0.26, 0.42. Web safe color of #95586e is #996666. Color #95586e contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 10010101 01011000 01101110
Octal 225 130 156
Decimal 149 88 110
Hex 95 58 6E

RGB Percentages of Color #95586e

%42.94
%25.36
%31.70

CMYK Percentages of Color #95586e

%0
%41
%26
%42

Triadic Colors of #95586e

#95586e #6e9558 #586e95

Analogous Colors of #95586e

#95586e #956158 #95588d

Monochromatic Colors of #95586e

#95586e

Complementary Color

#95586e #58957f

#95586e Color Preview on Black Background

Lorem ipsum dolor sit amet.

#95586e Color Preview on White Background

Lorem ipsum dolor sit amet.

#95586e Color CSS Codes

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

#95586e Text Font Color

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

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


#95586e Background Color

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

This div background color is #95586e


#95586e Border Color

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

This div border color is #95586e


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #95586e


Comments

No comments written yet.

Please login to write comment.