Color Hex Logo

#9481ad Color Hex

#9481AD
(148,129,173)
0 Favorites   0 Comments

Color spaces of #9481ad

RGB 148129173
HSL0.740.210.59
HSV266°25°68°
CMYK 0.140.250.00   0.32
XYZ27.605825.013542.9083
Yxy25.01350.28900.2618
Hunter Lab50.013511.0025-15.8575
CIE-Lab57.088616.0870-20.6155

#9481ad color RGB value is (148,129,173).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10010100 10000001 10101101
Octal 224 201 255
Decimal 148 129 173
Hex 94 81 AD

RGB Percentages of Color #9481ad

%32.89
%28.67
%38.44

CMYK Percentages of Color #9481ad

%14
%25
%0
%32

Triadic Colors of #9481ad

#9481ad #ad9481 #81ad94

Analogous Colors of #9481ad

#9481ad #aa81ad #8184ad

Monochromatic Colors of #9481ad

#9481ad

Complementary Color

#9481ad #9aad81

#9481ad Color Preview on Black Background

Lorem ipsum dolor sit amet.

#9481ad Color Preview on White Background

Lorem ipsum dolor sit amet.

#9481ad Color CSS Codes

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

#9481ad Text Font Color

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

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


#9481ad Background Color

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

This div background color is #9481ad


#9481ad Border Color

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

This div border color is #9481ad


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #9481ad


Comments

No comments written yet.

Please login to write comment.