Color Hex Logo

#8b212e Color Hex

#8B212E
(139,33,46)
0 Favorites   0 Comments

Color spaces of #8b212e

RGB 1393346
HSL0.980.620.34
HSV353°76°55°
CMYK 0.000.760.67   0.45
XYZ11.68456.77393.2764
Yxy6.77390.53760.3117
Hunter Lab26.026734.589510.7549
CIE-Lab31.286544.793619.3211

#8b212e color RGB value is (139,33,46).

#8b212e hex color red value is 139, green value is 33 and the blue value of its RGB is 46. Cylindrical-coordinate representations (also known as HSL) of color #8b212e hue: 0.98 , saturation: 0.62 and the lightness value of 8b212e is 0.34.

The process color (four color CMYK) of #8b212e color hex is 0.00, 0.76, 0.67, 0.45. Web safe color of #8b212e is #993333. Color #8b212e contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 10001011 00100001 00101110
Octal 213 41 56
Decimal 139 33 46
Hex 8B 21 2E

RGB Percentages of Color #8b212e

%63.76
%15.14
%21.10

CMYK Percentages of Color #8b212e

%0
%76
%67
%45

Triadic Colors of #8b212e

#8b212e #2e8b21 #212e8b

Analogous Colors of #8b212e

#8b212e #8b4921 #8b2163

Monochromatic Colors of #8b212e

#8b212e

Complementary Color

#8b212e #218b7e

#8b212e Color Preview on Black Background

Lorem ipsum dolor sit amet.

#8b212e Color Preview on White Background

Lorem ipsum dolor sit amet.

#8b212e Color CSS Codes

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

#8b212e Text Font Color

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

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


#8b212e Background Color

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

This div background color is #8b212e


#8b212e Border Color

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

This div border color is #8b212e


Css3 Examples

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

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(139,33,46, 0.8);">Text here</p>

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #8b212e


Comments

No comments written yet.

Please login to write comment.