Color Hex Logo

#96586e Color Hex

#96586E
(150,88,110)
0 Favorites   0 Comments

Color spaces of #96586e

RGB 15088110
HSL0.940.260.47
HSV339°41°59°
CMYK 0.000.410.27   0.41
XYZ18.881914.589316.5727
Yxy14.58930.37730.2915
Hunter Lab38.195921.39731.0120
CIE-Lab45.066528.5290-1.4974

#96586e color RGB value is (150,88,110).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10010110 01011000 01101110
Octal 226 130 156
Decimal 150 88 110
Hex 96 58 6E

RGB Percentages of Color #96586e

%43.10
%25.29
%31.61

CMYK Percentages of Color #96586e

%0
%41
%27
%41

Triadic Colors of #96586e

#96586e #6e9658 #586e96

Analogous Colors of #96586e

#96586e #966158 #96588d

Monochromatic Colors of #96586e

#96586e

Complementary Color

#96586e #589680

#96586e Color Preview on Black Background

Lorem ipsum dolor sit amet.

#96586e Color Preview on White Background

Lorem ipsum dolor sit amet.

#96586e Color CSS Codes

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

#96586e Text Font Color

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

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


#96586e Background Color

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

This div background color is #96586e


#96586e Border Color

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

This div border color is #96586e


Css3 Examples

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

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(150,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 #96586e">Text here</p>

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #96586e


Comments

No comments written yet.

Please login to write comment.