Color Hex Logo

#82381f Color Hex

#82381F
(130,56,31)
0 Favorites   0 Comments

Color spaces of #82381f

RGB 1305631
HSL0.040.610.32
HSV15°76°51°
CMYK 0.000.570.76   0.49
XYZ10.86747.67312.2046
Yxy7.67310.52390.3699
Hunter Lab27.700421.553514.6715
CIE-Lab33.292630.211130.4759

#82381f color RGB value is (130,56,31).

#82381f hex color red value is 130, green value is 56 and the blue value of its RGB is 31. Cylindrical-coordinate representations (also known as HSL) of color #82381f hue: 0.04 , saturation: 0.61 and the lightness value of 82381f is 0.32.

The process color (four color CMYK) of #82381f color hex is 0.00, 0.57, 0.76, 0.49. Web safe color of #82381f is #993333. Color #82381f contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 10000010 00111000 00011111
Octal 202 70 37
Decimal 130 56 31
Hex 82 38 1F

RGB Percentages of Color #82381f

%59.91
%25.81
%14.29

CMYK Percentages of Color #82381f

%0
%57
%76
%49

Triadic Colors of #82381f

#82381f #1f8238 #381f82

Analogous Colors of #82381f

#82381f #826a1f #821f38

Monochromatic Colors of #82381f

#82381f

Complementary Color

#82381f #1f6982

#82381f Color Preview on Black Background

Lorem ipsum dolor sit amet.

#82381f Color Preview on White Background

Lorem ipsum dolor sit amet.

#82381f Color CSS Codes

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

#82381f Text Font Color

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

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


#82381f Background Color

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

This div background color is #82381f


#82381f Border Color

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

This div border color is #82381f


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #82381f


Comments

No comments written yet.

Please login to write comment.