Color Hex Logo

#831fab Color Hex

#831FAB
(131,31,171)
0 Favorites   0 Comments

Color spaces of #831fab

RGB 13131171
HSL0.790.690.40
HSV283°82°67°
CMYK 0.230.820.00   0.33
XYZ17.20078.745539.3096
Yxy8.74550.26360.1340
Hunter Lab29.572852.0702-58.1102
CIE-Lab35.489660.8793-53.6356

#831fab color RGB value is (131,31,171).

#831fab hex color red value is 131, green value is 31 and the blue value of its RGB is 171. Cylindrical-coordinate representations (also known as HSL) of color #831fab hue: 0.79 , saturation: 0.69 and the lightness value of 831fab is 0.40.

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

Base Numbers

BaseRedGreenBlue
Binary 10000011 00011111 10101011
Octal 203 37 253
Decimal 131 31 171
Hex 83 1F AB

RGB Percentages of Color #831fab

%39.34
%9.31
%51.35

CMYK Percentages of Color #831fab

%23
%82
%0
%33

Triadic Colors of #831fab

#831fab #ab831f #1fab83

Analogous Colors of #831fab

#831fab #ab1f8d #3d1fab

Monochromatic Colors of #831fab

#831fab

Complementary Color

#831fab #47ab1f

#831fab Color Preview on Black Background

Lorem ipsum dolor sit amet.

#831fab Color Preview on White Background

Lorem ipsum dolor sit amet.

#831fab Color CSS Codes

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

#831fab Text Font Color

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

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


#831fab Background Color

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

This div background color is #831fab


#831fab Border Color

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

This div border color is #831fab


Css3 Examples

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

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(131,31,171, 0.8);">Text here</p>

This text has shadow with rgb values.


Text Shadow with Hex Values

<p style="text-shadow: 4px 4px 2px #831fab">Text here</p>

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #831fab


Comments

No comments written yet.

Please login to write comment.