Color Hex Logo

#a06ade Color Hex

#A06ADE
(160,106,222)
0 Favorites   0 Comments

Color spaces of #a06ade

RGB 160106222
HSL0.740.640.64
HSV268°52°87°
CMYK 0.280.520.00   0.13
XYZ32.836123.055671.8268
Yxy23.05560.25710.1805
Hunter Lab48.016238.0395-55.0797
CIE-Lab55.129644.2459-51.4655

#a06ade color RGB value is (160,106,222).

#a06ade hex color red value is 160, green value is 106 and the blue value of its RGB is 222. Cylindrical-coordinate representations (also known as HSL) of color #a06ade hue: 0.74 , saturation: 0.64 and the lightness value of a06ade is 0.64.

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

Base Numbers

BaseRedGreenBlue
Binary 10100000 01101010 11011110
Octal 240 152 336
Decimal 160 106 222
Hex A0 6A DE

RGB Percentages of Color #a06ade

%32.79
%21.72
%45.49

CMYK Percentages of Color #a06ade

%28
%52
%0
%13

Triadic Colors of #a06ade

#a06ade #dea06a #6adea0

Analogous Colors of #a06ade

#a06ade #da6ade #6a6ede

Monochromatic Colors of #a06ade

#a06ade

Complementary Color

#a06ade #a8de6a

#a06ade Color Preview on Black Background

Lorem ipsum dolor sit amet.

#a06ade Color Preview on White Background

Lorem ipsum dolor sit amet.

#a06ade Color CSS Codes

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

#a06ade Text Font Color

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

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


#a06ade Background Color

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

This div background color is #a06ade


#a06ade Border Color

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

This div border color is #a06ade


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #a06ade


Comments

No comments written yet.

Please login to write comment.