Color Hex Logo

#a56dcd Color Hex

#A56DCD
(165,109,205)
0 Favorites   0 Comments

Color spaces of #a56dcd

RGB 165109205
HSL0.760.490.62
HSV275°47°80°
CMYK 0.200.470.00   0.20
XYZ32.005123.344460.5767
Yxy23.34440.27610.2014
Hunter Lab48.316033.6874-40.5142
CIE-Lab55.425339.9862-41.3450

#a56dcd color RGB value is (165,109,205).

#a56dcd hex color red value is 165, green value is 109 and the blue value of its RGB is 205. Cylindrical-coordinate representations (also known as HSL) of color #a56dcd hue: 0.76 , saturation: 0.49 and the lightness value of a56dcd is 0.62.

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

Base Numbers

BaseRedGreenBlue
Binary 10100101 01101101 11001101
Octal 245 155 315
Decimal 165 109 205
Hex A5 6D CD

RGB Percentages of Color #a56dcd

%34.45
%22.76
%42.80

CMYK Percentages of Color #a56dcd

%20
%47
%0
%20

Triadic Colors of #a56dcd

#a56dcd #cda56d #6dcda5

Analogous Colors of #a56dcd

#a56dcd #cd6dc5 #756dcd

Monochromatic Colors of #a56dcd

#a56dcd

Complementary Color

#a56dcd #95cd6d

#a56dcd Color Preview on Black Background

Lorem ipsum dolor sit amet.

#a56dcd Color Preview on White Background

Lorem ipsum dolor sit amet.

#a56dcd Color CSS Codes

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

#a56dcd Text Font Color

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

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


#a56dcd Background Color

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

This div background color is #a56dcd


#a56dcd Border Color

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

This div border color is #a56dcd


Css3 Examples

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

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(165,109,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 #a56dcd">Text here</p>

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #a56dcd


Comments

No comments written yet.

Please login to write comment.