Color Hex Logo

#8644aa Color Hex

#8644AA
(134,68,170)
0 Favorites   0 Comments

Color spaces of #8644aa

RGB 13468170
HSL0.770.430.47
HSV279°60°67°
CMYK 0.210.600.00   0.33
XYZ19.154312.104939.3571
Yxy12.10490.27120.1714
Hunter Lab34.792137.3845-42.7149
CIE-Lab41.382445.8051-43.5330

#8644aa color RGB value is (134,68,170).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10000110 01000100 10101010
Octal 206 104 252
Decimal 134 68 170
Hex 86 44 AA

RGB Percentages of Color #8644aa

%36.02
%18.28
%45.70

CMYK Percentages of Color #8644aa

%21
%60
%0
%33

Triadic Colors of #8644aa

#8644aa #aa8644 #44aa86

Analogous Colors of #8644aa

#8644aa #aa449b #5344aa

Monochromatic Colors of #8644aa

#8644aa

Complementary Color

#8644aa #68aa44

#8644aa Color Preview on Black Background

Lorem ipsum dolor sit amet.

#8644aa Color Preview on White Background

Lorem ipsum dolor sit amet.

#8644aa Color CSS Codes

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

#8644aa Text Font Color

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

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


#8644aa Background Color

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

This div background color is #8644aa


#8644aa Border Color

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

This div border color is #8644aa


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #8644aa


Comments

No comments written yet.

Please login to write comment.