Color Hex Logo

#a65ade Color Hex

#A65ADE
(166,90,222)
0 Favorites   0 Comments

Color spaces of #a65ade

RGB 16690222
HSL0.760.670.61
HSV275°59°87°
CMYK 0.250.590.00   0.13
XYZ32.566920.693271.3850
Yxy20.69320.26130.1660
Hunter Lab45.489848.1840-61.1982
CIE-Lab52.612154.1358-55.4483

#a65ade color RGB value is (166,90,222).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10100110 01011010 11011110
Octal 246 132 336
Decimal 166 90 222
Hex A6 5A DE

RGB Percentages of Color #a65ade

%34.73
%18.83
%46.44

CMYK Percentages of Color #a65ade

%25
%59
%0
%13

Triadic Colors of #a65ade

#a65ade #dea65a #5adea6

Analogous Colors of #a65ade

#a65ade #de5ad4 #645ade

Monochromatic Colors of #a65ade

#a65ade

Complementary Color

#a65ade #92de5a

#a65ade Color Preview on Black Background

Lorem ipsum dolor sit amet.

#a65ade Color Preview on White Background

Lorem ipsum dolor sit amet.

#a65ade Color CSS Codes

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

#a65ade Text Font Color

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

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


#a65ade Background Color

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

This div background color is #a65ade


#a65ade Border Color

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

This div border color is #a65ade


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #a65ade


Comments

No comments written yet.

Please login to write comment.