Color Hex Logo

#a66bfc Color Hex

#A66BFC
(166,107,252)
0 Favorites   0 Comments

Color spaces of #a66bfc

RGB 166107252
HSL0.730.960.70
HSV264°58°99°
CMYK 0.340.580.00   0.01
XYZ38.554325.650795.0145
Yxy25.65070.24210.1611
Hunter Lab50.646547.2504-75.7774
CIE-Lab57.704052.4351-64.0443

#a66bfc color RGB value is (166,107,252).

#a66bfc hex color red value is 166, green value is 107 and the blue value of its RGB is 252. Cylindrical-coordinate representations (also known as HSL) of color #a66bfc hue: 0.73 , saturation: 0.96 and the lightness value of a66bfc is 0.70.

The process color (four color CMYK) of #a66bfc color hex is 0.34, 0.58, 0.00, 0.01. Web safe color of #a66bfc is #9966ff. Color #a66bfc contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 10100110 01101011 11111100
Octal 246 153 374
Decimal 166 107 252
Hex A6 6B FC

RGB Percentages of Color #a66bfc

%31.62
%20.38
%48.00

CMYK Percentages of Color #a66bfc

%34
%58
%0
%1

Triadic Colors of #a66bfc

#a66bfc #fca66b #6bfca6

Analogous Colors of #a66bfc

#a66bfc #ef6bfc #6b79fc

Monochromatic Colors of #a66bfc

#a66bfc

Complementary Color

#a66bfc #c1fc6b

#a66bfc Color Preview on Black Background

Lorem ipsum dolor sit amet.

#a66bfc Color Preview on White Background

Lorem ipsum dolor sit amet.

#a66bfc Color CSS Codes

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

#a66bfc Text Font Color

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

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


#a66bfc Background Color

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

This div background color is #a66bfc


#a66bfc Border Color

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

This div border color is #a66bfc


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #a66bfc

Related Colors


Comments

No comments written yet.

Please login to write comment.