Color Hex Logo

#9b18ac Color Hex

#9B18AC
(155,24,172)
0 Favorites   0 Comments

Color spaces of #9b18ac

RGB 15524172
HSL0.810.760.38
HSV293°86°67°
CMYK 0.100.860.00   0.33
XYZ21.290610.600439.9537
Yxy10.60040.29630.1475
Hunter Lab32.558359.7484-49.9666
CIE-Lab38.899167.0251-48.5307

#9b18ac color RGB value is (155,24,172).

#9b18ac hex color red value is 155, green value is 24 and the blue value of its RGB is 172. Cylindrical-coordinate representations (also known as HSL) of color #9b18ac hue: 0.81 , saturation: 0.76 and the lightness value of 9b18ac is 0.38.

The process color (four color CMYK) of #9b18ac color hex is 0.10, 0.86, 0.00, 0.33. Web safe color of #9b18ac is #990099. Color #9b18ac contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 10011011 00011000 10101100
Octal 233 30 254
Decimal 155 24 172
Hex 9B 18 AC

RGB Percentages of Color #9b18ac

%44.16
%6.84
%49.00

CMYK Percentages of Color #9b18ac

%10
%86
%0
%33

Triadic Colors of #9b18ac

#9b18ac #ac9b18 #18ac9b

Analogous Colors of #9b18ac

#9b18ac #ac1873 #5118ac

Monochromatic Colors of #9b18ac

#9b18ac

Complementary Color

#9b18ac #29ac18

#9b18ac Color Preview on Black Background

Lorem ipsum dolor sit amet.

#9b18ac Color Preview on White Background

Lorem ipsum dolor sit amet.

#9b18ac Color CSS Codes

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

#9b18ac Text Font Color

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

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


#9b18ac Background Color

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

This div background color is #9b18ac


#9b18ac Border Color

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

This div border color is #9b18ac


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #9b18ac


Comments

No comments written yet.

Please login to write comment.