Color Hex Logo

#8313aa Color Hex

#8313AA
(131,19,170)
0 Favorites   0 Comments

Color spaces of #8313aa

RGB 13119170
HSL0.790.800.37
HSV285°89°67°
CMYK 0.230.890.00   0.33
XYZ16.84868.193338.7237
Yxy8.19330.26420.1285
Hunter Lab28.623954.9766-60.1733
CIE-Lab34.382363.7093-54.8337

#8313aa color RGB value is (131,19,170).

#8313aa hex color red value is 131, green value is 19 and the blue value of its RGB is 170. Cylindrical-coordinate representations (also known as HSL) of color #8313aa hue: 0.79 , saturation: 0.80 and the lightness value of 8313aa is 0.37.

The process color (four color CMYK) of #8313aa color hex is 0.23, 0.89, 0.00, 0.33. Web safe color of #8313aa is #990099. Color #8313aa contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 10000011 00010011 10101010
Octal 203 23 252
Decimal 131 19 170
Hex 83 13 AA

RGB Percentages of Color #8313aa

%40.94
%5.94
%53.13

CMYK Percentages of Color #8313aa

%23
%89
%0
%33

Triadic Colors of #8313aa

#8313aa #aa8313 #13aa83

Analogous Colors of #8313aa

#8313aa #aa1386 #3813aa

Monochromatic Colors of #8313aa

#8313aa

Complementary Color

#8313aa #3aaa13

#8313aa Color Preview on Black Background

Lorem ipsum dolor sit amet.

#8313aa Color Preview on White Background

Lorem ipsum dolor sit amet.

#8313aa Color CSS Codes

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

#8313aa Text Font Color

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

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


#8313aa Background Color

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

This div background color is #8313aa


#8313aa Border Color

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

This div border color is #8313aa


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #8313aa


Comments

No comments written yet.

Please login to write comment.