Color Hex Logo

#a56edd Color Hex

#A56EDD
(165,110,221)
0 Favorites   0 Comments

Color spaces of #a56edd

RGB 165110221
HSL0.750.620.65
HSV270°50°87°
CMYK 0.250.500.00   0.13
XYZ34.144124.371771.3112
Yxy24.37170.26300.1877
Hunter Lab49.367737.0622-51.0865
CIE-Lab56.458043.1177-48.7574

#a56edd color RGB value is (165,110,221).

#a56edd hex color red value is 165, green value is 110 and the blue value of its RGB is 221. Cylindrical-coordinate representations (also known as HSL) of color #a56edd hue: 0.75 , saturation: 0.62 and the lightness value of a56edd is 0.65.

The process color (four color CMYK) of #a56edd color hex is 0.25, 0.50, 0.00, 0.13. Web safe color of #a56edd is #9966cc. Color #a56edd contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 10100101 01101110 11011101
Octal 245 156 335
Decimal 165 110 221
Hex A5 6E DD

RGB Percentages of Color #a56edd

%33.27
%22.18
%44.56

CMYK Percentages of Color #a56edd

%25
%50
%0
%13

Triadic Colors of #a56edd

#a56edd #dda56e #6edda5

Analogous Colors of #a56edd

#a56edd #dd6edd #6e6fdd

Monochromatic Colors of #a56edd

#a56edd

Complementary Color

#a56edd #a6dd6e

#a56edd Color Preview on Black Background

Lorem ipsum dolor sit amet.

#a56edd Color Preview on White Background

Lorem ipsum dolor sit amet.

#a56edd Color CSS Codes

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

#a56edd Text Font Color

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

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


#a56edd Background Color

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

This div background color is #a56edd


#a56edd Border Color

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

This div border color is #a56edd


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #a56edd


Comments

No comments written yet.

Please login to write comment.