Color Hex Logo

#a66bde Color Hex

#A66BDE
(166,107,222)
0 Favorites   0 Comments

Color spaces of #a66bde

RGB 166107222
HSL0.750.640.65
HSV271°52°87°
CMYK 0.250.520.00   0.13
XYZ34.168423.896371.9188
Yxy23.89630.26290.1838
Hunter Lab48.883839.2196-53.0098
CIE-Lab55.983845.2461-50.0670

#a66bde color RGB value is (166,107,222).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10100110 01101011 11011110
Octal 246 153 336
Decimal 166 107 222
Hex A6 6B DE

RGB Percentages of Color #a66bde

%33.54
%21.62
%44.85

CMYK Percentages of Color #a66bde

%25
%52
%0
%13

Triadic Colors of #a66bde

#a66bde #dea66b #6bdea6

Analogous Colors of #a66bde

#a66bde #de6bdd #6d6bde

Monochromatic Colors of #a66bde

#a66bde

Complementary Color

#a66bde #a3de6b

#a66bde Color Preview on Black Background

Lorem ipsum dolor sit amet.

#a66bde Color Preview on White Background

Lorem ipsum dolor sit amet.

#a66bde Color CSS Codes

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

#a66bde Text Font Color

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

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


#a66bde Background Color

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

This div background color is #a66bde


#a66bde Border Color

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

This div border color is #a66bde


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #a66bde


Comments

No comments written yet.

Please login to write comment.