Color Hex Logo

#8944aa Color Hex

#8944AA
(137,68,170)
0 Favorites   0 Comments

Color spaces of #8944aa

RGB 13768170
HSL0.780.430.47
HSV281°60°67°
CMYK 0.190.600.00   0.33
XYZ19.639312.354939.3798
Yxy12.35490.27520.1731
Hunter Lab35.149538.2226-41.8209
CIE-Lab41.774746.5675-42.8839

#8944aa color RGB value is (137,68,170).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10001001 01000100 10101010
Octal 211 104 252
Decimal 137 68 170
Hex 89 44 AA

RGB Percentages of Color #8944aa

%36.53
%18.13
%45.33

CMYK Percentages of Color #8944aa

%19
%60
%0
%33

Triadic Colors of #8944aa

#8944aa #aa8944 #44aa89

Analogous Colors of #8944aa

#8944aa #aa4498 #5644aa

Monochromatic Colors of #8944aa

#8944aa

Complementary Color

#8944aa #65aa44

#8944aa Color Preview on Black Background

Lorem ipsum dolor sit amet.

#8944aa Color Preview on White Background

Lorem ipsum dolor sit amet.

#8944aa Color CSS Codes

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

#8944aa Text Font Color

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

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


#8944aa Background Color

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

This div background color is #8944aa


#8944aa Border Color

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

This div border color is #8944aa


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #8944aa


Comments

No comments written yet.

Please login to write comment.