Color Hex Logo

#a66bea Color Hex

#A66BEA
(166,107,234)
0 Favorites   0 Comments

Color spaces of #a66bea

RGB 166107234
HSL0.740.750.67
HSV268°54°92°
CMYK 0.290.540.00   0.08
XYZ35.834924.562980.6943
Yxy24.56290.25400.1741
Hunter Lab49.561042.3321-61.8422
CIE-Lab56.647048.0758-55.7378

#a66bea color RGB value is (166,107,234).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10100110 01101011 11101010
Octal 246 153 352
Decimal 166 107 234
Hex A6 6B EA

RGB Percentages of Color #a66bea

%32.74
%21.10
%46.15

CMYK Percentages of Color #a66bea

%29
%54
%0
%8

Triadic Colors of #a66bea

#a66bea #eaa66b #6beaa6

Analogous Colors of #a66bea

#a66bea #e66bea #6b70ea

Monochromatic Colors of #a66bea

#a66bea

Complementary Color

#a66bea #afea6b

#a66bea Color Preview on Black Background

Lorem ipsum dolor sit amet.

#a66bea Color Preview on White Background

Lorem ipsum dolor sit amet.

#a66bea Color CSS Codes

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

#a66bea Text Font Color

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

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


#a66bea Background Color

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

This div background color is #a66bea


#a66bea Border Color

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

This div border color is #a66bea


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #a66bea


Comments

No comments written yet.

Please login to write comment.