Color Hex Logo

#8b7faa Color Hex

#8B7FAA
(139,127,170)
0 Favorites   0 Comments

Color spaces of #8b7faa

RGB 139127170
HSL0.710.200.58
HSV257°25°67°
CMYK 0.180.250.00   0.33
XYZ25.492523.570041.2361
Yxy23.57000.28230.2610
Hunter Lab48.54898.7677-16.3750
CIE-Lab55.654713.5929-21.1577

#8b7faa color RGB value is (139,127,170).

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

The process color (four color CMYK) of #8b7faa color hex is 0.18, 0.25, 0.00, 0.33. Web safe color of #8b7faa is #996699. Color #8b7faa contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 10001011 01111111 10101010
Octal 213 177 252
Decimal 139 127 170
Hex 8B 7F AA

RGB Percentages of Color #8b7faa

%31.88
%29.13
%38.99

CMYK Percentages of Color #8b7faa

%18
%25
%0
%33

Triadic Colors of #8b7faa

#8b7faa #aa8b7f #7faa8b

Analogous Colors of #8b7faa

#8b7faa #a17faa #7f89aa

Monochromatic Colors of #8b7faa

#8b7faa

Complementary Color

#8b7faa #9eaa7f

#8b7faa Color Preview on Black Background

Lorem ipsum dolor sit amet.

#8b7faa Color Preview on White Background

Lorem ipsum dolor sit amet.

#8b7faa Color CSS Codes

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

#8b7faa Text Font Color

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

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


#8b7faa Background Color

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

This div background color is #8b7faa


#8b7faa Border Color

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

This div border color is #8b7faa


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #8b7faa


Comments

No comments written yet.

Please login to write comment.