Color Hex Logo

#8a381f Color Hex

#8A381F
(138,56,31)
0 Favorites   0 Comments

Color spaces of #8a381f

RGB 1385631
HSL0.040.630.33
HSV14°78°54°
CMYK 0.000.590.78   0.46
XYZ12.14278.33052.2643
Yxy8.33050.53400.3664
Hunter Lab28.862624.586615.5525
CIE-Lab34.661933.452832.3492

#8a381f color RGB value is (138,56,31).

#8a381f hex color red value is 138, green value is 56 and the blue value of its RGB is 31. Cylindrical-coordinate representations (also known as HSL) of color #8a381f hue: 0.04 , saturation: 0.63 and the lightness value of 8a381f is 0.33.

The process color (four color CMYK) of #8a381f color hex is 0.00, 0.59, 0.78, 0.46. Web safe color of #8a381f is #993333. Color #8a381f contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 10001010 00111000 00011111
Octal 212 70 37
Decimal 138 56 31
Hex 8A 38 1F

RGB Percentages of Color #8a381f

%61.33
%24.89
%13.78

CMYK Percentages of Color #8a381f

%0
%59
%78
%46

Triadic Colors of #8a381f

#8a381f #1f8a38 #381f8a

Analogous Colors of #8a381f

#8a381f #8a6e1f #8a1f3b

Monochromatic Colors of #8a381f

#8a381f

Complementary Color

#8a381f #1f718a

#8a381f Color Preview on Black Background

Lorem ipsum dolor sit amet.

#8a381f Color Preview on White Background

Lorem ipsum dolor sit amet.

#8a381f Color CSS Codes

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

#8a381f Text Font Color

<p style="color:#8a381f">Text here</p>

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


#8a381f Background Color

<div style="background-color:#8a381f">
Div content here</div>

This div background color is #8a381f


#8a381f Border Color

<div style="border:3px solid #8a381f">
Div here</div>

This div border color is #8a381f


Css3 Examples

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

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(138,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 #8a381f">Text here</p>

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #8a381f


Comments

No comments written yet.

Please login to write comment.