Color Hex Logo

#a76add Color Hex

#A76ADD
(167,106,221)
0 Favorites   0 Comments

Color spaces of #a76add

RGB 167106221
HSL0.760.630.64
HSV272°52°87°
CMYK 0.240.520.00   0.13
XYZ34.141523.744071.1902
Yxy23.74400.26450.1840
Hunter Lab48.727839.7937-52.5118
CIE-Lab55.830645.8133-49.7410

#a76add color RGB value is (167,106,221).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10100111 01101010 11011101
Octal 247 152 335
Decimal 167 106 221
Hex A7 6A DD

RGB Percentages of Color #a76add

%33.81
%21.46
%44.74

CMYK Percentages of Color #a76add

%24
%52
%0
%13

Triadic Colors of #a76add

#a76add #dda76a #6adda7

Analogous Colors of #a76add

#a76add #dd6ada #6e6add

Monochromatic Colors of #a76add

#a76add

Complementary Color

#a76add #a0dd6a

#a76add Color Preview on Black Background

Lorem ipsum dolor sit amet.

#a76add Color Preview on White Background

Lorem ipsum dolor sit amet.

#a76add Color CSS Codes

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

#a76add Text Font Color

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

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


#a76add Background Color

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

This div background color is #a76add


#a76add Border Color

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

This div border color is #a76add


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #a76add


Comments

No comments written yet.

Please login to write comment.