color codes Logo

#a66ef0 color codes

#A66EF0
(166,110,240)
0 Favorites   0 Comments

Color spaces of #a66ef0

RGB 166110240
HSL0.740.810.69
HSV266°54°94°
CMYK 0.310.540.00   0.06
XYZ37.030025.550185.4180
Yxy25.55010.25020.1726
Hunter Lab50.547142.3088-64.8094
CIE-Lab57.607547.9074-57.5466

#a66ef0 color RGB value is (166,110,240).

#a66ef0 hex color red value is 166, green value is 110 and the blue value of its RGB is 240. Cylindrical-coordinate representations (also known as HSL) of color #a66ef0 hue: 0.74 , saturation: 0.81 and the lightness value of a66ef0 is 0.69.

The process color (four color CMYK) of #a66ef0 color code is 0.31, 0.54, 0.00, 0.06. Web safe color of #a66ef0 is #9966ff. Color #a66ef0 contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 10100110 01101110 11110000
Octal 246 156 360
Decimal 166 110 240
Hex A6 6E F0

RGB Percentages of Color #a66ef0

%32.17
%21.32
%46.51

CMYK Percentages of Color #a66ef0

%31
%54
%0
%6

Triadic Colors of #a66ef0

#a66ef0 #f0a66e #6ef0a6

Analogous Colors of #a66ef0

#a66ef0 #e76ef0 #6e77f0

Monochromatic Colors of #a66ef0

#a66ef0

Complementary Color

#a66ef0 #b8f06e

#a66ef0 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#a66ef0 Color Preview on White Background

Lorem ipsum dolor sit amet.

#a66ef0 Color CSS Codes

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

#a66ef0 Text Font Color

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

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


#a66ef0 Background Color

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

This div background color is #a66ef0


#a66ef0 Border Color

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

This div border color is #a66ef0


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #a66ef0


Comments

No comments written yet.

Please login to write comment.