Color Hex Logo

#a66feb Color Hex

#A66FEB
(166,111,235)
0 Favorites   0 Comments

Color spaces of #a66feb

RGB 166111235
HSL0.740.760.68
HSV267°53°92°
CMYK 0.290.530.00   0.08
XYZ36.405725.474081.5954
Yxy25.47400.25370.1775
Hunter Lab50.471840.4279-60.5212
CIE-Lab57.534446.1589-54.8791

#a66feb color RGB value is (166,111,235).

#a66feb hex color red value is 166, green value is 111 and the blue value of its RGB is 235. Cylindrical-coordinate representations (also known as HSL) of color #a66feb hue: 0.74 , saturation: 0.76 and the lightness value of a66feb is 0.68.

The process color (four color CMYK) of #a66feb color hex is 0.29, 0.53, 0.00, 0.08. Web safe color of #a66feb is #9966ff. Color #a66feb contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 10100110 01101111 11101011
Octal 246 157 353
Decimal 166 111 235
Hex A6 6F EB

RGB Percentages of Color #a66feb

%32.42
%21.68
%45.90

CMYK Percentages of Color #a66feb

%29
%53
%0
%8

Triadic Colors of #a66feb

#a66feb #eba66f #6feba6

Analogous Colors of #a66feb

#a66feb #e46feb #6f76eb

Monochromatic Colors of #a66feb

#a66feb

Complementary Color

#a66feb #b4eb6f

#a66feb Color Preview on Black Background

Lorem ipsum dolor sit amet.

#a66feb Color Preview on White Background

Lorem ipsum dolor sit amet.

#a66feb Color CSS Codes

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

#a66feb Text Font Color

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

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


#a66feb Background Color

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

This div background color is #a66feb


#a66feb Border Color

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

This div border color is #a66feb


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #a66feb


Comments

No comments written yet.

Please login to write comment.