Color Hex Logo

#84171f Color Hex

#84171F
(132,23,31)
0 Favorites   0 Comments

Color spaces of #84171f

RGB 1322331
HSL0.990.700.30
HSV356°83°52°
CMYK 0.000.830.77   0.48
XYZ10.06945.61731.8498
Yxy5.61730.57420.3203
Hunter Lab23.700834.360011.9631
CIE-Lab28.425745.097625.1815

#84171f color RGB value is (132,23,31).

#84171f hex color red value is 132, green value is 23 and the blue value of its RGB is 31. Cylindrical-coordinate representations (also known as HSL) of color #84171f hue: 0.99 , saturation: 0.70 and the lightness value of 84171f is 0.30.

The process color (four color CMYK) of #84171f color hex is 0.00, 0.83, 0.77, 0.48. Web safe color of #84171f is #990033. Color #84171f contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 10000100 00010111 00011111
Octal 204 27 37
Decimal 132 23 31
Hex 84 17 1F

RGB Percentages of Color #84171f

%70.97
%12.37
%16.67

CMYK Percentages of Color #84171f

%0
%83
%77
%48

Triadic Colors of #84171f

#84171f #1f8417 #171f84

Analogous Colors of #84171f

#84171f #844517 #841756

Monochromatic Colors of #84171f

#84171f

Complementary Color

#84171f #17847c

#84171f Color Preview on Black Background

Lorem ipsum dolor sit amet.

#84171f Color Preview on White Background

Lorem ipsum dolor sit amet.

#84171f Color CSS Codes

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

#84171f Text Font Color

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

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


#84171f Background Color

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

This div background color is #84171f


#84171f Border Color

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

This div border color is #84171f


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(132,23,31, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #84171f; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #84171f;
  -webkit-box-shadow: 1px 1px 3px 2px #84171f;
  box-shadow:         1px 1px 3px 2px #84171f; }

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #84171f


Comments

No comments written yet.

Please login to write comment.