Color Hex Logo

#a56ddb Color Hex

#A56DDB
(165,109,219)
0 Favorites   0 Comments

Color spaces of #a56ddb

RGB 165109219
HSL0.750.600.64
HSV271°50°86°
CMYK 0.250.500.00   0.14
XYZ33.771924.051169.8802
Yxy24.05110.26450.1883
Hunter Lab49.041937.0977-50.1534
CIE-Lab56.138943.1970-48.1380

#a56ddb color RGB value is (165,109,219).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10100101 01101101 11011011
Octal 245 155 333
Decimal 165 109 219
Hex A5 6D DB

RGB Percentages of Color #a56ddb

%33.47
%22.11
%44.42

CMYK Percentages of Color #a56ddb

%25
%50
%0
%14

Triadic Colors of #a56ddb

#a56ddb #dba56d #6ddba5

Analogous Colors of #a56ddb

#a56ddb #db6dda #6e6ddb

Monochromatic Colors of #a56ddb

#a56ddb

Complementary Color

#a56ddb #a3db6d

#a56ddb Color Preview on Black Background

Lorem ipsum dolor sit amet.

#a56ddb Color Preview on White Background

Lorem ipsum dolor sit amet.

#a56ddb Color CSS Codes

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

#a56ddb Text Font Color

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

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


#a56ddb Background Color

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

This div background color is #a56ddb


#a56ddb Border Color

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

This div border color is #a56ddb


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #a56ddb


Comments

No comments written yet.

Please login to write comment.