Color Hex Logo

#9464aa Color Hex

#9464AA
(148,100,170)
0 Favorites   0 Comments

Color spaces of #9464aa

RGB 148100170
HSL0.780.290.53
HSV281°41°67°
CMYK 0.130.410.00   0.33
XYZ24.025618.312540.2986
Yxy18.31250.29070.2216
Hunter Lab42.793125.3284-25.8787
CIE-Lab49.873032.2066-30.0211

#9464aa color RGB value is (148,100,170).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10010100 01100100 10101010
Octal 224 144 252
Decimal 148 100 170
Hex 94 64 AA

RGB Percentages of Color #9464aa

%35.41
%23.92
%40.67

CMYK Percentages of Color #9464aa

%13
%41
%0
%33

Triadic Colors of #9464aa

#9464aa #aa9464 #64aa94

Analogous Colors of #9464aa

#9464aa #aa649d #7164aa

Monochromatic Colors of #9464aa

#9464aa

Complementary Color

#9464aa #7aaa64

#9464aa Color Preview on Black Background

Lorem ipsum dolor sit amet.

#9464aa Color Preview on White Background

Lorem ipsum dolor sit amet.

#9464aa Color CSS Codes

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

#9464aa Text Font Color

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

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


#9464aa Background Color

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

This div background color is #9464aa


#9464aa Border Color

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

This div border color is #9464aa


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #9464aa


Comments

No comments written yet.

Please login to write comment.