Color Hex Logo

#a36fad Color Hex

#A36FAD
(163,111,173)
0 Favorites   0 Comments

Color spaces of #a36fad

RGB 163111173
HSL0.810.270.56
HSV290°36°68°
CMYK 0.060.360.00   0.32
XYZ28.331522.172542.3217
Yxy22.17250.30520.2389
Hunter Lab47.087724.9956-20.3276
CIE-Lab54.209631.3731-24.9081

#a36fad color RGB value is (163,111,173).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10100011 01101111 10101101
Octal 243 157 255
Decimal 163 111 173
Hex A3 6F AD

RGB Percentages of Color #a36fad

%36.47
%24.83
%38.70

CMYK Percentages of Color #a36fad

%6
%36
%0
%32

Triadic Colors of #a36fad

#a36fad #ada36f #6fada3

Analogous Colors of #a36fad

#a36fad #ad6f98 #846fad

Monochromatic Colors of #a36fad

#a36fad

Complementary Color

#a36fad #79ad6f

#a36fad Color Preview on Black Background

Lorem ipsum dolor sit amet.

#a36fad Color Preview on White Background

Lorem ipsum dolor sit amet.

#a36fad Color CSS Codes

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

#a36fad Text Font Color

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

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


#a36fad Background Color

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

This div background color is #a36fad


#a36fad Border Color

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

This div border color is #a36fad


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #a36fad


Comments

No comments written yet.

Please login to write comment.