Color Hex Logo

#8b6bad Color Hex

#8B6BAD
(139,107,173)
0 Favorites   0 Comments

Color spaces of #8b6bad

RGB 139107173
HSL0.750.290.55
HSV269°38°68°
CMYK 0.200.380.00   0.32
XYZ23.448019.021541.9708
Yxy19.02150.27770.2253
Hunter Lab43.613619.6431-26.5271
CIE-Lab50.712426.0345-30.5332

#8b6bad color RGB value is (139,107,173).

#8b6bad hex color red value is 139, green value is 107 and the blue value of its RGB is 173. Cylindrical-coordinate representations (also known as HSL) of color #8b6bad hue: 0.75 , saturation: 0.29 and the lightness value of 8b6bad is 0.55.

The process color (four color CMYK) of #8b6bad color hex is 0.20, 0.38, 0.00, 0.32. Web safe color of #8b6bad is #996699. Color #8b6bad contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 10001011 01101011 10101101
Octal 213 153 255
Decimal 139 107 173
Hex 8B 6B AD

RGB Percentages of Color #8b6bad

%33.17
%25.54
%41.29

CMYK Percentages of Color #8b6bad

%20
%38
%0
%32

Triadic Colors of #8b6bad

#8b6bad #ad8b6b #6bad8b

Analogous Colors of #8b6bad

#8b6bad #ac6bad #6b6cad

Monochromatic Colors of #8b6bad

#8b6bad

Complementary Color

#8b6bad #8dad6b

#8b6bad Color Preview on Black Background

Lorem ipsum dolor sit amet.

#8b6bad Color Preview on White Background

Lorem ipsum dolor sit amet.

#8b6bad Color CSS Codes

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

#8b6bad Text Font Color

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

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


#8b6bad Background Color

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

This div background color is #8b6bad


#8b6bad Border Color

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

This div border color is #8b6bad


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #8b6bad


Comments

No comments written yet.

Please login to write comment.