Color Hex Logo

#a66beb Color Hex

#A66BEB
(166,107,235)
0 Favorites   0 Comments

Color spaces of #a66beb

RGB 166107235
HSL0.740.760.67
HSV268°54°92°
CMYK 0.290.540.00   0.08
XYZ35.979024.620581.4532
Yxy24.62050.25330.1733
Hunter Lab49.619042.5978-62.5954
CIE-Lab56.703848.3148-56.2055

#a66beb color RGB value is (166,107,235).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10100110 01101011 11101011
Octal 246 153 353
Decimal 166 107 235
Hex A6 6B EB

RGB Percentages of Color #a66beb

%32.68
%21.06
%46.26

CMYK Percentages of Color #a66beb

%29
%54
%0
%8

Triadic Colors of #a66beb

#a66beb #eba66b #6beba6

Analogous Colors of #a66beb

#a66beb #e66beb #6b70eb

Monochromatic Colors of #a66beb

#a66beb

Complementary Color

#a66beb #b0eb6b

#a66beb Color Preview on Black Background

Lorem ipsum dolor sit amet.

#a66beb Color Preview on White Background

Lorem ipsum dolor sit amet.

#a66beb Color CSS Codes

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

#a66beb Text Font Color

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

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


#a66beb Background Color

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

This div background color is #a66beb


#a66beb Border Color

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

This div border color is #a66beb


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #a66beb


Comments

No comments written yet.

Please login to write comment.