Color Hex Logo

#a56edb Color Hex

#A56EDB
(165,110,219)
0 Favorites   0 Comments

Color spaces of #a56edb

RGB 165110219
HSL0.750.600.65
HSV270°50°86°
CMYK 0.250.500.00   0.14
XYZ33.879224.265769.9159
Yxy24.26570.26460.1895
Hunter Lab49.260236.5597-49.6692
CIE-Lab56.352842.6495-47.7986

#a56edb color RGB value is (165,110,219).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10100101 01101110 11011011
Octal 245 156 333
Decimal 165 110 219
Hex A5 6E DB

RGB Percentages of Color #a56edb

%33.40
%22.27
%44.33

CMYK Percentages of Color #a56edb

%25
%50
%0
%14

Triadic Colors of #a56edb

#a56edb #dba56e #6edba5

Analogous Colors of #a56edb

#a56edb #db6edb #6f6edb

Monochromatic Colors of #a56edb

#a56edb

Complementary Color

#a56edb #a4db6e

#a56edb Color Preview on Black Background

Lorem ipsum dolor sit amet.

#a56edb Color Preview on White Background

Lorem ipsum dolor sit amet.

#a56edb Color CSS Codes

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

#a56edb Text Font Color

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

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


#a56edb Background Color

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

This div background color is #a56edb


#a56edb Border Color

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

This div border color is #a56edb


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #a56edb


Comments

No comments written yet.

Please login to write comment.