Color Hex Logo

#a56dbd Color Hex

#A56DBD
(165,109,189)
0 Favorites   0 Comments

Color spaces of #a56dbd

RGB 165109189
HSL0.780.380.58
HSV282°42°74°
CMYK 0.130.420.00   0.26
XYZ30.171022.610750.9182
Yxy22.61070.29090.2180
Hunter Lab47.550730.0448-30.2034
CIE-Lab54.669136.4700-33.3958

#a56dbd color RGB value is (165,109,189).

#a56dbd hex color red value is 165, green value is 109 and the blue value of its RGB is 189. Cylindrical-coordinate representations (also known as HSL) of color #a56dbd hue: 0.78 , saturation: 0.38 and the lightness value of a56dbd is 0.58.

The process color (four color CMYK) of #a56dbd color hex is 0.13, 0.42, 0.00, 0.26. Web safe color of #a56dbd is #9966cc. Color #a56dbd contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 10100101 01101101 10111101
Octal 245 155 275
Decimal 165 109 189
Hex A5 6D BD

RGB Percentages of Color #a56dbd

%35.64
%23.54
%40.82

CMYK Percentages of Color #a56dbd

%13
%42
%0
%26

Triadic Colors of #a56dbd

#a56dbd #bda56d #6dbda5

Analogous Colors of #a56dbd

#a56dbd #bd6dad #7d6dbd

Monochromatic Colors of #a56dbd

#a56dbd

Complementary Color

#a56dbd #85bd6d

#a56dbd Color Preview on Black Background

Lorem ipsum dolor sit amet.

#a56dbd Color Preview on White Background

Lorem ipsum dolor sit amet.

#a56dbd Color CSS Codes

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

#a56dbd Text Font Color

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

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


#a56dbd Background Color

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

This div background color is #a56dbd


#a56dbd Border Color

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

This div border color is #a56dbd


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #a56dbd


Comments

No comments written yet.

Please login to write comment.