Color Hex Logo

#a960ba Color Hex

#A960BA
(169,96,186)
0 Favorites   0 Comments

Color spaces of #a960ba

RGB 16996186
HSL0.800.390.55
HSV289°48°73°
CMYK 0.090.480.00   0.27
XYZ29.408020.345948.8316
Yxy20.34590.29830.2064
Hunter Lab45.106437.4402-32.6120
CIE-Lab52.226144.1004-35.4577

#a960ba color RGB value is (169,96,186).

#a960ba hex color red value is 169, green value is 96 and the blue value of its RGB is 186. Cylindrical-coordinate representations (also known as HSL) of color #a960ba hue: 0.80 , saturation: 0.39 and the lightness value of a960ba is 0.55.

The process color (four color CMYK) of #a960ba color hex is 0.09, 0.48, 0.00, 0.27. Web safe color of #a960ba is #9966cc. Color #a960ba contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 10101001 01100000 10111010
Octal 251 140 272
Decimal 169 96 186
Hex A9 60 BA

RGB Percentages of Color #a960ba

%37.47
%21.29
%41.24

CMYK Percentages of Color #a960ba

%9
%48
%0
%27

Triadic Colors of #a960ba

#a960ba #baa960 #60baa9

Analogous Colors of #a960ba

#a960ba #ba609e #7c60ba

Monochromatic Colors of #a960ba

#a960ba

Complementary Color

#a960ba #71ba60

#a960ba Color Preview on Black Background

Lorem ipsum dolor sit amet.

#a960ba Color Preview on White Background

Lorem ipsum dolor sit amet.

#a960ba Color CSS Codes

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

#a960ba Text Font Color

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

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


#a960ba Background Color

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

This div background color is #a960ba


#a960ba Border Color

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

This div border color is #a960ba


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(169,96,186, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #a960ba; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #a960ba;
  -webkit-box-shadow: 1px 1px 3px 2px #a960ba;
  box-shadow:         1px 1px 3px 2px #a960ba; }

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(169,96,186, 0.8);">Text here</p>

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #a960ba


Comments

No comments written yet.

Please login to write comment.