Color Hex Logo

#96466a Color Hex

#96466A
(150,70,106)
0 Favorites   0 Comments

Color spaces of #96466a

RGB 15070106
HSL0.930.360.43
HSV333°53°59°
CMYK 0.000.530.29   0.41
XYZ17.369411.905015.0181
Yxy11.90500.39220.2688
Hunter Lab34.503629.4770-1.6541
CIE-Lab41.064737.7702-4.9477

#96466a color RGB value is (150,70,106).

#96466a hex color red value is 150, green value is 70 and the blue value of its RGB is 106. Cylindrical-coordinate representations (also known as HSL) of color #96466a hue: 0.93 , saturation: 0.36 and the lightness value of 96466a is 0.43.

The process color (four color CMYK) of #96466a color hex is 0.00, 0.53, 0.29, 0.41. Web safe color of #96466a is #993366. Color #96466a contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 10010110 01000110 01101010
Octal 226 106 152
Decimal 150 70 106
Hex 96 46 6A

RGB Percentages of Color #96466a

%46.01
%21.47
%32.52

CMYK Percentages of Color #96466a

%0
%53
%29
%41

Triadic Colors of #96466a

#96466a #6a9646 #466a96

Analogous Colors of #96466a

#96466a #964a46 #964692

Monochromatic Colors of #96466a

#96466a

Complementary Color

#96466a #469672

#96466a Color Preview on Black Background

Lorem ipsum dolor sit amet.

#96466a Color Preview on White Background

Lorem ipsum dolor sit amet.

#96466a Color CSS Codes

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

#96466a Text Font Color

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

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


#96466a Background Color

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

This div background color is #96466a


#96466a Border Color

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

This div border color is #96466a


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #96466a


Comments

No comments written yet.

Please login to write comment.