Color Hex Logo

#a56dd2 Color Hex

#A56DD2
(165,109,210)
0 Favorites   0 Comments

Color spaces of #a56dd2

RGB 165109210
HSL0.760.530.63
HSV273°48°82°
CMYK 0.210.480.00   0.18
XYZ32.618523.589863.8069
Yxy23.58980.27180.1966
Hunter Lab48.569334.8818-43.8924
CIE-Lab55.674741.1194-43.7883

#a56dd2 color RGB value is (165,109,210).

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

The process color (four color CMYK) of #a56dd2 color hex is 0.21, 0.48, 0.00, 0.18. Web safe color of #a56dd2 is #9966cc. Color #a56dd2 contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 10100101 01101101 11010010
Octal 245 155 322
Decimal 165 109 210
Hex A5 6D D2

RGB Percentages of Color #a56dd2

%34.09
%22.52
%43.39

CMYK Percentages of Color #a56dd2

%21
%48
%0
%18

Triadic Colors of #a56dd2

#a56dd2 #d2a56d #6dd2a5

Analogous Colors of #a56dd2

#a56dd2 #d26dcd #736dd2

Monochromatic Colors of #a56dd2

#a56dd2

Complementary Color

#a56dd2 #9ad26d

#a56dd2 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#a56dd2 Color Preview on White Background

Lorem ipsum dolor sit amet.

#a56dd2 Color CSS Codes

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

#a56dd2 Text Font Color

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

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


#a56dd2 Background Color

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

This div background color is #a56dd2


#a56dd2 Border Color

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

This div border color is #a56dd2


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #a56dd2


Comments

No comments written yet.

Please login to write comment.