Color Hex Logo

#996480 Color Hex

#996480
(153,100,128)
0 Favorites   0 Comments

Color spaces of #996480

RGB 153100128
HSL0.910.210.50
HSV328°35°60°
CMYK 0.000.350.16   0.40
XYZ21.590317.445222.6514
Yxy17.44520.35000.2828
Hunter Lab41.767519.1766-2.9170
CIE-Lab48.816225.6974-6.7544

#996480 color RGB value is (153,100,128).

#996480 hex color red value is 153, green value is 100 and the blue value of its RGB is 128. Cylindrical-coordinate representations (also known as HSL) of color #996480 hue: 0.91 , saturation: 0.21 and the lightness value of 996480 is 0.50.

The process color (four color CMYK) of #996480 color hex is 0.00, 0.35, 0.16, 0.40. Web safe color of #996480 is #996699. Color #996480 contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 10011001 01100100 10000000
Octal 231 144 200
Decimal 153 100 128
Hex 99 64 80

RGB Percentages of Color #996480

%40.16
%26.25
%33.60

CMYK Percentages of Color #996480

%0
%35
%16
%40

Triadic Colors of #996480

#996480 #809964 #648099

Analogous Colors of #996480

#996480 #996466 #986499

Monochromatic Colors of #996480

#996480

Complementary Color

#996480 #64997d

#996480 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#996480 Color Preview on White Background

Lorem ipsum dolor sit amet.

#996480 Color CSS Codes

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

#996480 Text Font Color

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

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


#996480 Background Color

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

This div background color is #996480


#996480 Border Color

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

This div border color is #996480


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(153,100,128, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #996480; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #996480;
  -webkit-box-shadow: 1px 1px 3px 2px #996480;
  box-shadow:         1px 1px 3px 2px #996480; }

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(153,100,128, 0.8);">Text here</p>

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #996480


Comments

No comments written yet.

Please login to write comment.