Color Hex Logo

#83133e Color Hex

#83133E
(131,19,62)
0 Favorites   0 Comments

Color spaces of #83133e

RGB 1311962
HSL0.940.750.29
HSV337°85°51°
CMYK 0.000.850.53   0.49
XYZ10.46245.63885.0944
Yxy5.63880.49360.2660
Hunter Lab23.746237.09013.9025
CIE-Lab28.482347.89234.6258

#83133e color RGB value is (131,19,62).

#83133e hex color red value is 131, green value is 19 and the blue value of its RGB is 62. Cylindrical-coordinate representations (also known as HSL) of color #83133e hue: 0.94 , saturation: 0.75 and the lightness value of 83133e is 0.29.

The process color (four color CMYK) of #83133e color hex is 0.00, 0.85, 0.53, 0.49. Web safe color of #83133e is #990033. Color #83133e contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 10000011 00010011 00111110
Octal 203 23 76
Decimal 131 19 62
Hex 83 13 3E

RGB Percentages of Color #83133e

%61.79
%8.96
%29.25

CMYK Percentages of Color #83133e

%0
%85
%53
%49

Triadic Colors of #83133e

#83133e #3e8313 #133e83

Analogous Colors of #83133e

#83133e #832013 #831376

Monochromatic Colors of #83133e

#83133e

Complementary Color

#83133e #138358

#83133e Color Preview on Black Background

Lorem ipsum dolor sit amet.

#83133e Color Preview on White Background

Lorem ipsum dolor sit amet.

#83133e Color CSS Codes

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

#83133e Text Font Color

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

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


#83133e Background Color

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

This div background color is #83133e


#83133e Border Color

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

This div border color is #83133e


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #83133e


Comments

No comments written yet.

Please login to write comment.