Color Hex Logo

#8940aa Color Hex

#8940AA
(137,64,170)
0 Favorites   0 Comments

Color spaces of #8940aa

RGB 13764170
HSL0.780.450.46
HSV281°62°67°
CMYK 0.190.620.00   0.33
XYZ19.405611.887439.3019
Yxy11.88740.27490.1684
Hunter Lab34.478140.1299-43.4505
CIE-Lab41.036648.5719-44.0625

#8940aa color RGB value is (137,64,170).

#8940aa hex color red value is 137, green value is 64 and the blue value of its RGB is 170. Cylindrical-coordinate representations (also known as HSL) of color #8940aa hue: 0.78 , saturation: 0.45 and the lightness value of 8940aa is 0.46.

The process color (four color CMYK) of #8940aa color hex is 0.19, 0.62, 0.00, 0.33. Web safe color of #8940aa is #993399. Color #8940aa contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 10001001 01000000 10101010
Octal 211 100 252
Decimal 137 64 170
Hex 89 40 AA

RGB Percentages of Color #8940aa

%36.93
%17.25
%45.82

CMYK Percentages of Color #8940aa

%19
%62
%0
%33

Triadic Colors of #8940aa

#8940aa #aa8940 #40aa89

Analogous Colors of #8940aa

#8940aa #aa4096 #5440aa

Monochromatic Colors of #8940aa

#8940aa

Complementary Color

#8940aa #61aa40

#8940aa Color Preview on Black Background

Lorem ipsum dolor sit amet.

#8940aa Color Preview on White Background

Lorem ipsum dolor sit amet.

#8940aa Color CSS Codes

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

#8940aa Text Font Color

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

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


#8940aa Background Color

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

This div background color is #8940aa


#8940aa Border Color

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

This div border color is #8940aa


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #8940aa


Comments

No comments written yet.

Please login to write comment.