Color Hex Logo

#a56ade Color Hex

#A56ADE
(165,106,222)
0 Favorites   0 Comments

Color spaces of #a56ade

RGB 165106222
HSL0.750.640.64
HSV271°52°87°
CMYK 0.260.520.00   0.13
XYZ33.855923.581371.8745
Yxy23.58130.26180.1824
Hunter Lab48.560639.4672-53.7627
CIE-Lab55.666145.5283-50.5789

#a56ade color RGB value is (165,106,222).

#a56ade hex color red value is 165, green value is 106 and the blue value of its RGB is 222. Cylindrical-coordinate representations (also known as HSL) of color #a56ade hue: 0.75 , saturation: 0.64 and the lightness value of a56ade is 0.64.

The process color (four color CMYK) of #a56ade color hex is 0.26, 0.52, 0.00, 0.13. Web safe color of #a56ade is #9966cc. Color #a56ade contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 10100101 01101010 11011110
Octal 245 152 336
Decimal 165 106 222
Hex A5 6A DE

RGB Percentages of Color #a56ade

%33.47
%21.50
%45.03

CMYK Percentages of Color #a56ade

%26
%52
%0
%13

Triadic Colors of #a56ade

#a56ade #dea56a #6adea5

Analogous Colors of #a56ade

#a56ade #de6add #6b6ade

Monochromatic Colors of #a56ade

#a56ade

Complementary Color

#a56ade #a3de6a

#a56ade Color Preview on Black Background

Lorem ipsum dolor sit amet.

#a56ade Color Preview on White Background

Lorem ipsum dolor sit amet.

#a56ade Color CSS Codes

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

#a56ade Text Font Color

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

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


#a56ade Background Color

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

This div background color is #a56ade


#a56ade Border Color

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

This div border color is #a56ade


Css3 Examples

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

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(165,106,222, 0.8);">Text here</p>

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #a56ade


Comments

No comments written yet.

Please login to write comment.