Color Hex Logo

#a956b5 Color Hex

#A956B5
(169,86,181)
0 Favorites   0 Comments

Color spaces of #a956b5

RGB 16986181
HSL0.810.390.52
HSV292°52°71°
CMYK 0.070.520.00   0.29
XYZ28.030518.426845.7954
Yxy18.42680.30380.1997
Hunter Lab42.926441.4373-33.2041
CIE-Lab50.009748.2887-36.0380

#a956b5 color RGB value is (169,86,181).

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

The process color (four color CMYK) of #a956b5 color hex is 0.07, 0.52, 0.00, 0.29. Web safe color of #a956b5 is #9966cc. Color #a956b5 contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 10101001 01010110 10110101
Octal 251 126 265
Decimal 169 86 181
Hex A9 56 B5

RGB Percentages of Color #a956b5

%38.76
%19.72
%41.51

CMYK Percentages of Color #a956b5

%7
%52
%0
%29

Triadic Colors of #a956b5

#a956b5 #b5a956 #56b5a9

Analogous Colors of #a956b5

#a956b5 #b55692 #7a56b5

Monochromatic Colors of #a956b5

#a956b5

Complementary Color

#a956b5 #62b556

#a956b5 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#a956b5 Color Preview on White Background

Lorem ipsum dolor sit amet.

#a956b5 Color CSS Codes

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

#a956b5 Text Font Color

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

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


#a956b5 Background Color

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

This div background color is #a956b5


#a956b5 Border Color

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

This div border color is #a956b5


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #a956b5

#a956b5 Color Palettes


Comments

No comments written yet.

Please login to write comment.