Color Hex Logo

#9b19ad Color Hex

#9B19AD
(155,25,173)
0 Favorites   0 Comments

Color spaces of #9b19ad

RGB 15525173
HSL0.810.750.39
HSV293°86°68°
CMYK 0.100.860.00   0.32
XYZ21.408010.681040.4685
Yxy10.68100.29500.1472
Hunter Lab32.681859.7321-50.5391
CIE-Lab39.037966.9840-48.9038

#9b19ad color RGB value is (155,25,173).

#9b19ad hex color red value is 155, green value is 25 and the blue value of its RGB is 173. Cylindrical-coordinate representations (also known as HSL) of color #9b19ad hue: 0.81 , saturation: 0.75 and the lightness value of 9b19ad is 0.39.

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

Base Numbers

BaseRedGreenBlue
Binary 10011011 00011001 10101101
Octal 233 31 255
Decimal 155 25 173
Hex 9B 19 AD

RGB Percentages of Color #9b19ad

%43.91
%7.08
%49.01

CMYK Percentages of Color #9b19ad

%10
%86
%0
%32

Triadic Colors of #9b19ad

#9b19ad #ad9b19 #19ad9b

Analogous Colors of #9b19ad

#9b19ad #ad1975 #5119ad

Monochromatic Colors of #9b19ad

#9b19ad

Complementary Color

#9b19ad #2bad19

#9b19ad Color Preview on Black Background

Lorem ipsum dolor sit amet.

#9b19ad Color Preview on White Background

Lorem ipsum dolor sit amet.

#9b19ad Color CSS Codes

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

#9b19ad Text Font Color

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

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


#9b19ad Background Color

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

This div background color is #9b19ad


#9b19ad Border Color

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

This div border color is #9b19ad


Css3 Examples

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

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(155,25,173, 0.8);">Text here</p>

This text has shadow with rgb values.


Text Shadow with Hex Values

<p style="text-shadow: 4px 4px 2px #9b19ad">Text here</p>

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #9b19ad


Comments

No comments written yet.

Please login to write comment.