Color Hex Logo

#996688 Color Hex

#996688
(153,102,136)
4 Favorites   0 Comments

Color spaces of #996688

RGB 153102136
HSL0.890.200.50
HSV320°33°60°
CMYK 0.000.330.11   0.40
XYZ22.332218.052625.6000
Yxy18.05260.33840.2736
Hunter Lab42.488419.4663-5.9815
CIE-Lab49.559825.9471-10.4060

#996688 color RGB value is (153,102,136). This hex color code is also a web safe color which is equal to #968.

#996688 hex color red value is 153, green value is 102 and the blue value of its RGB is 136. Cylindrical-coordinate representations (also known as HSL) of color #996688 hue: 0.89 , saturation: 0.20 and the lightness value of 996688 is 0.50.

The process color (four color CMYK) of #996688 color hex is 0.00, 0.33, 0.11, 0.40. Web safe color of #996688 is #996699. Color #996688 contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 10011001 01100110 10001000
Octal 231 146 210
Decimal 153 102 136
Hex 99 66 88

RGB Percentages of Color #996688

%39.13
%26.09
%34.78

CMYK Percentages of Color #996688

%0
%33
%11
%40

Triadic Colors of #996688

#996688 #889966 #668899

Analogous Colors of #996688

#996688 #99666f #916699

Monochromatic Colors of #996688

#996688

Complementary Color

#996688 #669977

#996688 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#996688 Color Preview on White Background

Lorem ipsum dolor sit amet.

#996688 Color CSS Codes

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

#996688 Text Font Color

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

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


#996688 Background Color

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

This div background color is #996688


#996688 Border Color

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

This div border color is #996688


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #996688


Comments

No comments written yet.

Please login to write comment.