Color Hex Logo

#831012 Color Hex

#831012
(131,16,18)
0 Favorites   0 Comments

Color spaces of #831012

RGB 1311618
HSL1.000.780.29
HSV359°88°51°
CMYK 0.000.880.86   0.49
XYZ9.65455.23951.0747
Yxy5.23950.60460.3281
Hunter Lab22.890035.230113.2393
CIE-Lab27.406546.195431.9373

#831012 color RGB value is (131,16,18).

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

The process color (four color CMYK) of #831012 color hex is 0.00, 0.88, 0.86, 0.49. Web safe color of #831012 is #990000. Color #831012 contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 10000011 00010000 00010010
Octal 203 20 22
Decimal 131 16 18
Hex 83 10 12

RGB Percentages of Color #831012

%79.39
%9.70
%10.91

CMYK Percentages of Color #831012

%0
%88
%86
%49

Triadic Colors of #831012

#831012 #128310 #101283

Analogous Colors of #831012

#831012 #834810 #83104b

Monochromatic Colors of #831012

#831012

Complementary Color

#831012 #108381

#831012 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#831012 Color Preview on White Background

Lorem ipsum dolor sit amet.

#831012 Color CSS Codes

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

#831012 Text Font Color

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

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


#831012 Background Color

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

This div background color is #831012


#831012 Border Color

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

This div border color is #831012


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #831012


Comments

No comments written yet.

Please login to write comment.