Color Hex Logo

#a556ba Color Hex

#A556BA
(165,86,186)
0 Favorites   0 Comments

Color spaces of #a556ba

RGB 16586186
HSL0.800.420.53
HSV287°54°73°
CMYK 0.110.540.00   0.27
XYZ27.707818.200148.5070
Yxy18.20010.29350.1928
Hunter Lab42.661641.2743-37.5507
CIE-Lab49.737948.1782-39.4077

#a556ba color RGB value is (165,86,186).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10100101 01010110 10111010
Octal 245 126 272
Decimal 165 86 186
Hex A5 56 BA

RGB Percentages of Color #a556ba

%37.76
%19.68
%42.56

CMYK Percentages of Color #a556ba

%11
%54
%0
%27

Triadic Colors of #a556ba

#a556ba #baa556 #56baa5

Analogous Colors of #a556ba

#a556ba #ba569d #7356ba

Monochromatic Colors of #a556ba

#a556ba

Complementary Color

#a556ba #6bba56

#a556ba Color Preview on Black Background

Lorem ipsum dolor sit amet.

#a556ba Color Preview on White Background

Lorem ipsum dolor sit amet.

#a556ba Color CSS Codes

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

#a556ba Text Font Color

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

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


#a556ba Background Color

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

This div background color is #a556ba


#a556ba Border Color

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

This div border color is #a556ba


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #a556ba


Comments

No comments written yet.

Please login to write comment.