Color Hex Logo

#8036aa Color Hex

#8036AA
(128,54,170)
0 Favorites   0 Comments

Color spaces of #8036aa

RGB 12854170
HSL0.770.520.44
HSV278°68°67°
CMYK 0.250.680.00   0.33
XYZ17.477010.129839.0643
Yxy10.12980.26210.1519
Hunter Lab31.827342.3199-50.4923
CIE-Lab38.074451.2443-48.8822

#8036aa color RGB value is (128,54,170).

#8036aa hex color red value is 128, green value is 54 and the blue value of its RGB is 170. Cylindrical-coordinate representations (also known as HSL) of color #8036aa hue: 0.77 , saturation: 0.52 and the lightness value of 8036aa is 0.44.

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

Base Numbers

BaseRedGreenBlue
Binary 10000000 00110110 10101010
Octal 200 66 252
Decimal 128 54 170
Hex 80 36 AA

RGB Percentages of Color #8036aa

%36.36
%15.34
%48.30

CMYK Percentages of Color #8036aa

%25
%68
%0
%33

Triadic Colors of #8036aa

#8036aa #aa8036 #36aa80

Analogous Colors of #8036aa

#8036aa #aa369a #4636aa

Monochromatic Colors of #8036aa

#8036aa

Complementary Color

#8036aa #60aa36

#8036aa Color Preview on Black Background

Lorem ipsum dolor sit amet.

#8036aa Color Preview on White Background

Lorem ipsum dolor sit amet.

#8036aa Color CSS Codes

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

#8036aa Text Font Color

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

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


#8036aa Background Color

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

This div background color is #8036aa


#8036aa Border Color

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

This div border color is #8036aa


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #8036aa


Comments

No comments written yet.

Please login to write comment.