Color Hex Logo

#a36add Color Hex

#A36ADD
(163,106,221)
0 Favorites   0 Comments

Color spaces of #a36add

RGB 163106221
HSL0.750.630.64
HSV270°52°87°
CMYK 0.260.520.00   0.13
XYZ33.309423.315171.1513
Yxy23.31510.26070.1825
Hunter Lab48.285738.6364-53.5666
CIE-Lab55.395444.7776-50.4596

#a36add color RGB value is (163,106,221).

#a36add hex color red value is 163, green value is 106 and the blue value of its RGB is 221. Cylindrical-coordinate representations (also known as HSL) of color #a36add hue: 0.75 , saturation: 0.63 and the lightness value of a36add is 0.64.

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

Base Numbers

BaseRedGreenBlue
Binary 10100011 01101010 11011101
Octal 243 152 335
Decimal 163 106 221
Hex A3 6A DD

RGB Percentages of Color #a36add

%33.27
%21.63
%45.10

CMYK Percentages of Color #a36add

%26
%52
%0
%13

Triadic Colors of #a36add

#a36add #dda36a #6adda3

Analogous Colors of #a36add

#a36add #dd6add #6a6bdd

Monochromatic Colors of #a36add

#a36add

Complementary Color

#a36add #a4dd6a

#a36add Color Preview on Black Background

Lorem ipsum dolor sit amet.

#a36add Color Preview on White Background

Lorem ipsum dolor sit amet.

#a36add Color CSS Codes

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

#a36add Text Font Color

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

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


#a36add Background Color

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

This div background color is #a36add


#a36add Border Color

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

This div border color is #a36add


Css3 Examples

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

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(163,106,221, 0.8);">Text here</p>

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #a36add


Comments

No comments written yet.

Please login to write comment.