Color Hex Logo

#9482ac Color Hex

#9482AC
(148,130,172)
0 Favorites   0 Comments

Color spaces of #9482ac

RGB 148130172
HSL0.740.200.59
HSV266°24°67°
CMYK 0.140.240.00   0.33
XYZ27.641825.239742.4446
Yxy25.23970.29000.2648
Hunter Lab50.239110.2930-14.9239
CIE-Lab57.308215.2841-19.7067

#9482ac color RGB value is (148,130,172).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10010100 10000010 10101100
Octal 224 202 254
Decimal 148 130 172
Hex 94 82 AC

RGB Percentages of Color #9482ac

%32.89
%28.89
%38.22

CMYK Percentages of Color #9482ac

%14
%24
%0
%33

Triadic Colors of #9482ac

#9482ac #ac9482 #82ac94

Analogous Colors of #9482ac

#9482ac #a982ac #8285ac

Monochromatic Colors of #9482ac

#9482ac

Complementary Color

#9482ac #9aac82

#9482ac Color Preview on Black Background

Lorem ipsum dolor sit amet.

#9482ac Color Preview on White Background

Lorem ipsum dolor sit amet.

#9482ac Color CSS Codes

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

#9482ac Text Font Color

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

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


#9482ac Background Color

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

This div background color is #9482ac


#9482ac Border Color

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

This div border color is #9482ac


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #9482ac


Comments

No comments written yet.

Please login to write comment.