Color Hex Logo

#8b153e Color Hex

#8B153E
(139,21,62)
0 Favorites   0 Comments

Color spaces of #8b153e

RGB 1392162
HSL0.940.740.31
HSV339°85°55°
CMYK 0.000.850.55   0.45
XYZ11.78516.37315.1664
Yxy6.37310.50530.2732
Hunter Lab25.245039.15025.5378
CIE-Lab30.334949.60707.4821

#8b153e color RGB value is (139,21,62).

#8b153e hex color red value is 139, green value is 21 and the blue value of its RGB is 62. Cylindrical-coordinate representations (also known as HSL) of color #8b153e hue: 0.94 , saturation: 0.74 and the lightness value of 8b153e is 0.31.

The process color (four color CMYK) of #8b153e color hex is 0.00, 0.85, 0.55, 0.45. Web safe color of #8b153e is #990033. Color #8b153e contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 10001011 00010101 00111110
Octal 213 25 76
Decimal 139 21 62
Hex 8B 15 3E

RGB Percentages of Color #8b153e

%62.61
%9.46
%27.93

CMYK Percentages of Color #8b153e

%0
%85
%55
%45

Triadic Colors of #8b153e

#8b153e #3e8b15 #153e8b

Analogous Colors of #8b153e

#8b153e #8b2715 #8b1579

Monochromatic Colors of #8b153e

#8b153e

Complementary Color

#8b153e #158b62

#8b153e Color Preview on Black Background

Lorem ipsum dolor sit amet.

#8b153e Color Preview on White Background

Lorem ipsum dolor sit amet.

#8b153e Color CSS Codes

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

#8b153e Text Font Color

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

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


#8b153e Background Color

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

This div background color is #8b153e


#8b153e Border Color

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

This div border color is #8b153e


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #8b153e


Comments

No comments written yet.

Please login to write comment.