Color Hex Logo

#a67acc Color Hex

#A67ACC
(166,122,204)
0 Favorites   0 Comments

Color spaces of #a67acc

RGB 166122204
HSL0.760.450.64
HSV272°40°80°
CMYK 0.190.400.00   0.20
XYZ33.584526.385760.4496
Yxy26.38570.27890.2191
Hunter Lab51.367026.8136-33.8166
CIE-Lab58.401432.7888-36.0988

#a67acc color RGB value is (166,122,204).

#a67acc hex color red value is 166, green value is 122 and the blue value of its RGB is 204. Cylindrical-coordinate representations (also known as HSL) of color #a67acc hue: 0.76 , saturation: 0.45 and the lightness value of a67acc is 0.64.

The process color (four color CMYK) of #a67acc color hex is 0.19, 0.40, 0.00, 0.20. Web safe color of #a67acc is #9966cc. Color #a67acc contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 10100110 01111010 11001100
Octal 246 172 314
Decimal 166 122 204
Hex A6 7A CC

RGB Percentages of Color #a67acc

%33.74
%24.80
%41.46

CMYK Percentages of Color #a67acc

%19
%40
%0
%20

Triadic Colors of #a67acc

#a67acc #cca67a #7acca6

Analogous Colors of #a67acc

#a67acc #cc7ac9 #7d7acc

Monochromatic Colors of #a67acc

#a67acc

Complementary Color

#a67acc #a0cc7a

#a67acc Color Preview on Black Background

Lorem ipsum dolor sit amet.

#a67acc Color Preview on White Background

Lorem ipsum dolor sit amet.

#a67acc Color CSS Codes

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

#a67acc Text Font Color

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

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


#a67acc Background Color

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

This div background color is #a67acc


#a67acc Border Color

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

This div border color is #a67acc


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(166,122,204, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #a67acc; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #a67acc;
  -webkit-box-shadow: 1px 1px 3px 2px #a67acc;
  box-shadow:         1px 1px 3px 2px #a67acc; }

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(166,122,204, 0.8);">Text here</p>

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #a67acc


Comments

No comments written yet.

Please login to write comment.