Color Hex Logo

#a66fe7 Color Hex

#A66FE7
(166,111,231)
0 Favorites   0 Comments

Color spaces of #a66fe7

RGB 166111231
HSL0.740.710.67
HSV268°52°91°
CMYK 0.280.520.00   0.09
XYZ35.834125.245478.5855
Yxy25.24540.25660.1808
Hunter Lab50.244839.3761-57.5613
CIE-Lab57.313745.1994-52.9977

#a66fe7 color RGB value is (166,111,231).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10100110 01101111 11100111
Octal 246 157 347
Decimal 166 111 231
Hex A6 6F E7

RGB Percentages of Color #a66fe7

%32.68
%21.85
%45.47

CMYK Percentages of Color #a66fe7

%28
%52
%0
%9

Triadic Colors of #a66fe7

#a66fe7 #e7a66f #6fe7a6

Analogous Colors of #a66fe7

#a66fe7 #e26fe7 #6f74e7

Monochromatic Colors of #a66fe7

#a66fe7

Complementary Color

#a66fe7 #b0e76f

#a66fe7 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#a66fe7 Color Preview on White Background

Lorem ipsum dolor sit amet.

#a66fe7 Color CSS Codes

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

#a66fe7 Text Font Color

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

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


#a66fe7 Background Color

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

This div background color is #a66fe7


#a66fe7 Border Color

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

This div border color is #a66fe7


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #a66fe7


Comments

No comments written yet.

Please login to write comment.