Color Hex Logo

#9b26ac Color Hex

#9B26AC
(155,38,172)
0 Favorites   0 Comments

Color spaces of #9b26ac

RGB 15538172
HSL0.810.640.41
HSV292°78°67°
CMYK 0.100.780.00   0.33
XYZ21.657111.333340.0758
Yxy11.33330.29640.1551
Hunter Lab33.665055.9176-47.0151
CIE-Lab40.136363.4251-46.5434

#9b26ac color RGB value is (155,38,172).

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

The process color (four color CMYK) of #9b26ac color hex is 0.10, 0.78, 0.00, 0.33. Web safe color of #9b26ac is #993399. Color #9b26ac contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 10011011 00100110 10101100
Octal 233 46 254
Decimal 155 38 172
Hex 9B 26 AC

RGB Percentages of Color #9b26ac

%42.47
%10.41
%47.12

CMYK Percentages of Color #9b26ac

%10
%78
%0
%33

Triadic Colors of #9b26ac

#9b26ac #ac9b26 #26ac9b

Analogous Colors of #9b26ac

#9b26ac #ac267a #5826ac

Monochromatic Colors of #9b26ac

#9b26ac

Complementary Color

#9b26ac #37ac26

#9b26ac Color Preview on Black Background

Lorem ipsum dolor sit amet.

#9b26ac Color Preview on White Background

Lorem ipsum dolor sit amet.

#9b26ac Color CSS Codes

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

#9b26ac Text Font Color

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

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


#9b26ac Background Color

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

This div background color is #9b26ac


#9b26ac Border Color

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

This div border color is #9b26ac


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #9b26ac


Comments

No comments written yet.

Please login to write comment.