Color Hex Logo

#9381ad Color Hex

#9381AD
(147,129,173)
0 Favorites   0 Comments

Color spaces of #9381ad

RGB 147129173
HSL0.730.210.59
HSV265°25°68°
CMYK 0.150.250.00   0.32
XYZ27.425724.920742.8998
Yxy24.92070.28790.2616
Hunter Lab49.920610.7043-16.0070
CIE-Lab56.998115.7555-20.7619

#9381ad color RGB value is (147,129,173).

#9381ad hex color red value is 147, green value is 129 and the blue value of its RGB is 173. Cylindrical-coordinate representations (also known as HSL) of color #9381ad hue: 0.73 , saturation: 0.21 and the lightness value of 9381ad is 0.59.

The process color (four color CMYK) of #9381ad color hex is 0.15, 0.25, 0.00, 0.32. Web safe color of #9381ad is #999999. Color #9381ad contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 10010011 10000001 10101101
Octal 223 201 255
Decimal 147 129 173
Hex 93 81 AD

RGB Percentages of Color #9381ad

%32.74
%28.73
%38.53

CMYK Percentages of Color #9381ad

%15
%25
%0
%32

Triadic Colors of #9381ad

#9381ad #ad9381 #81ad93

Analogous Colors of #9381ad

#9381ad #a981ad #8185ad

Monochromatic Colors of #9381ad

#9381ad

Complementary Color

#9381ad #9bad81

#9381ad Color Preview on Black Background

Lorem ipsum dolor sit amet.

#9381ad Color Preview on White Background

Lorem ipsum dolor sit amet.

#9381ad Color CSS Codes

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

#9381ad Text Font Color

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

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


#9381ad Background Color

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

This div background color is #9381ad


#9381ad Border Color

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

This div border color is #9381ad


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #9381ad


Comments

No comments written yet.

Please login to write comment.