Color Hex Logo

#a956ba Color Hex

#A956BA
(169,86,186)
0 Favorites   0 Comments

Color spaces of #a956ba

RGB 16986186
HSL0.810.420.53
HSV290°54°73°
CMYK 0.090.540.00   0.27
XYZ28.552918.635848.5465
Yxy18.63580.29820.1947
Hunter Lab43.169242.5171-36.4569
CIE-Lab50.258449.2719-38.5518

#a956ba color RGB value is (169,86,186).

#a956ba hex color red value is 169, green value is 86 and the blue value of its RGB is 186. Cylindrical-coordinate representations (also known as HSL) of color #a956ba hue: 0.81 , saturation: 0.42 and the lightness value of a956ba is 0.53.

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

Base Numbers

BaseRedGreenBlue
Binary 10101001 01010110 10111010
Octal 251 126 272
Decimal 169 86 186
Hex A9 56 BA

RGB Percentages of Color #a956ba

%38.32
%19.50
%42.18

CMYK Percentages of Color #a956ba

%9
%54
%0
%27

Triadic Colors of #a956ba

#a956ba #baa956 #56baa9

Analogous Colors of #a956ba

#a956ba #ba5699 #7756ba

Monochromatic Colors of #a956ba

#a956ba

Complementary Color

#a956ba #67ba56

#a956ba Color Preview on Black Background

Lorem ipsum dolor sit amet.

#a956ba Color Preview on White Background

Lorem ipsum dolor sit amet.

#a956ba Color CSS Codes

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

#a956ba Text Font Color

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

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


#a956ba Background Color

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

This div background color is #a956ba


#a956ba Border Color

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

This div border color is #a956ba


Css3 Examples

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

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(169,86,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 #a956ba">Text here</p>

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #a956ba


Comments

No comments written yet.

Please login to write comment.