Color Hex Logo

#8b59ac Color Hex

#8B59AC
(139,89,172)
0 Favorites   0 Comments

Color spaces of #8b59ac

RGB 13989172
HSL0.770.330.51
HSV276°48°67°
CMYK 0.190.480.00   0.33
XYZ21.666215.612340.9013
Yxy15.61230.27710.1997
Hunter Lab39.512428.7318-33.7154
CIE-Lab46.461736.2032-36.6150

#8b59ac color RGB value is (139,89,172).

#8b59ac hex color red value is 139, green value is 89 and the blue value of its RGB is 172. Cylindrical-coordinate representations (also known as HSL) of color #8b59ac hue: 0.77 , saturation: 0.33 and the lightness value of 8b59ac is 0.51.

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

Base Numbers

BaseRedGreenBlue
Binary 10001011 01011001 10101100
Octal 213 131 254
Decimal 139 89 172
Hex 8B 59 AC

RGB Percentages of Color #8b59ac

%34.75
%22.25
%43.00

CMYK Percentages of Color #8b59ac

%19
%48
%0
%33

Triadic Colors of #8b59ac

#8b59ac #ac8b59 #59ac8b

Analogous Colors of #8b59ac

#8b59ac #ac59a4 #6159ac

Monochromatic Colors of #8b59ac

#8b59ac

Complementary Color

#8b59ac #7aac59

#8b59ac Color Preview on Black Background

Lorem ipsum dolor sit amet.

#8b59ac Color Preview on White Background

Lorem ipsum dolor sit amet.

#8b59ac Color CSS Codes

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

#8b59ac Text Font Color

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

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


#8b59ac Background Color

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

This div background color is #8b59ac


#8b59ac Border Color

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

This div border color is #8b59ac


Css3 Examples

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

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(139,89,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 #8b59ac">Text here</p>

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #8b59ac


Comments

No comments written yet.

Please login to write comment.