Color Hex Logo

#8b5aac Color Hex

#8B5AAC
(139,90,172)
0 Favorites   0 Comments

Color spaces of #8b5aac

RGB 13990172
HSL0.770.330.51
HSV276°48°67°
CMYK 0.190.480.00   0.33
XYZ21.750015.779940.9292
Yxy15.77990.27720.2011
Hunter Lab39.723928.2171-33.2822
CIE-Lab46.684435.6365-36.2638

#8b5aac color RGB value is (139,90,172).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10001011 01011010 10101100
Octal 213 132 254
Decimal 139 90 172
Hex 8B 5A AC

RGB Percentages of Color #8b5aac

%34.66
%22.44
%42.89

CMYK Percentages of Color #8b5aac

%19
%48
%0
%33

Triadic Colors of #8b5aac

#8b5aac #ac8b5a #5aac8b

Analogous Colors of #8b5aac

#8b5aac #ac5aa4 #625aac

Monochromatic Colors of #8b5aac

#8b5aac

Complementary Color

#8b5aac #7bac5a

#8b5aac Color Preview on Black Background

Lorem ipsum dolor sit amet.

#8b5aac Color Preview on White Background

Lorem ipsum dolor sit amet.

#8b5aac Color CSS Codes

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

#8b5aac Text Font Color

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

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


#8b5aac Background Color

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

This div background color is #8b5aac


#8b5aac Border Color

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

This div border color is #8b5aac


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #8b5aac


Comments

No comments written yet.

Please login to write comment.