Color Hex Logo

#a66bda Color Hex

#A66BDA
(166,107,218)
0 Favorites   0 Comments

Color spaces of #a66bda

RGB 166107218
HSL0.760.600.64
HSV272°51°85°
CMYK 0.240.510.00   0.15
XYZ33.638523.684369.1283
Yxy23.68430.26600.1873
Hunter Lab48.666538.2135-50.1518
CIE-Lab55.770344.3189-48.1526

#a66bda color RGB value is (166,107,218).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10100110 01101011 11011010
Octal 246 153 332
Decimal 166 107 218
Hex A6 6B DA

RGB Percentages of Color #a66bda

%33.81
%21.79
%44.40

CMYK Percentages of Color #a66bda

%24
%51
%0
%15

Triadic Colors of #a66bda

#a66bda #daa66b #6bdaa6

Analogous Colors of #a66bda

#a66bda #da6bd7 #6f6bda

Monochromatic Colors of #a66bda

#a66bda

Complementary Color

#a66bda #9fda6b

#a66bda Color Preview on Black Background

Lorem ipsum dolor sit amet.

#a66bda Color Preview on White Background

Lorem ipsum dolor sit amet.

#a66bda Color CSS Codes

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

#a66bda Text Font Color

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

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


#a66bda Background Color

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

This div background color is #a66bda


#a66bda Border Color

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

This div border color is #a66bda


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #a66bda


Comments

No comments written yet.

Please login to write comment.