Color Hex Logo

#a669da Color Hex

#A669DA
(166,105,218)
0 Favorites   0 Comments

Color spaces of #a669da

RGB 166105218
HSL0.760.600.63
HSV272°52°85°
CMYK 0.240.520.00   0.15
XYZ33.432323.272169.0596
Yxy23.27210.26580.1850
Hunter Lab48.241239.2828-51.1077
CIE-Lab55.351545.3999-48.8177

#a669da color RGB value is (166,105,218).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10100110 01101001 11011010
Octal 246 151 332
Decimal 166 105 218
Hex A6 69 DA

RGB Percentages of Color #a669da

%33.95
%21.47
%44.58

CMYK Percentages of Color #a669da

%24
%52
%0
%15

Triadic Colors of #a669da

#a669da #daa669 #69daa6

Analogous Colors of #a669da

#a669da #da69d6 #6e69da

Monochromatic Colors of #a669da

#a669da

Complementary Color

#a669da #9dda69

#a669da Color Preview on Black Background

Lorem ipsum dolor sit amet.

#a669da Color Preview on White Background

Lorem ipsum dolor sit amet.

#a669da Color CSS Codes

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

#a669da Text Font Color

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

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


#a669da Background Color

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

This div background color is #a669da


#a669da Border Color

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

This div border color is #a669da


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #a669da


Comments

No comments written yet.

Please login to write comment.