Color Hex Logo

#8966af Color Hex

#8966AF
(137,102,175)
0 Favorites   0 Comments

Color spaces of #8966af

RGB 137102175
HSL0.750.310.54
HSV269°42°69°
CMYK 0.220.420.00   0.31
XYZ22.805817.916342.8136
Yxy17.91630.27300.2145
Hunter Lab42.327722.1010-30.3413
CIE-Lab49.394428.8258-33.7733

#8966af color RGB value is (137,102,175).

#8966af hex color red value is 137, green value is 102 and the blue value of its RGB is 175. Cylindrical-coordinate representations (also known as HSL) of color #8966af hue: 0.75 , saturation: 0.31 and the lightness value of 8966af is 0.54.

The process color (four color CMYK) of #8966af color hex is 0.22, 0.42, 0.00, 0.31. Web safe color of #8966af is #996699. Color #8966af contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 10001001 01100110 10101111
Octal 211 146 257
Decimal 137 102 175
Hex 89 66 AF

RGB Percentages of Color #8966af

%33.09
%24.64
%42.27

CMYK Percentages of Color #8966af

%22
%42
%0
%31

Triadic Colors of #8966af

#8966af #af8966 #66af89

Analogous Colors of #8966af

#8966af #ae66af #6668af

Monochromatic Colors of #8966af

#8966af

Complementary Color

#8966af #8caf66

#8966af Color Preview on Black Background

Lorem ipsum dolor sit amet.

#8966af Color Preview on White Background

Lorem ipsum dolor sit amet.

#8966af Color CSS Codes

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

#8966af Text Font Color

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

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


#8966af Background Color

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

This div background color is #8966af


#8966af Border Color

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

This div border color is #8966af


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(137,102,175, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #8966af; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #8966af;
  -webkit-box-shadow: 1px 1px 3px 2px #8966af;
  box-shadow:         1px 1px 3px 2px #8966af; }

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #8966af


Comments

No comments written yet.

Please login to write comment.