Color Hex Logo

#a656bc Color Hex

#A656BC
(166,86,188)
0 Favorites   0 Comments

Color spaces of #a656bc

RGB 16686188
HSL0.800.430.54
HSV287°54°74°
CMYK 0.120.540.00   0.26
XYZ28.130818.393449.6446
Yxy18.39340.29250.1913
Hunter Lab42.887542.0286-38.6101
CIE-Lab49.969848.8572-40.1927

#a656bc color RGB value is (166,86,188).

#a656bc hex color red value is 166, green value is 86 and the blue value of its RGB is 188. Cylindrical-coordinate representations (also known as HSL) of color #a656bc hue: 0.80 , saturation: 0.43 and the lightness value of a656bc is 0.54.

The process color (four color CMYK) of #a656bc color hex is 0.12, 0.54, 0.00, 0.26. Web safe color of #a656bc is #9966cc. Color #a656bc contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 10100110 01010110 10111100
Octal 246 126 274
Decimal 166 86 188
Hex A6 56 BC

RGB Percentages of Color #a656bc

%37.73
%19.55
%42.73

CMYK Percentages of Color #a656bc

%12
%54
%0
%26

Triadic Colors of #a656bc

#a656bc #bca656 #56bca6

Analogous Colors of #a656bc

#a656bc #bc569f #7356bc

Monochromatic Colors of #a656bc

#a656bc

Complementary Color

#a656bc #6cbc56

#a656bc Color Preview on Black Background

Lorem ipsum dolor sit amet.

#a656bc Color Preview on White Background

Lorem ipsum dolor sit amet.

#a656bc Color CSS Codes

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

#a656bc Text Font Color

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

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


#a656bc Background Color

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

This div background color is #a656bc


#a656bc Border Color

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

This div border color is #a656bc


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #a656bc


Comments

No comments written yet.

Please login to write comment.