Color Hex Logo

#a56fad Color Hex

#A56FAD
(165,111,173)
0 Favorites   0 Comments

Color spaces of #a56fad

RGB 165111173
HSL0.810.270.56
HSV292°36°68°
CMYK 0.050.360.00   0.32
XYZ28.744322.385342.3410
Yxy22.38530.30750.2395
Hunter Lab47.313125.6468-19.9401
CIE-Lab54.433532.0223-24.5442

#a56fad color RGB value is (165,111,173).

#a56fad hex color red value is 165, green value is 111 and the blue value of its RGB is 173. Cylindrical-coordinate representations (also known as HSL) of color #a56fad hue: 0.81 , saturation: 0.27 and the lightness value of a56fad is 0.56.

The process color (four color CMYK) of #a56fad color hex is 0.05, 0.36, 0.00, 0.32. Web safe color of #a56fad is #996699. Color #a56fad contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 10100101 01101111 10101101
Octal 245 157 255
Decimal 165 111 173
Hex A5 6F AD

RGB Percentages of Color #a56fad

%36.75
%24.72
%38.53

CMYK Percentages of Color #a56fad

%5
%36
%0
%32

Triadic Colors of #a56fad

#a56fad #ada56f #6fada5

Analogous Colors of #a56fad

#a56fad #ad6f96 #866fad

Monochromatic Colors of #a56fad

#a56fad

Complementary Color

#a56fad #77ad6f

#a56fad Color Preview on Black Background

Lorem ipsum dolor sit amet.

#a56fad Color Preview on White Background

Lorem ipsum dolor sit amet.

#a56fad Color CSS Codes

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

#a56fad Text Font Color

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

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


#a56fad Background Color

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

This div background color is #a56fad


#a56fad Border Color

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

This div border color is #a56fad


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #a56fad


Comments

No comments written yet.

Please login to write comment.