Color Hex Logo

#9482aa Color Hex

#9482AA
(148,130,170)
0 Favorites   0 Comments

Color spaces of #9482aa

RGB 148130170
HSL0.740.190.59
HSV267°24°67°
CMYK 0.130.240.00   0.33
XYZ27.451125.163441.4404
Yxy25.16340.29190.2675
Hunter Lab50.16319.8962-13.8660
CIE-Lab57.234314.8393-18.6728

#9482aa color RGB value is (148,130,170).

#9482aa hex color red value is 148, green value is 130 and the blue value of its RGB is 170. Cylindrical-coordinate representations (also known as HSL) of color #9482aa hue: 0.74 , saturation: 0.19 and the lightness value of 9482aa is 0.59.

The process color (four color CMYK) of #9482aa color hex is 0.13, 0.24, 0.00, 0.33. Web safe color of #9482aa is #999999. Color #9482aa contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 10010100 10000010 10101010
Octal 224 202 252
Decimal 148 130 170
Hex 94 82 AA

RGB Percentages of Color #9482aa

%33.04
%29.02
%37.95

CMYK Percentages of Color #9482aa

%13
%24
%0
%33

Triadic Colors of #9482aa

#9482aa #aa9482 #82aa94

Analogous Colors of #9482aa

#9482aa #a882aa #8284aa

Monochromatic Colors of #9482aa

#9482aa

Complementary Color

#9482aa #98aa82

#9482aa Color Preview on Black Background

Lorem ipsum dolor sit amet.

#9482aa Color Preview on White Background

Lorem ipsum dolor sit amet.

#9482aa Color CSS Codes

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

#9482aa Text Font Color

<p style="color:#9482aa">Text here</p>

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


#9482aa Background Color

<div style="background-color:#9482aa">
Div content here</div>

This div background color is #9482aa


#9482aa Border Color

<div style="border:3px solid #9482aa">
Div here</div>

This div border color is #9482aa


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(148,130,170, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #9482aa; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #9482aa;
  -webkit-box-shadow: 1px 1px 3px 2px #9482aa;
  box-shadow:         1px 1px 3px 2px #9482aa; }

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(148,130,170, 0.8);">Text here</p>

This text has shadow with rgb values.


Text Shadow with Hex Values

<p style="text-shadow: 4px 4px 2px #9482aa">Text here</p>

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #9482aa


Comments

No comments written yet.

Please login to write comment.