Color Hex Logo

#a656bb Color Hex

#A656BB
(166,86,187)
0 Favorites   0 Comments

Color spaces of #a656bb

RGB 16686187
HSL0.800.430.54
HSV288°54°73°
CMYK 0.110.540.00   0.27
XYZ28.023318.350449.0787
Yxy18.35040.29360.1922
Hunter Lab42.837441.8055-37.9423
CIE-Lab49.918448.6540-39.6943

#a656bb color RGB value is (166,86,187).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10100110 01010110 10111011
Octal 246 126 273
Decimal 166 86 187
Hex A6 56 BB

RGB Percentages of Color #a656bb

%37.81
%19.59
%42.60

CMYK Percentages of Color #a656bb

%11
%54
%0
%27

Triadic Colors of #a656bb

#a656bb #bba656 #56bba6

Analogous Colors of #a656bb

#a656bb #bb569e #7456bb

Monochromatic Colors of #a656bb

#a656bb

Complementary Color

#a656bb #6bbb56

#a656bb Color Preview on Black Background

Lorem ipsum dolor sit amet.

#a656bb Color Preview on White Background

Lorem ipsum dolor sit amet.

#a656bb Color CSS Codes

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

#a656bb Text Font Color

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

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


#a656bb Background Color

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

This div background color is #a656bb


#a656bb Border Color

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

This div border color is #a656bb


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #a656bb


Comments

No comments written yet.

Please login to write comment.