Color Hex Logo

#8b7eac Color Hex

#8B7EAC
(139,126,172)
0 Favorites   0 Comments

Color spaces of #8b7eac

RGB 139126172
HSL0.710.220.58
HSV257°27°67°
CMYK 0.190.270.00   0.33
XYZ25.554723.389242.1974
Yxy23.38920.28040.2566
Hunter Lab48.36249.6853-17.8784
CIE-Lab55.471014.6467-22.5902

#8b7eac color RGB value is (139,126,172).

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

The process color (four color CMYK) of #8b7eac color hex is 0.19, 0.27, 0.00, 0.33. Web safe color of #8b7eac is #996699. Color #8b7eac contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 10001011 01111110 10101100
Octal 213 176 254
Decimal 139 126 172
Hex 8B 7E AC

RGB Percentages of Color #8b7eac

%31.81
%28.83
%39.36

CMYK Percentages of Color #8b7eac

%19
%27
%0
%33

Triadic Colors of #8b7eac

#8b7eac #ac8b7e #7eac8b

Analogous Colors of #8b7eac

#8b7eac #a27eac #7e88ac

Monochromatic Colors of #8b7eac

#8b7eac

Complementary Color

#8b7eac #9fac7e

#8b7eac Color Preview on Black Background

Lorem ipsum dolor sit amet.

#8b7eac Color Preview on White Background

Lorem ipsum dolor sit amet.

#8b7eac Color CSS Codes

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

#8b7eac Text Font Color

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

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


#8b7eac Background Color

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

This div background color is #8b7eac


#8b7eac Border Color

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

This div border color is #8b7eac


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #8b7eac


Comments

No comments written yet.

Please login to write comment.