Color Hex Logo

#a67ade Color Hex

#A67ADE
(166,122,222)
0 Favorites   0 Comments

Color spaces of #a67ade

RGB 166122222
HSL0.740.600.67
HSV266°45°87°
CMYK 0.250.450.00   0.13
XYZ35.870227.300072.4861
Yxy27.30000.26440.2012
Hunter Lab52.249431.1072-45.6790
CIE-Lab59.251036.9704-44.8907

#a67ade color RGB value is (166,122,222).

#a67ade hex color red value is 166, green value is 122 and the blue value of its RGB is 222. Cylindrical-coordinate representations (also known as HSL) of color #a67ade hue: 0.74 , saturation: 0.60 and the lightness value of a67ade is 0.67.

The process color (four color CMYK) of #a67ade color hex is 0.25, 0.45, 0.00, 0.13. Web safe color of #a67ade is #9966cc. Color #a67ade contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 10100110 01111010 11011110
Octal 246 172 336
Decimal 166 122 222
Hex A6 7A DE

RGB Percentages of Color #a67ade

%32.55
%23.92
%43.53

CMYK Percentages of Color #a67ade

%25
%45
%0
%13

Triadic Colors of #a67ade

#a67ade #dea67a #7adea6

Analogous Colors of #a67ade

#a67ade #d87ade #7a80de

Monochromatic Colors of #a67ade

#a67ade

Complementary Color

#a67ade #b2de7a

#a67ade Color Preview on Black Background

Lorem ipsum dolor sit amet.

#a67ade Color Preview on White Background

Lorem ipsum dolor sit amet.

#a67ade Color CSS Codes

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

#a67ade Text Font Color

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

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


#a67ade Background Color

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

This div background color is #a67ade


#a67ade Border Color

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

This div border color is #a67ade


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #a67ade


Comments

No comments written yet.

Please login to write comment.