Color Hex Logo

#a66efd Color Hex

#A66EFD
(166,110,253)
0 Favorites   0 Comments

Color spaces of #a66efd

RGB 166110253
HSL0.730.970.71
HSV263°57°99°
CMYK 0.340.570.00   0.01
XYZ39.031426.350795.9575
Yxy26.35070.24190.1633
Hunter Lab51.332945.8912-74.8987
CIE-Lab58.368451.0916-63.5289

#a66efd color RGB value is (166,110,253).

#a66efd hex color red value is 166, green value is 110 and the blue value of its RGB is 253. Cylindrical-coordinate representations (also known as HSL) of color #a66efd hue: 0.73 , saturation: 0.97 and the lightness value of a66efd is 0.71.

The process color (four color CMYK) of #a66efd color hex is 0.34, 0.57, 0.00, 0.01. Web safe color of #a66efd is #9966ff. Color #a66efd contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 10100110 01101110 11111101
Octal 246 156 375
Decimal 166 110 253
Hex A6 6E FD

RGB Percentages of Color #a66efd

%31.38
%20.79
%47.83

CMYK Percentages of Color #a66efd

%34
%57
%0
%1

Triadic Colors of #a66efd

#a66efd #fda66e #6efda6

Analogous Colors of #a66efd

#a66efd #ee6efd #6e7efd

Monochromatic Colors of #a66efd

#a66efd

Complementary Color

#a66efd #c5fd6e

#a66efd Color Preview on Black Background

Lorem ipsum dolor sit amet.

#a66efd Color Preview on White Background

Lorem ipsum dolor sit amet.

#a66efd Color CSS Codes

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

#a66efd Text Font Color

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

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


#a66efd Background Color

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

This div background color is #a66efd


#a66efd Border Color

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

This div border color is #a66efd


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #a66efd


Comments

No comments written yet.

Please login to write comment.