Color Hex Logo

#9505aa Color Hex

#9505AA
(149,5,170)
0 Favorites   0 Comments

Color spaces of #9505aa

RGB 1495170
HSL0.810.940.34
HSV292°97°67°
CMYK 0.120.970.00   0.33
XYZ19.70449.400438.8061
Yxy9.40040.29020.1384
Hunter Lab30.660161.0620-53.5806
CIE-Lab36.744068.5777-50.8621

#9505aa color RGB value is (149,5,170).

#9505aa hex color red value is 149, green value is 5 and the blue value of its RGB is 170. Cylindrical-coordinate representations (also known as HSL) of color #9505aa hue: 0.81 , saturation: 0.94 and the lightness value of 9505aa is 0.34.

The process color (four color CMYK) of #9505aa color hex is 0.12, 0.97, 0.00, 0.33. Web safe color of #9505aa is #990099. Color #9505aa contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 10010101 00000101 10101010
Octal 225 5 252
Decimal 149 5 170
Hex 95 5 AA

RGB Percentages of Color #9505aa

%45.99
%1.54
%52.47

CMYK Percentages of Color #9505aa

%12
%97
%0
%33

Triadic Colors of #9505aa

#9505aa #aa9505 #05aa95

Analogous Colors of #9505aa

#9505aa #aa056d #4305aa

Monochromatic Colors of #9505aa

#9505aa

Complementary Color

#9505aa #1aaa05

#9505aa Color Preview on Black Background

Lorem ipsum dolor sit amet.

#9505aa Color Preview on White Background

Lorem ipsum dolor sit amet.

#9505aa Color CSS Codes

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

#9505aa Text Font Color

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

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


#9505aa Background Color

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

This div background color is #9505aa


#9505aa Border Color

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

This div border color is #9505aa


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #9505aa


Comments

No comments written yet.

Please login to write comment.