Color Hex Logo

#a66abf Color Hex

#A66ABF
(166,106,191)
0 Favorites   0 Comments

Color spaces of #a66abf

RGB 166106191
HSL0.780.400.58
HSV282°45°75°
CMYK 0.130.450.00   0.25
XYZ30.283922.176651.9746
Yxy22.17660.29000.2123
Hunter Lab47.092032.3785-32.4728
CIE-Lab54.213938.8569-35.2469

#a66abf color RGB value is (166,106,191).

#a66abf hex color red value is 166, green value is 106 and the blue value of its RGB is 191. Cylindrical-coordinate representations (also known as HSL) of color #a66abf hue: 0.78 , saturation: 0.40 and the lightness value of a66abf is 0.58.

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

Base Numbers

BaseRedGreenBlue
Binary 10100110 01101010 10111111
Octal 246 152 277
Decimal 166 106 191
Hex A6 6A BF

RGB Percentages of Color #a66abf

%35.85
%22.89
%41.25

CMYK Percentages of Color #a66abf

%13
%45
%0
%25

Triadic Colors of #a66abf

#a66abf #bfa66a #6abfa6

Analogous Colors of #a66abf

#a66abf #bf6aae #7c6abf

Monochromatic Colors of #a66abf

#a66abf

Complementary Color

#a66abf #83bf6a

#a66abf Color Preview on Black Background

Lorem ipsum dolor sit amet.

#a66abf Color Preview on White Background

Lorem ipsum dolor sit amet.

#a66abf Color CSS Codes

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

#a66abf Text Font Color

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

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


#a66abf Background Color

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

This div background color is #a66abf


#a66abf Border Color

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

This div border color is #a66abf


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #a66abf


Comments

No comments written yet.

Please login to write comment.