Color Hex Logo

#831eaa Color Hex

#831EAA
(131,30,170)
0 Favorites   0 Comments

Color spaces of #831eaa

RGB 13130170
HSL0.790.700.39
HSV283°82°67°
CMYK 0.230.820.00   0.33
XYZ17.08008.656138.8008
Yxy8.65610.26470.1341
Hunter Lab29.421352.1379-57.5969
CIE-Lab35.313660.9751-53.3220

#831eaa color RGB value is (131,30,170).

#831eaa hex color red value is 131, green value is 30 and the blue value of its RGB is 170. Cylindrical-coordinate representations (also known as HSL) of color #831eaa hue: 0.79 , saturation: 0.70 and the lightness value of 831eaa is 0.39.

The process color (four color CMYK) of #831eaa color hex is 0.23, 0.82, 0.00, 0.33. Web safe color of #831eaa is #993399. Color #831eaa contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 10000011 00011110 10101010
Octal 203 36 252
Decimal 131 30 170
Hex 83 1E AA

RGB Percentages of Color #831eaa

%39.58
%9.06
%51.36

CMYK Percentages of Color #831eaa

%23
%82
%0
%33

Triadic Colors of #831eaa

#831eaa #aa831e #1eaa83

Analogous Colors of #831eaa

#831eaa #aa1e8b #3d1eaa

Monochromatic Colors of #831eaa

#831eaa

Complementary Color

#831eaa #45aa1e

#831eaa Color Preview on Black Background

Lorem ipsum dolor sit amet.

#831eaa Color Preview on White Background

Lorem ipsum dolor sit amet.

#831eaa Color CSS Codes

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

#831eaa Text Font Color

<p style="color:#831eaa">Text here</p>

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


#831eaa Background Color

<div style="background-color:#831eaa">
Div content here</div>

This div background color is #831eaa


#831eaa Border Color

<div style="border:3px solid #831eaa">
Div here</div>

This div border color is #831eaa


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #831eaa


Comments

No comments written yet.

Please login to write comment.