Color Hex Logo

#8b51aa Color Hex

#8B51AA
(139,81,170)
0 Favorites   0 Comments

Color spaces of #8b51aa

RGB 13981170
HSL0.780.350.49
HSV279°52°67°
CMYK 0.180.520.00   0.33
XYZ20.845614.276139.6871
Yxy14.27610.27870.1908
Hunter Lab37.783732.3584-35.8282
CIE-Lab44.626340.2084-38.3371

#8b51aa color RGB value is (139,81,170).

#8b51aa hex color red value is 139, green value is 81 and the blue value of its RGB is 170. Cylindrical-coordinate representations (also known as HSL) of color #8b51aa hue: 0.78 , saturation: 0.35 and the lightness value of 8b51aa is 0.49.

The process color (four color CMYK) of #8b51aa color hex is 0.18, 0.52, 0.00, 0.33. Web safe color of #8b51aa is #996699. Color #8b51aa contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 10001011 01010001 10101010
Octal 213 121 252
Decimal 139 81 170
Hex 8B 51 AA

RGB Percentages of Color #8b51aa

%35.64
%20.77
%43.59

CMYK Percentages of Color #8b51aa

%18
%52
%0
%33

Triadic Colors of #8b51aa

#8b51aa #aa8b51 #51aa8b

Analogous Colors of #8b51aa

#8b51aa #aa519d #5e51aa

Monochromatic Colors of #8b51aa

#8b51aa

Complementary Color

#8b51aa #70aa51

#8b51aa Color Preview on Black Background

Lorem ipsum dolor sit amet.

#8b51aa Color Preview on White Background

Lorem ipsum dolor sit amet.

#8b51aa Color CSS Codes

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

#8b51aa Text Font Color

<p style="color:#8b51aa">Text here</p>

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


#8b51aa Background Color

<div style="background-color:#8b51aa">
Div content here</div>

This div background color is #8b51aa


#8b51aa Border Color

<div style="border:3px solid #8b51aa">
Div here</div>

This div border color is #8b51aa


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(139,81,170, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #8b51aa; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #8b51aa;
  -webkit-box-shadow: 1px 1px 3px 2px #8b51aa;
  box-shadow:         1px 1px 3px 2px #8b51aa; }

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(139,81,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 #8b51aa">Text here</p>

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #8b51aa


Comments

No comments written yet.

Please login to write comment.