Color Hex Logo

#8b231f Color Hex

#8B231F
(139,35,31)
0 Favorites   0 Comments

Color spaces of #8b231f

RGB 1393531
HSL0.010.640.33
HSV78°55°
CMYK 0.000.750.78   0.45
XYZ11.49586.79002.0010
Yxy6.79000.56670.3347
Hunter Lab26.057633.147713.6874
CIE-Lab31.324043.286728.8143

#8b231f color RGB value is (139,35,31).

#8b231f hex color red value is 139, green value is 35 and the blue value of its RGB is 31. Cylindrical-coordinate representations (also known as HSL) of color #8b231f hue: 0.01 , saturation: 0.64 and the lightness value of 8b231f is 0.33.

The process color (four color CMYK) of #8b231f color hex is 0.00, 0.75, 0.78, 0.45. Web safe color of #8b231f is #993333. Color #8b231f contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 10001011 00100011 00011111
Octal 213 43 37
Decimal 139 35 31
Hex 8B 23 1F

RGB Percentages of Color #8b231f

%67.80
%17.07
%15.12

CMYK Percentages of Color #8b231f

%0
%75
%78
%45

Triadic Colors of #8b231f

#8b231f #1f8b23 #231f8b

Analogous Colors of #8b231f

#8b231f #8b591f #8b1f51

Monochromatic Colors of #8b231f

#8b231f

Complementary Color

#8b231f #1f878b

#8b231f Color Preview on Black Background

Lorem ipsum dolor sit amet.

#8b231f Color Preview on White Background

Lorem ipsum dolor sit amet.

#8b231f Color CSS Codes

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

#8b231f Text Font Color

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

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


#8b231f Background Color

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

This div background color is #8b231f


#8b231f Border Color

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

This div border color is #8b231f


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #8b231f


Comments

No comments written yet.

Please login to write comment.