Color Hex Logo

#9b03ad Color Hex

#9B03AD
(155,3,173)
0 Favorites   0 Comments

Color spaces of #9b03ad

RGB 1553173
HSL0.820.970.35
HSV294°98°68°
CMYK 0.100.980.00   0.32
XYZ21.093010.050840.3634
Yxy10.05080.29500.1406
Hunter Lab31.703063.2814-53.2943
CIE-Lab37.933470.2451-50.6834

#9b03ad color RGB value is (155,3,173).

#9b03ad hex color red value is 155, green value is 3 and the blue value of its RGB is 173. Cylindrical-coordinate representations (also known as HSL) of color #9b03ad hue: 0.82 , saturation: 0.97 and the lightness value of 9b03ad is 0.35.

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

Base Numbers

BaseRedGreenBlue
Binary 10011011 00000011 10101101
Octal 233 3 255
Decimal 155 3 173
Hex 9B 3 AD

RGB Percentages of Color #9b03ad

%46.83
%0.91
%52.27

CMYK Percentages of Color #9b03ad

%10
%98
%0
%32

Triadic Colors of #9b03ad

#9b03ad #ad9b03 #03ad9b

Analogous Colors of #9b03ad

#9b03ad #ad036a #4603ad

Monochromatic Colors of #9b03ad

#9b03ad

Complementary Color

#9b03ad #15ad03

#9b03ad Color Preview on Black Background

Lorem ipsum dolor sit amet.

#9b03ad Color Preview on White Background

Lorem ipsum dolor sit amet.

#9b03ad Color CSS Codes

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

#9b03ad Text Font Color

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

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


#9b03ad Background Color

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

This div background color is #9b03ad


#9b03ad Border Color

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

This div border color is #9b03ad


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #9b03ad


Comments

No comments written yet.

Please login to write comment.