Color Hex Logo

#8967aa Color Hex

#8967AA
(137,103,170)
0 Favorites   0 Comments

Color spaces of #8967aa

RGB 137103170
HSL0.750.280.54
HSV270°39°67°
CMYK 0.190.390.00   0.33
XYZ22.422517.921140.3075
Yxy17.92110.27800.2222
Hunter Lab42.333320.4620-26.8194
CIE-Lab49.400327.0502-30.8467

#8967aa color RGB value is (137,103,170).

#8967aa hex color red value is 137, green value is 103 and the blue value of its RGB is 170. Cylindrical-coordinate representations (also known as HSL) of color #8967aa hue: 0.75 , saturation: 0.28 and the lightness value of 8967aa is 0.54.

The process color (four color CMYK) of #8967aa color hex is 0.19, 0.39, 0.00, 0.33. Web safe color of #8967aa is #996699. Color #8967aa contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 10001001 01100111 10101010
Octal 211 147 252
Decimal 137 103 170
Hex 89 67 AA

RGB Percentages of Color #8967aa

%33.41
%25.12
%41.46

CMYK Percentages of Color #8967aa

%19
%39
%0
%33

Triadic Colors of #8967aa

#8967aa #aa8967 #67aa89

Analogous Colors of #8967aa

#8967aa #aa67aa #6867aa

Monochromatic Colors of #8967aa

#8967aa

Complementary Color

#8967aa #88aa67

#8967aa Color Preview on Black Background

Lorem ipsum dolor sit amet.

#8967aa Color Preview on White Background

Lorem ipsum dolor sit amet.

#8967aa Color CSS Codes

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

#8967aa Text Font Color

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

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


#8967aa Background Color

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

This div background color is #8967aa


#8967aa Border Color

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

This div border color is #8967aa


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(137,103,170, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #8967aa; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #8967aa;
  -webkit-box-shadow: 1px 1px 3px 2px #8967aa;
  box-shadow:         1px 1px 3px 2px #8967aa; }

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #8967aa


Comments

No comments written yet.

Please login to write comment.