Color Hex Logo

#82170e Color Hex

#82170E
(130,23,14)
0 Favorites   0 Comments

Color spaces of #82170e

RGB 1302314
HSL0.010.810.28
HSV89°51°
CMYK 0.000.820.89   0.49
XYZ9.59165.39030.9504
Yxy5.39030.60200.3383
Hunter Lab23.217033.113613.8248
CIE-Lab27.819043.909734.3698

#82170e color RGB value is (130,23,14).

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

The process color (four color CMYK) of #82170e color hex is 0.00, 0.82, 0.89, 0.49. Web safe color of #82170e is #990000. Color #82170e contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 10000010 00010111 00001110
Octal 202 27 16
Decimal 130 23 14
Hex 82 17 E

RGB Percentages of Color #82170e

%77.84
%13.77
%8.38

CMYK Percentages of Color #82170e

%0
%82
%89
%49

Triadic Colors of #82170e

#82170e #0e8217 #170e82

Analogous Colors of #82170e

#82170e #82510e #820e3f

Monochromatic Colors of #82170e

#82170e

Complementary Color

#82170e #0e7982

#82170e Color Preview on Black Background

Lorem ipsum dolor sit amet.

#82170e Color Preview on White Background

Lorem ipsum dolor sit amet.

#82170e Color CSS Codes

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

#82170e Text Font Color

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

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


#82170e Background Color

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

This div background color is #82170e


#82170e Border Color

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

This div border color is #82170e


Css3 Examples

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

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(130,23,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 #82170e">Text here</p>

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #82170e


Comments

No comments written yet.

Please login to write comment.