Color Hex Logo

#8426aa Color Hex

#8426AA
(132,38,170)
0 Favorites   0 Comments

Color spaces of #8426aa

RGB 13238170
HSL0.790.630.41
HSV283°78°67°
CMYK 0.220.780.00   0.33
XYZ17.46459.194038.8844
Yxy9.19400.26650.1403
Hunter Lab30.321649.7488-54.8083
CIE-Lab36.355258.5870-51.6279

#8426aa color RGB value is (132,38,170).

#8426aa hex color red value is 132, green value is 38 and the blue value of its RGB is 170. Cylindrical-coordinate representations (also known as HSL) of color #8426aa hue: 0.79 , saturation: 0.63 and the lightness value of 8426aa is 0.41.

The process color (four color CMYK) of #8426aa color hex is 0.22, 0.78, 0.00, 0.33. Web safe color of #8426aa is #993399. Color #8426aa contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 10000100 00100110 10101010
Octal 204 46 252
Decimal 132 38 170
Hex 84 26 AA

RGB Percentages of Color #8426aa

%38.82
%11.18
%50.00

CMYK Percentages of Color #8426aa

%22
%78
%0
%33

Triadic Colors of #8426aa

#8426aa #aa8426 #26aa84

Analogous Colors of #8426aa

#8426aa #aa268e #4226aa

Monochromatic Colors of #8426aa

#8426aa

Complementary Color

#8426aa #4caa26

#8426aa Color Preview on Black Background

Lorem ipsum dolor sit amet.

#8426aa Color Preview on White Background

Lorem ipsum dolor sit amet.

#8426aa Color CSS Codes

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

#8426aa Text Font Color

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

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


#8426aa Background Color

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

This div background color is #8426aa


#8426aa Border Color

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

This div border color is #8426aa


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #8426aa


Comments

No comments written yet.

Please login to write comment.