Color Hex Logo

#9482ad Color Hex

#9482AD
(148,130,173)
0 Favorites   0 Comments

Color spaces of #9482ad

RGB 148130173
HSL0.740.210.59
HSV265°25°68°
CMYK 0.140.250.00   0.32
XYZ27.738225.278342.9524
Yxy25.27830.28900.2634
Hunter Lab50.277510.4931-15.4575
CIE-Lab57.345615.5078-20.2226

#9482ad color RGB value is (148,130,173).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10010100 10000010 10101101
Octal 224 202 255
Decimal 148 130 173
Hex 94 82 AD

RGB Percentages of Color #9482ad

%32.82
%28.82
%38.36

CMYK Percentages of Color #9482ad

%14
%25
%0
%32

Triadic Colors of #9482ad

#9482ad #ad9482 #82ad94

Analogous Colors of #9482ad

#9482ad #aa82ad #8286ad

Monochromatic Colors of #9482ad

#9482ad

Complementary Color

#9482ad #9bad82

#9482ad Color Preview on Black Background

Lorem ipsum dolor sit amet.

#9482ad Color Preview on White Background

Lorem ipsum dolor sit amet.

#9482ad Color CSS Codes

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

#9482ad Text Font Color

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

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


#9482ad Background Color

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

This div background color is #9482ad


#9482ad Border Color

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

This div border color is #9482ad


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #9482ad


Comments

No comments written yet.

Please login to write comment.