Color Hex Logo

#831248 Color Hex

#831248
(131,18,72)
0 Favorites   0 Comments

Color spaces of #831248

RGB 1311872
HSL0.920.760.29
HSV331°86°51°
CMYK 0.000.860.45   0.49
XYZ10.74615.72586.6697
Yxy5.72580.46440.2474
Hunter Lab23.928638.28730.2240
CIE-Lab28.709949.0579-1.7538

#831248 color RGB value is (131,18,72).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10000011 00010010 01001000
Octal 203 22 110
Decimal 131 18 72
Hex 83 12 48

RGB Percentages of Color #831248

%59.28
%8.14
%32.58

CMYK Percentages of Color #831248

%0
%86
%45
%49

Triadic Colors of #831248

#831248 #488312 #124883

Analogous Colors of #831248

#831248 #831412 #831281

Monochromatic Colors of #831248

#831248

Complementary Color

#831248 #12834d

#831248 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#831248 Color Preview on White Background

Lorem ipsum dolor sit amet.

#831248 Color CSS Codes

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

#831248 Text Font Color

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

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


#831248 Background Color

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

This div background color is #831248


#831248 Border Color

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

This div border color is #831248


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #831248


Comments

No comments written yet.

Please login to write comment.