Color Hex Logo

#a66fe8 Color Hex

#A66FE8
(166,111,232)
0 Favorites   0 Comments

Color spaces of #a66fe8

RGB 166111232
HSL0.740.720.67
HSV267°52°91°
CMYK 0.280.520.00   0.09
XYZ35.975825.302179.3316
Yxy25.30210.25590.1799
Hunter Lab50.301239.6375-58.2973
CIE-Lab57.368645.4385-53.4691

#a66fe8 color RGB value is (166,111,232).

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

The process color (four color CMYK) of #a66fe8 color hex is 0.28, 0.52, 0.00, 0.09. Web safe color of #a66fe8 is #9966ff. Color #a66fe8 contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 10100110 01101111 11101000
Octal 246 157 350
Decimal 166 111 232
Hex A6 6F E8

RGB Percentages of Color #a66fe8

%32.61
%21.81
%45.58

CMYK Percentages of Color #a66fe8

%28
%52
%0
%9

Triadic Colors of #a66fe8

#a66fe8 #e8a66f #6fe8a6

Analogous Colors of #a66fe8

#a66fe8 #e36fe8 #6f75e8

Monochromatic Colors of #a66fe8

#a66fe8

Complementary Color

#a66fe8 #b1e86f

#a66fe8 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#a66fe8 Color Preview on White Background

Lorem ipsum dolor sit amet.

#a66fe8 Color CSS Codes

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

#a66fe8 Text Font Color

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

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


#a66fe8 Background Color

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

This div background color is #a66fe8


#a66fe8 Border Color

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

This div border color is #a66fe8


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #a66fe8


Comments

No comments written yet.

Please login to write comment.