Color Hex Logo

#96658d Color Hex

#96658D
(150,101,141)
0 Favorites   0 Comments

Color spaces of #96658d

RGB 150101141
HSL0.860.200.49
HSV311°33°59°
CMYK 0.000.330.06   0.41
XYZ22.039117.714527.4570
Yxy17.71450.32790.2636
Hunter Lab42.088619.8140-9.2165
CIE-Lab49.148026.3666-14.0314

#96658d color RGB value is (150,101,141).

#96658d hex color red value is 150, green value is 101 and the blue value of its RGB is 141. Cylindrical-coordinate representations (also known as HSL) of color #96658d hue: 0.86 , saturation: 0.20 and the lightness value of 96658d is 0.49.

The process color (four color CMYK) of #96658d color hex is 0.00, 0.33, 0.06, 0.41. Web safe color of #96658d is #996699. Color #96658d contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 10010110 01100101 10001101
Octal 226 145 215
Decimal 150 101 141
Hex 96 65 8D

RGB Percentages of Color #96658d

%38.27
%25.77
%35.97

CMYK Percentages of Color #96658d

%0
%33
%6
%41

Triadic Colors of #96658d

#96658d #8d9665 #658d96

Analogous Colors of #96658d

#96658d #966575 #876596

Monochromatic Colors of #96658d

#96658d

Complementary Color

#96658d #65966e

#96658d Color Preview on Black Background

Lorem ipsum dolor sit amet.

#96658d Color Preview on White Background

Lorem ipsum dolor sit amet.

#96658d Color CSS Codes

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

#96658d Text Font Color

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

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


#96658d Background Color

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

This div background color is #96658d


#96658d Border Color

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

This div border color is #96658d


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(150,101,141, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #96658d; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #96658d;
  -webkit-box-shadow: 1px 1px 3px 2px #96658d;
  box-shadow:         1px 1px 3px 2px #96658d; }

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #96658d


Comments

No comments written yet.

Please login to write comment.