Color Hex Logo

#a959be Color Hex

#A959BE
(169,89,190)
0 Favorites   0 Comments

Color spaces of #a959be

RGB 16989190
HSL0.800.440.55
HSV288°53°75°
CMYK 0.110.530.00   0.25
XYZ29.228819.297550.8995
Yxy19.29750.29400.1941
Hunter Lab43.928941.8922-37.9478
CIE-Lab51.033548.5526-39.6451

#a959be color RGB value is (169,89,190).

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

The process color (four color CMYK) of #a959be color hex is 0.11, 0.53, 0.00, 0.25. Web safe color of #a959be is #9966cc. Color #a959be contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 10101001 01011001 10111110
Octal 251 131 276
Decimal 169 89 190
Hex A9 59 BE

RGB Percentages of Color #a959be

%37.72
%19.87
%42.41

CMYK Percentages of Color #a959be

%11
%53
%0
%25

Triadic Colors of #a959be

#a959be #bea959 #59bea9

Analogous Colors of #a959be

#a959be #be59a1 #7759be

Monochromatic Colors of #a959be

#a959be

Complementary Color

#a959be #6ebe59

#a959be Color Preview on Black Background

Lorem ipsum dolor sit amet.

#a959be Color Preview on White Background

Lorem ipsum dolor sit amet.

#a959be Color CSS Codes

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

#a959be Text Font Color

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

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


#a959be Background Color

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

This div background color is #a959be


#a959be Border Color

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

This div border color is #a959be


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #a959be


Comments

No comments written yet.

Please login to write comment.