Color Hex Logo

#a656bd Color Hex

#A656BD
(166,86,189)
0 Favorites   0 Comments

Color spaces of #a656bd

RGB 16686189
HSL0.800.440.54
HSV287°54°74°
CMYK 0.120.540.00   0.26
XYZ28.239018.436750.2144
Yxy18.43670.29150.1903
Hunter Lab42.938042.2525-39.2809
CIE-Lab50.021649.0609-40.6902

#a656bd color RGB value is (166,86,189).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10100110 01010110 10111101
Octal 246 126 275
Decimal 166 86 189
Hex A6 56 BD

RGB Percentages of Color #a656bd

%37.64
%19.50
%42.86

CMYK Percentages of Color #a656bd

%12
%54
%0
%26

Triadic Colors of #a656bd

#a656bd #bda656 #56bda6

Analogous Colors of #a656bd

#a656bd #bd56a1 #7356bd

Monochromatic Colors of #a656bd

#a656bd

Complementary Color

#a656bd #6dbd56

#a656bd Color Preview on Black Background

Lorem ipsum dolor sit amet.

#a656bd Color Preview on White Background

Lorem ipsum dolor sit amet.

#a656bd Color CSS Codes

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

#a656bd Text Font Color

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

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


#a656bd Background Color

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

This div background color is #a656bd


#a656bd Border Color

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

This div border color is #a656bd


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #a656bd


Comments

No comments written yet.

Please login to write comment.