Color Hex Logo

#96679a Color Hex

#96679A
(150,103,154)
0 Favorites   0 Comments

Color spaces of #96679a

RGB 150103154
HSL0.820.200.50
HSV295°33°60°
CMYK 0.030.330.00   0.40
XYZ23.260718.517632.9201
Yxy18.51760.31140.2479
Hunter Lab43.032121.1808-15.2352
CIE-Lab50.118027.7593-20.2378

#96679a color RGB value is (150,103,154).

#96679a hex color red value is 150, green value is 103 and the blue value of its RGB is 154. Cylindrical-coordinate representations (also known as HSL) of color #96679a hue: 0.82 , saturation: 0.20 and the lightness value of 96679a is 0.50.

The process color (four color CMYK) of #96679a color hex is 0.03, 0.33, 0.00, 0.40. Web safe color of #96679a is #996699. Color #96679a contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 10010110 01100111 10011010
Octal 226 147 232
Decimal 150 103 154
Hex 96 67 9A

RGB Percentages of Color #96679a

%36.86
%25.31
%37.84

CMYK Percentages of Color #96679a

%3
%33
%0
%40

Triadic Colors of #96679a

#96679a #9a9667 #679a96

Analogous Colors of #96679a

#96679a #9a6785 #7d679a

Monochromatic Colors of #96679a

#96679a

Complementary Color

#96679a #6b9a67

#96679a Color Preview on Black Background

Lorem ipsum dolor sit amet.

#96679a Color Preview on White Background

Lorem ipsum dolor sit amet.

#96679a Color CSS Codes

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

#96679a Text Font Color

<p style="color:#96679a">Text here</p>

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


#96679a Background Color

<div style="background-color:#96679a">
Div content here</div>

This div background color is #96679a


#96679a Border Color

<div style="border:3px solid #96679a">
Div here</div>

This div border color is #96679a


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(150,103,154, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #96679a; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #96679a;
  -webkit-box-shadow: 1px 1px 3px 2px #96679a;
  box-shadow:         1px 1px 3px 2px #96679a; }

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #96679a


Comments

No comments written yet.

Please login to write comment.