Color Hex Logo

#831249 Color Hex

#831249
(131,18,73)
0 Favorites   0 Comments

Color spaces of #831249

RGB 1311873
HSL0.920.760.29
HSV331°86°51°
CMYK 0.000.860.44   0.49
XYZ10.77905.73896.8429
Yxy5.73890.46140.2457
Hunter Lab23.956038.3931-0.1667
CIE-Lab28.743949.1575-2.3717

#831249 color RGB value is (131,18,73).

#831249 hex color red value is 131, green value is 18 and the blue value of its RGB is 73. Cylindrical-coordinate representations (also known as HSL) of color #831249 hue: 0.92 , saturation: 0.76 and the lightness value of 831249 is 0.29.

The process color (four color CMYK) of #831249 color hex is 0.00, 0.86, 0.44, 0.49. Web safe color of #831249 is #990033. Color #831249 contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 10000011 00010010 01001001
Octal 203 22 111
Decimal 131 18 73
Hex 83 12 49

RGB Percentages of Color #831249

%59.01
%8.11
%32.88

CMYK Percentages of Color #831249

%0
%86
%44
%49

Triadic Colors of #831249

#831249 #498312 #124983

Analogous Colors of #831249

#831249 #831312 #831282

Monochromatic Colors of #831249

#831249

Complementary Color

#831249 #12834c

#831249 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#831249 Color Preview on White Background

Lorem ipsum dolor sit amet.

#831249 Color CSS Codes

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

#831249 Text Font Color

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

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


#831249 Background Color

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

This div background color is #831249


#831249 Border Color

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

This div border color is #831249


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #831249


Comments

No comments written yet.

Please login to write comment.