Color Hex Logo

#83172e Color Hex

#83172E
(131,23,46)
0 Favorites   0 Comments

Color spaces of #83172e

RGB 1312346
HSL0.960.700.30
HSV347°82°51°
CMYK 0.000.820.65   0.49
XYZ10.15965.63533.1370
Yxy5.63530.53660.2977
Hunter Lab23.738834.85068.7822
CIE-Lab28.473145.597615.3653

#83172e color RGB value is (131,23,46).

#83172e hex color red value is 131, green value is 23 and the blue value of its RGB is 46. Cylindrical-coordinate representations (also known as HSL) of color #83172e hue: 0.96 , saturation: 0.70 and the lightness value of 83172e is 0.30.

The process color (four color CMYK) of #83172e color hex is 0.00, 0.82, 0.65, 0.49. Web safe color of #83172e is #990033. Color #83172e contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 10000011 00010111 00101110
Octal 203 27 56
Decimal 131 23 46
Hex 83 17 2E

RGB Percentages of Color #83172e

%65.50
%11.50
%23.00

CMYK Percentages of Color #83172e

%0
%82
%65
%49

Triadic Colors of #83172e

#83172e #2e8317 #172e83

Analogous Colors of #83172e

#83172e #833617 #831764

Monochromatic Colors of #83172e

#83172e

Complementary Color

#83172e #17836c

#83172e Color Preview on Black Background

Lorem ipsum dolor sit amet.

#83172e Color Preview on White Background

Lorem ipsum dolor sit amet.

#83172e Color CSS Codes

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

#83172e Text Font Color

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

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


#83172e Background Color

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

This div background color is #83172e


#83172e Border Color

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

This div border color is #83172e


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #83172e


Comments

No comments written yet.

Please login to write comment.