Color Hex Logo

#966886 Color Hex

#966886
(150,104,134)
0 Favorites   0 Comments

Color spaces of #966886

RGB 150104134
HSL0.890.180.50
HSV321°31°59°
CMYK 0.000.310.11   0.41
XYZ21.831118.105924.8984
Yxy18.10590.33670.2793
Hunter Lab42.551017.1164-4.9074
CIE-Lab49.624323.3441-9.1567

#966886 color RGB value is (150,104,134).

#966886 hex color red value is 150, green value is 104 and the blue value of its RGB is 134. Cylindrical-coordinate representations (also known as HSL) of color #966886 hue: 0.89 , saturation: 0.18 and the lightness value of 966886 is 0.50.

The process color (four color CMYK) of #966886 color hex is 0.00, 0.31, 0.11, 0.41. Web safe color of #966886 is #996699. Color #966886 contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 10010110 01101000 10000110
Octal 226 150 206
Decimal 150 104 134
Hex 96 68 86

RGB Percentages of Color #966886

%38.66
%26.80
%34.54

CMYK Percentages of Color #966886

%0
%31
%11
%41

Triadic Colors of #966886

#966886 #869668 #688696

Analogous Colors of #966886

#966886 #96686f #8f6896

Monochromatic Colors of #966886

#966886

Complementary Color

#966886 #689678

#966886 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#966886 Color Preview on White Background

Lorem ipsum dolor sit amet.

#966886 Color CSS Codes

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

#966886 Text Font Color

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

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


#966886 Background Color

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

This div background color is #966886


#966886 Border Color

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

This div border color is #966886


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(150,104,134, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #966886; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #966886;
  -webkit-box-shadow: 1px 1px 3px 2px #966886;
  box-shadow:         1px 1px 3px 2px #966886; }

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #966886


Comments

No comments written yet.

Please login to write comment.