Color Hex Logo

#96505e Color Hex

#96505E
(150,80,94)
0 Favorites   0 Comments

Color spaces of #96505e

RGB 1508094
HSL0.970.300.45
HSV348°47°59°
CMYK 0.000.470.37   0.41
XYZ17.466713.029512.1840
Yxy13.02950.40920.3053
Hunter Lab36.096423.20575.2547
CIE-Lab42.807730.78645.0155

#96505e color RGB value is (150,80,94).

#96505e hex color red value is 150, green value is 80 and the blue value of its RGB is 94. Cylindrical-coordinate representations (also known as HSL) of color #96505e hue: 0.97 , saturation: 0.30 and the lightness value of 96505e is 0.45.

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

Base Numbers

BaseRedGreenBlue
Binary 10010110 01010000 01011110
Octal 226 120 136
Decimal 150 80 94
Hex 96 50 5E

RGB Percentages of Color #96505e

%46.30
%24.69
%29.01

CMYK Percentages of Color #96505e

%0
%47
%37
%41

Triadic Colors of #96505e

#96505e #5e9650 #505e96

Analogous Colors of #96505e

#96505e #966550 #965081

Monochromatic Colors of #96505e

#96505e

Complementary Color

#96505e #509688

#96505e Color Preview on Black Background

Lorem ipsum dolor sit amet.

#96505e Color Preview on White Background

Lorem ipsum dolor sit amet.

#96505e Color CSS Codes

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

#96505e Text Font Color

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

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


#96505e Background Color

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

This div background color is #96505e


#96505e Border Color

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

This div border color is #96505e


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #96505e


Comments

No comments written yet.

Please login to write comment.