Color Hex Logo

#8256aa Color Hex

#8256AA
(130,86,170)
0 Favorites   0 Comments

Color spaces of #8256aa

RGB 13086170
HSL0.750.330.50
HSV271°49°67°
CMYK 0.240.490.00   0.33
XYZ19.789414.303739.7481
Yxy14.30370.26800.1937
Hunter Lab37.820227.2145-35.8381
CIE-Lab44.665434.8590-38.3429

#8256aa color RGB value is (130,86,170).

#8256aa hex color red value is 130, green value is 86 and the blue value of its RGB is 170. Cylindrical-coordinate representations (also known as HSL) of color #8256aa hue: 0.75 , saturation: 0.33 and the lightness value of 8256aa is 0.50.

The process color (four color CMYK) of #8256aa color hex is 0.24, 0.49, 0.00, 0.33. Web safe color of #8256aa is #996699. Color #8256aa contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 10000010 01010110 10101010
Octal 202 126 252
Decimal 130 86 170
Hex 82 56 AA

RGB Percentages of Color #8256aa

%33.68
%22.28
%44.04

CMYK Percentages of Color #8256aa

%24
%49
%0
%33

Triadic Colors of #8256aa

#8256aa #aa8256 #56aa82

Analogous Colors of #8256aa

#8256aa #aa56a8 #5856aa

Monochromatic Colors of #8256aa

#8256aa

Complementary Color

#8256aa #7eaa56

#8256aa Color Preview on Black Background

Lorem ipsum dolor sit amet.

#8256aa Color Preview on White Background

Lorem ipsum dolor sit amet.

#8256aa Color CSS Codes

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

#8256aa Text Font Color

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

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


#8256aa Background Color

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

This div background color is #8256aa


#8256aa Border Color

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

This div border color is #8256aa


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #8256aa


Comments

No comments written yet.

Please login to write comment.