Color Hex Logo

#8937aa Color Hex

#8937AA
(137,55,170)
0 Favorites   0 Comments

Color spaces of #8937aa

RGB 13755170
HSL0.790.510.44
HSV283°68°67°
CMYK 0.190.680.00   0.33
XYZ18.938410.953039.1462
Yxy10.95300.27430.1587
Hunter Lab33.095344.2277-46.9634
CIE-Lab39.501252.8080-46.5215

#8937aa color RGB value is (137,55,170).

#8937aa hex color red value is 137, green value is 55 and the blue value of its RGB is 170. Cylindrical-coordinate representations (also known as HSL) of color #8937aa hue: 0.79 , saturation: 0.51 and the lightness value of 8937aa is 0.44.

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

Base Numbers

BaseRedGreenBlue
Binary 10001001 00110111 10101010
Octal 211 67 252
Decimal 137 55 170
Hex 89 37 AA

RGB Percentages of Color #8937aa

%37.85
%15.19
%46.96

CMYK Percentages of Color #8937aa

%19
%68
%0
%33

Triadic Colors of #8937aa

#8937aa #aa8937 #37aa89

Analogous Colors of #8937aa

#8937aa #aa3792 #5037aa

Monochromatic Colors of #8937aa

#8937aa

Complementary Color

#8937aa #58aa37

#8937aa Color Preview on Black Background

Lorem ipsum dolor sit amet.

#8937aa Color Preview on White Background

Lorem ipsum dolor sit amet.

#8937aa Color CSS Codes

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

#8937aa Text Font Color

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

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


#8937aa Background Color

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

This div background color is #8937aa


#8937aa Border Color

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

This div border color is #8937aa


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #8937aa


Comments

No comments written yet.

Please login to write comment.