Color Hex Logo

#a66bed Color Hex

#A66BED
(166,107,237)
0 Favorites   0 Comments

Color spaces of #a66bed

RGB 166107237
HSL0.740.780.67
HSV267°55°93°
CMYK 0.300.550.00   0.07
XYZ36.269624.736882.9838
Yxy24.73680.25190.1718
Hunter Lab49.736143.1313-64.1090
CIE-Lab56.818148.7933-57.1386

#a66bed color RGB value is (166,107,237).

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

The process color (four color CMYK) of #a66bed color hex is 0.30, 0.55, 0.00, 0.07. Web safe color of #a66bed is #9966ff. Color #a66bed contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 10100110 01101011 11101101
Octal 246 153 355
Decimal 166 107 237
Hex A6 6B ED

RGB Percentages of Color #a66bed

%32.55
%20.98
%46.47

CMYK Percentages of Color #a66bed

%30
%55
%0
%7

Triadic Colors of #a66bed

#a66bed #eda66b #6beda6

Analogous Colors of #a66bed

#a66bed #e76bed #6b71ed

Monochromatic Colors of #a66bed

#a66bed

Complementary Color

#a66bed #b2ed6b

#a66bed Color Preview on Black Background

Lorem ipsum dolor sit amet.

#a66bed Color Preview on White Background

Lorem ipsum dolor sit amet.

#a66bed Color CSS Codes

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

#a66bed Text Font Color

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

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


#a66bed Background Color

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

This div background color is #a66bed


#a66bed Border Color

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

This div border color is #a66bed


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #a66bed


Comments

No comments written yet.

Please login to write comment.