Color Hex Logo

#83200e Color Hex

#83200E
(131,32,14)
0 Favorites   0 Comments

Color spaces of #83200e

RGB 1313214
HSL0.030.810.28
HSV89°51°
CMYK 0.000.760.89   0.49
XYZ9.95585.89001.0276
Yxy5.89000.59000.3491
Hunter Lab24.269330.753214.4781
CIE-Lab29.133241.154635.5505

#83200e color RGB value is (131,32,14).

#83200e hex color red value is 131, green value is 32 and the blue value of its RGB is 14. Cylindrical-coordinate representations (also known as HSL) of color #83200e hue: 0.03 , saturation: 0.81 and the lightness value of 83200e is 0.28.

The process color (four color CMYK) of #83200e color hex is 0.00, 0.76, 0.89, 0.49. Web safe color of #83200e is #993300. Color #83200e contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 10000011 00100000 00001110
Octal 203 40 16
Decimal 131 32 14
Hex 83 20 E

RGB Percentages of Color #83200e

%74.01
%18.08
%7.91

CMYK Percentages of Color #83200e

%0
%76
%89
%49

Triadic Colors of #83200e

#83200e #0e8320 #200e83

Analogous Colors of #83200e

#83200e #835b0e #830e36

Monochromatic Colors of #83200e

#83200e

Complementary Color

#83200e #0e7183

#83200e Color Preview on Black Background

Lorem ipsum dolor sit amet.

#83200e Color Preview on White Background

Lorem ipsum dolor sit amet.

#83200e Color CSS Codes

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

#83200e Text Font Color

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

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


#83200e Background Color

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

This div background color is #83200e


#83200e Border Color

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

This div border color is #83200e


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(131,32,14, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #83200e; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #83200e;
  -webkit-box-shadow: 1px 1px 3px 2px #83200e;
  box-shadow:         1px 1px 3px 2px #83200e; }

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #83200e


Comments

No comments written yet.

Please login to write comment.