Color Hex Logo

#82140d Color Hex

#82140D
(130,20,13)
0 Favorites   0 Comments

Color spaces of #82140d

RGB 1302013
HSL0.010.820.28
HSV90°51°
CMYK 0.000.850.90   0.49
XYZ9.52875.27520.8968
Yxy5.27520.60690.3360
Hunter Lab22.967833.861013.7624
CIE-Lab27.504844.753734.5948

#82140d color RGB value is (130,20,13).

#82140d hex color red value is 130, green value is 20 and the blue value of its RGB is 13. Cylindrical-coordinate representations (also known as HSL) of color #82140d hue: 0.01 , saturation: 0.82 and the lightness value of 82140d is 0.28.

The process color (four color CMYK) of #82140d color hex is 0.00, 0.85, 0.90, 0.49. Web safe color of #82140d is #990000. Color #82140d contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 10000010 00010100 00001101
Octal 202 24 15
Decimal 130 20 13
Hex 82 14 D

RGB Percentages of Color #82140d

%79.75
%12.27
%7.98

CMYK Percentages of Color #82140d

%0
%85
%90
%49

Triadic Colors of #82140d

#82140d #0d8214 #140d82

Analogous Colors of #82140d

#82140d #824f0d #820d40

Monochromatic Colors of #82140d

#82140d

Complementary Color

#82140d #0d7b82

#82140d Color Preview on Black Background

Lorem ipsum dolor sit amet.

#82140d Color Preview on White Background

Lorem ipsum dolor sit amet.

#82140d Color CSS Codes

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

#82140d Text Font Color

<p style="color:#82140d">Text here</p>

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


#82140d Background Color

<div style="background-color:#82140d">
Div content here</div>

This div background color is #82140d


#82140d Border Color

<div style="border:3px solid #82140d">
Div here</div>

This div border color is #82140d


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(130,20,13, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #82140d; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #82140d;
  -webkit-box-shadow: 1px 1px 3px 2px #82140d;
  box-shadow:         1px 1px 3px 2px #82140d; }

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(130,20,13, 0.8);">Text here</p>

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #82140d


Comments

No comments written yet.

Please login to write comment.