Color Hex Logo

#8962aa Color Hex

#8962AA
(137,98,170)
0 Favorites   0 Comments

Color spaces of #8962aa

RGB 13798170
HSL0.760.300.53
HSV273°42°67°
CMYK 0.190.420.00   0.33
XYZ21.939916.956040.1467
Yxy16.95600.27760.2145
Hunter Lab41.177723.0458-28.9812
CIE-Lab48.204529.9715-32.7171

#8962aa color RGB value is (137,98,170).

#8962aa hex color red value is 137, green value is 98 and the blue value of its RGB is 170. Cylindrical-coordinate representations (also known as HSL) of color #8962aa hue: 0.76 , saturation: 0.30 and the lightness value of 8962aa is 0.53.

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

Base Numbers

BaseRedGreenBlue
Binary 10001001 01100010 10101010
Octal 211 142 252
Decimal 137 98 170
Hex 89 62 AA

RGB Percentages of Color #8962aa

%33.83
%24.20
%41.98

CMYK Percentages of Color #8962aa

%19
%42
%0
%33

Triadic Colors of #8962aa

#8962aa #aa8962 #62aa89

Analogous Colors of #8962aa

#8962aa #aa62a7 #6562aa

Monochromatic Colors of #8962aa

#8962aa

Complementary Color

#8962aa #83aa62

#8962aa Color Preview on Black Background

Lorem ipsum dolor sit amet.

#8962aa Color Preview on White Background

Lorem ipsum dolor sit amet.

#8962aa Color CSS Codes

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

#8962aa Text Font Color

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

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


#8962aa Background Color

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

This div background color is #8962aa


#8962aa Border Color

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

This div border color is #8962aa


Css3 Examples

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

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(137,98,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 #8962aa">Text here</p>

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #8962aa


Comments

No comments written yet.

Please login to write comment.