Color Hex Logo

#9951ad Color Hex

#9951AD
(153,81,173)
0 Favorites   0 Comments

Color spaces of #9951ad

RGB 15381173
HSL0.800.360.50
HSV287°53°68°
CMYK 0.120.530.00   0.32
XYZ23.622115.674341.3156
Yxy15.67430.29300.1944
Hunter Lab39.590837.2193-34.1595
CIE-Lab46.544244.7747-36.9582

#9951ad color RGB value is (153,81,173).

#9951ad hex color red value is 153, green value is 81 and the blue value of its RGB is 173. Cylindrical-coordinate representations (also known as HSL) of color #9951ad hue: 0.80 , saturation: 0.36 and the lightness value of 9951ad is 0.50.

The process color (four color CMYK) of #9951ad color hex is 0.12, 0.53, 0.00, 0.32. Web safe color of #9951ad is #996699. Color #9951ad contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 10011001 01010001 10101101
Octal 231 121 255
Decimal 153 81 173
Hex 99 51 AD

RGB Percentages of Color #9951ad

%37.59
%19.90
%42.51

CMYK Percentages of Color #9951ad

%12
%53
%0
%32

Triadic Colors of #9951ad

#9951ad #ad9951 #51ad99

Analogous Colors of #9951ad

#9951ad #ad5193 #6b51ad

Monochromatic Colors of #9951ad

#9951ad

Complementary Color

#9951ad #65ad51

#9951ad Color Preview on Black Background

Lorem ipsum dolor sit amet.

#9951ad Color Preview on White Background

Lorem ipsum dolor sit amet.

#9951ad Color CSS Codes

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

#9951ad Text Font Color

<p style="color:#9951ad">Text here</p>

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


#9951ad Background Color

<div style="background-color:#9951ad">
Div content here</div>

This div background color is #9951ad


#9951ad Border Color

<div style="border:3px solid #9951ad">
Div here</div>

This div border color is #9951ad


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(153,81,173, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #9951ad; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #9951ad;
  -webkit-box-shadow: 1px 1px 3px 2px #9951ad;
  box-shadow:         1px 1px 3px 2px #9951ad; }

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(153,81,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 #9951ad">Text here</p>

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #9951ad


Comments

No comments written yet.

Please login to write comment.