Color Hex Logo

#a656cd Color Hex

#A656CD
(166,86,205)
0 Favorites   0 Comments

Color spaces of #a656cd

RGB 16686205
HSL0.780.540.57
HSV280°58°80°
CMYK 0.190.580.00   0.20
XYZ30.073119.170359.8728
Yxy19.17030.27560.1757
Hunter Lab43.783945.9814-50.4281
CIE-Lab50.885952.4076-48.5321

#a656cd color RGB value is (166,86,205).

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

The process color (four color CMYK) of #a656cd color hex is 0.19, 0.58, 0.00, 0.20. Web safe color of #a656cd is #9966cc. Color #a656cd contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 10100110 01010110 11001101
Octal 246 126 315
Decimal 166 86 205
Hex A6 56 CD

RGB Percentages of Color #a656cd

%36.32
%18.82
%44.86

CMYK Percentages of Color #a656cd

%19
%58
%0
%20

Triadic Colors of #a656cd

#a656cd #cda656 #56cda6

Analogous Colors of #a656cd

#a656cd #cd56b9 #6b56cd

Monochromatic Colors of #a656cd

#a656cd

Complementary Color

#a656cd #7dcd56

#a656cd Color Preview on Black Background

Lorem ipsum dolor sit amet.

#a656cd Color Preview on White Background

Lorem ipsum dolor sit amet.

#a656cd Color CSS Codes

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

#a656cd Text Font Color

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

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


#a656cd Background Color

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

This div background color is #a656cd


#a656cd Border Color

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

This div border color is #a656cd


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #a656cd


Comments

No comments written yet.

Please login to write comment.