Color Hex Logo

#8931ad Color Hex

#8931AD
(137,49,173)
0 Favorites   0 Comments

Color spaces of #8931ad

RGB 13749173
HSL0.780.560.44
HSV283°72°68°
CMYK 0.210.720.00   0.32
XYZ18.957710.532140.5689
Yxy10.53210.27060.1503
Hunter Lab32.453247.4786-51.3997
CIE-Lab38.781056.0116-49.4656

#8931ad color RGB value is (137,49,173).

#8931ad hex color red value is 137, green value is 49 and the blue value of its RGB is 173. Cylindrical-coordinate representations (also known as HSL) of color #8931ad hue: 0.78 , saturation: 0.56 and the lightness value of 8931ad is 0.44.

The process color (four color CMYK) of #8931ad color hex is 0.21, 0.72, 0.00, 0.32. Web safe color of #8931ad is #993399. Color #8931ad contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 10001001 00110001 10101101
Octal 211 61 255
Decimal 137 49 173
Hex 89 31 AD

RGB Percentages of Color #8931ad

%38.16
%13.65
%48.19

CMYK Percentages of Color #8931ad

%21
%72
%0
%32

Triadic Colors of #8931ad

#8931ad #ad8931 #31ad89

Analogous Colors of #8931ad

#8931ad #ad3193 #4b31ad

Monochromatic Colors of #8931ad

#8931ad

Complementary Color

#8931ad #55ad31

#8931ad Color Preview on Black Background

Lorem ipsum dolor sit amet.

#8931ad Color Preview on White Background

Lorem ipsum dolor sit amet.

#8931ad Color CSS Codes

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

#8931ad Text Font Color

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

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


#8931ad Background Color

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

This div background color is #8931ad


#8931ad Border Color

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

This div border color is #8931ad


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #8931ad


Comments

No comments written yet.

Please login to write comment.