Color Hex Logo

#9469aa Color Hex

#9469AA
(148,105,170)
0 Favorites   0 Comments

Color spaces of #9469aa

RGB 148105170
HSL0.780.280.54
HSV280°38°67°
CMYK 0.130.380.00   0.33
XYZ24.520019.301340.4634
Yxy19.30130.29090.2290
Hunter Lab43.933222.7411-23.8540
CIE-Lab51.037929.3393-28.2082

#9469aa color RGB value is (148,105,170).

#9469aa hex color red value is 148, green value is 105 and the blue value of its RGB is 170. Cylindrical-coordinate representations (also known as HSL) of color #9469aa hue: 0.78 , saturation: 0.28 and the lightness value of 9469aa is 0.54.

The process color (four color CMYK) of #9469aa color hex is 0.13, 0.38, 0.00, 0.33. Web safe color of #9469aa is #996699. Color #9469aa contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 10010100 01101001 10101010
Octal 224 151 252
Decimal 148 105 170
Hex 94 69 AA

RGB Percentages of Color #9469aa

%34.99
%24.82
%40.19

CMYK Percentages of Color #9469aa

%13
%38
%0
%33

Triadic Colors of #9469aa

#9469aa #aa9469 #69aa94

Analogous Colors of #9469aa

#9469aa #aa69a0 #7469aa

Monochromatic Colors of #9469aa

#9469aa

Complementary Color

#9469aa #7faa69

#9469aa Color Preview on Black Background

Lorem ipsum dolor sit amet.

#9469aa Color Preview on White Background

Lorem ipsum dolor sit amet.

#9469aa Color CSS Codes

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

#9469aa Text Font Color

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

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


#9469aa Background Color

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

This div background color is #9469aa


#9469aa Border Color

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

This div border color is #9469aa


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #9469aa


Comments

No comments written yet.

Please login to write comment.