Color Hex Logo

#8b115e Color Hex

#8B115E
(139,17,94)
0 Favorites   0 Comments

Color spaces of #8b115e

RGB 1391794
HSL0.890.780.31
HSV322°88°55°
CMYK 0.000.880.32   0.45
XYZ12.86836.698011.2043
Yxy6.69800.41820.2177
Hunter Lab25.880543.4629-7.5517
CIE-Lab31.109353.6852-12.4984

#8b115e color RGB value is (139,17,94).

#8b115e hex color red value is 139, green value is 17 and the blue value of its RGB is 94. Cylindrical-coordinate representations (also known as HSL) of color #8b115e hue: 0.89 , saturation: 0.78 and the lightness value of 8b115e is 0.31.

The process color (four color CMYK) of #8b115e color hex is 0.00, 0.88, 0.32, 0.45. Web safe color of #8b115e is #990066. Color #8b115e contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 10001011 00010001 01011110
Octal 213 21 136
Decimal 139 17 94
Hex 8B 11 5E

RGB Percentages of Color #8b115e

%55.60
%6.80
%37.60

CMYK Percentages of Color #8b115e

%0
%88
%32
%45

Triadic Colors of #8b115e

#8b115e #5e8b11 #115e8b

Analogous Colors of #8b115e

#8b115e #8b1121 #7b118b

Monochromatic Colors of #8b115e

#8b115e

Complementary Color

#8b115e #118b3e

#8b115e Color Preview on Black Background

Lorem ipsum dolor sit amet.

#8b115e Color Preview on White Background

Lorem ipsum dolor sit amet.

#8b115e Color CSS Codes

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

#8b115e Text Font Color

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

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


#8b115e Background Color

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

This div background color is #8b115e


#8b115e Border Color

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

This div border color is #8b115e


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #8b115e


Comments

No comments written yet.

Please login to write comment.