Color Hex Logo

#96758b Color Hex

#96758B
(150,117,139)
0 Favorites   0 Comments

Color spaces of #96758b

RGB 150117139
HSL0.890.140.52
HSV320°22°59°
CMYK 0.000.220.07   0.41
XYZ23.599221.070727.2493
Yxy21.07070.32810.2930
Hunter Lab45.902811.4390-3.0643
CIE-Lab53.026816.7311-7.0244

#96758b color RGB value is (150,117,139).

#96758b hex color red value is 150, green value is 117 and the blue value of its RGB is 139. Cylindrical-coordinate representations (also known as HSL) of color #96758b hue: 0.89 , saturation: 0.14 and the lightness value of 96758b is 0.52.

The process color (four color CMYK) of #96758b color hex is 0.00, 0.22, 0.07, 0.41. Web safe color of #96758b is #996699. Color #96758b contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 10010110 01110101 10001011
Octal 226 165 213
Decimal 150 117 139
Hex 96 75 8B

RGB Percentages of Color #96758b

%36.95
%28.82
%34.24

CMYK Percentages of Color #96758b

%0
%22
%7
%41

Triadic Colors of #96758b

#96758b #8b9675 #758b96

Analogous Colors of #96758b

#96758b #96757b #917596

Monochromatic Colors of #96758b

#96758b

Complementary Color

#96758b #759680

#96758b Color Preview on Black Background

Lorem ipsum dolor sit amet.

#96758b Color Preview on White Background

Lorem ipsum dolor sit amet.

#96758b Color CSS Codes

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

#96758b Text Font Color

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

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


#96758b Background Color

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

This div background color is #96758b


#96758b Border Color

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

This div border color is #96758b


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(150,117,139, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #96758b; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #96758b;
  -webkit-box-shadow: 1px 1px 3px 2px #96758b;
  box-shadow:         1px 1px 3px 2px #96758b; }

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #96758b


Comments

No comments written yet.

Please login to write comment.