Color Hex Logo

#a663da Color Hex

#A663DA
(166,99,218)
0 Favorites   0 Comments

Color spaces of #a663da

RGB 16699218
HSL0.760.620.62
HSV274°55°85°
CMYK 0.240.550.00   0.15
XYZ32.842622.092668.8630
Yxy22.09260.26530.1785
Hunter Lab47.002842.4698-53.9629
CIE-Lab54.125148.5986-50.7689

#a663da color RGB value is (166,99,218).

#a663da hex color red value is 166, green value is 99 and the blue value of its RGB is 218. Cylindrical-coordinate representations (also known as HSL) of color #a663da hue: 0.76 , saturation: 0.62 and the lightness value of a663da is 0.62.

The process color (four color CMYK) of #a663da color hex is 0.24, 0.55, 0.00, 0.15. Web safe color of #a663da is #9966cc. Color #a663da contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 10100110 01100011 11011010
Octal 246 143 332
Decimal 166 99 218
Hex A6 63 DA

RGB Percentages of Color #a663da

%34.37
%20.50
%45.13

CMYK Percentages of Color #a663da

%24
%55
%0
%15

Triadic Colors of #a663da

#a663da #daa663 #63daa6

Analogous Colors of #a663da

#a663da #da63d3 #6b63da

Monochromatic Colors of #a663da

#a663da

Complementary Color

#a663da #97da63

#a663da Color Preview on Black Background

Lorem ipsum dolor sit amet.

#a663da Color Preview on White Background

Lorem ipsum dolor sit amet.

#a663da Color CSS Codes

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

#a663da Text Font Color

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

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


#a663da Background Color

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

This div background color is #a663da


#a663da Border Color

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

This div border color is #a663da


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #a663da


Comments

No comments written yet.

Please login to write comment.