Color Hex Logo

#831caa Color Hex

#831CAA
(131,28,170)
0 Favorites   0 Comments

Color spaces of #831caa

RGB 13128170
HSL0.790.720.39
HSV284°84°67°
CMYK 0.230.840.00   0.33
XYZ17.03108.558138.7845
Yxy8.55810.26460.1329
Hunter Lab29.254252.7228-58.1272
CIE-Lab35.119261.5429-53.6373

#831caa color RGB value is (131,28,170).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10000011 00011100 10101010
Octal 203 34 252
Decimal 131 28 170
Hex 83 1C AA

RGB Percentages of Color #831caa

%39.82
%8.51
%51.67

CMYK Percentages of Color #831caa

%23
%84
%0
%33

Triadic Colors of #831caa

#831caa #aa831c #1caa83

Analogous Colors of #831caa

#831caa #aa1c8a #3c1caa

Monochromatic Colors of #831caa

#831caa

Complementary Color

#831caa #43aa1c

#831caa Color Preview on Black Background

Lorem ipsum dolor sit amet.

#831caa Color Preview on White Background

Lorem ipsum dolor sit amet.

#831caa Color CSS Codes

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

#831caa Text Font Color

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

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


#831caa Background Color

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

This div background color is #831caa


#831caa Border Color

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

This div border color is #831caa


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #831caa


Comments

No comments written yet.

Please login to write comment.