Color Hex Logo

#831771 Color Hex

#831771
(131,23,113)
0 Favorites   0 Comments

Color spaces of #831771

RGB 13123113
HSL0.860.700.30
HSV310°82°51°
CMYK 0.000.820.14   0.49
XYZ12.64716.630316.2360
Yxy6.63030.35610.1867
Hunter Lab25.749442.6109-19.3601
CIE-Lab30.950052.8920-25.1080

#831771 color RGB value is (131,23,113).

#831771 hex color red value is 131, green value is 23 and the blue value of its RGB is 113. Cylindrical-coordinate representations (also known as HSL) of color #831771 hue: 0.86 , saturation: 0.70 and the lightness value of 831771 is 0.30.

The process color (four color CMYK) of #831771 color hex is 0.00, 0.82, 0.14, 0.49. Web safe color of #831771 is #990066. Color #831771 contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 10000011 00010111 01110001
Octal 203 27 161
Decimal 131 23 113
Hex 83 17 71

RGB Percentages of Color #831771

%49.06
%8.61
%42.32

CMYK Percentages of Color #831771

%0
%82
%14
%49

Triadic Colors of #831771

#831771 #718317 #177183

Analogous Colors of #831771

#831771 #83173b #5f1783

Monochromatic Colors of #831771

#831771

Complementary Color

#831771 #178329

#831771 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#831771 Color Preview on White Background

Lorem ipsum dolor sit amet.

#831771 Color CSS Codes

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

#831771 Text Font Color

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

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


#831771 Background Color

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

This div background color is #831771


#831771 Border Color

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

This div border color is #831771


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(131,23,113, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #831771; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #831771;
  -webkit-box-shadow: 1px 1px 3px 2px #831771;
  box-shadow:         1px 1px 3px 2px #831771; }

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #831771


Comments

No comments written yet.

Please login to write comment.