Color Hex Logo

#8b187e Color Hex

#8B187E
(139,24,126)
0 Favorites   0 Comments

Color spaces of #8b187e

RGB 13924126
HSL0.850.710.32
HSV307°83°55°
CMYK 0.000.830.09   0.45
XYZ14.74007.648620.4381
Yxy7.64860.34420.1786
Hunter Lab27.656146.7378-24.4566
CIE-Lab33.240156.3895-29.6169

#8b187e color RGB value is (139,24,126).

#8b187e hex color red value is 139, green value is 24 and the blue value of its RGB is 126. Cylindrical-coordinate representations (also known as HSL) of color #8b187e hue: 0.85 , saturation: 0.71 and the lightness value of 8b187e is 0.32.

The process color (four color CMYK) of #8b187e color hex is 0.00, 0.83, 0.09, 0.45. Web safe color of #8b187e is #990066. Color #8b187e contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 10001011 00011000 01111110
Octal 213 30 176
Decimal 139 24 126
Hex 8B 18 7E

RGB Percentages of Color #8b187e

%48.10
%8.30
%43.60

CMYK Percentages of Color #8b187e

%0
%83
%9
%45

Triadic Colors of #8b187e

#8b187e #7e8b18 #187e8b

Analogous Colors of #8b187e

#8b187e #8b1845 #5f188b

Monochromatic Colors of #8b187e

#8b187e

Complementary Color

#8b187e #188b25

#8b187e Color Preview on Black Background

Lorem ipsum dolor sit amet.

#8b187e Color Preview on White Background

Lorem ipsum dolor sit amet.

#8b187e Color CSS Codes

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

#8b187e Text Font Color

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

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


#8b187e Background Color

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

This div background color is #8b187e


#8b187e Border Color

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

This div border color is #8b187e


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #8b187e


Comments

No comments written yet.

Please login to write comment.