Color Hex Logo

#9b5aac Color Hex

#9B5AAC
(155,90,172)
0 Favorites   0 Comments

Color spaces of #9b5aac

RGB 15590172
HSL0.800.330.51
HSV288°48°67°
CMYK 0.100.480.00   0.33
XYZ24.620117.259441.0635
Yxy17.25940.29680.2081
Hunter Lab41.544433.0801-29.5225
CIE-Lab48.585240.3436-33.1442

#9b5aac color RGB value is (155,90,172).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10011011 01011010 10101100
Octal 233 132 254
Decimal 155 90 172
Hex 9B 5A AC

RGB Percentages of Color #9b5aac

%37.17
%21.58
%41.25

CMYK Percentages of Color #9b5aac

%10
%48
%0
%33

Triadic Colors of #9b5aac

#9b5aac #ac9b5a #5aac9b

Analogous Colors of #9b5aac

#9b5aac #ac5a94 #725aac

Monochromatic Colors of #9b5aac

#9b5aac

Complementary Color

#9b5aac #6bac5a

#9b5aac Color Preview on Black Background

Lorem ipsum dolor sit amet.

#9b5aac Color Preview on White Background

Lorem ipsum dolor sit amet.

#9b5aac Color CSS Codes

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

#9b5aac Text Font Color

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

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


#9b5aac Background Color

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

This div background color is #9b5aac


#9b5aac Border Color

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

This div border color is #9b5aac


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #9b5aac


Comments

No comments written yet.

Please login to write comment.