Color Hex Logo

#96659e Color Hex

#96659E
(150,101,158)
0 Favorites   0 Comments

Color spaces of #96659e

RGB 150101158
HSL0.810.230.51
HSV292°36°62°
CMYK 0.050.360.00   0.38
XYZ23.402918.260034.6388
Yxy18.26000.30670.2393
Hunter Lab42.731722.9787-18.1489
CIE-Lab49.810029.7230-23.0655

#96659e color RGB value is (150,101,158).

#96659e hex color red value is 150, green value is 101 and the blue value of its RGB is 158. Cylindrical-coordinate representations (also known as HSL) of color #96659e hue: 0.81 , saturation: 0.23 and the lightness value of 96659e is 0.51.

The process color (four color CMYK) of #96659e color hex is 0.05, 0.36, 0.00, 0.38. Web safe color of #96659e is #996699. Color #96659e contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 10010110 01100101 10011110
Octal 226 145 236
Decimal 150 101 158
Hex 96 65 9E

RGB Percentages of Color #96659e

%36.67
%24.69
%38.63

CMYK Percentages of Color #96659e

%5
%36
%0
%38

Triadic Colors of #96659e

#96659e #9e9665 #659e96

Analogous Colors of #96659e

#96659e #9e658a #7a659e

Monochromatic Colors of #96659e

#96659e

Complementary Color

#96659e #6d9e65

#96659e Color Preview on Black Background

Lorem ipsum dolor sit amet.

#96659e Color Preview on White Background

Lorem ipsum dolor sit amet.

#96659e Color CSS Codes

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

#96659e Text Font Color

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

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


#96659e Background Color

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

This div background color is #96659e


#96659e Border Color

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

This div border color is #96659e


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #96659e


Comments

No comments written yet.

Please login to write comment.