Color Hex Logo

#a66bef Color Hex

#A66BEF
(166,107,239)
0 Favorites   0 Comments

Color spaces of #a66bef

RGB 166107239
HSL0.740.800.68
HSV267°55°94°
CMYK 0.310.550.00   0.06
XYZ36.563624.854484.5316
Yxy24.85440.25050.1703
Hunter Lab49.854243.6690-65.6328
CIE-Lab56.933349.2740-58.0688

#a66bef color RGB value is (166,107,239).

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

The process color (four color CMYK) of #a66bef color hex is 0.31, 0.55, 0.00, 0.06. Web safe color of #a66bef is #9966ff. Color #a66bef contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 10100110 01101011 11101111
Octal 246 153 357
Decimal 166 107 239
Hex A6 6B EF

RGB Percentages of Color #a66bef

%32.42
%20.90
%46.68

CMYK Percentages of Color #a66bef

%31
%55
%0
%6

Triadic Colors of #a66bef

#a66bef #efa66b #6befa6

Analogous Colors of #a66bef

#a66bef #e86bef #6b72ef

Monochromatic Colors of #a66bef

#a66bef

Complementary Color

#a66bef #b4ef6b

#a66bef Color Preview on Black Background

Lorem ipsum dolor sit amet.

#a66bef Color Preview on White Background

Lorem ipsum dolor sit amet.

#a66bef Color CSS Codes

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

#a66bef Text Font Color

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

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


#a66bef Background Color

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

This div background color is #a66bef


#a66bef Border Color

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

This div border color is #a66bef


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #a66bef


Comments

No comments written yet.

Please login to write comment.