Color Hex Logo

#a663d2 Color Hex

#A663D2
(166,99,210)
0 Favorites   0 Comments

Color spaces of #a663d2

RGB 16699210
HSL0.770.550.61
HSV276°53°82°
CMYK 0.210.530.00   0.18
XYZ31.820621.683863.4810
Yxy21.68380.27200.1854
Hunter Lab46.565940.4870-48.2311
CIE-Lab53.689946.7968-46.9250

#a663d2 color RGB value is (166,99,210).

#a663d2 hex color red value is 166, green value is 99 and the blue value of its RGB is 210. Cylindrical-coordinate representations (also known as HSL) of color #a663d2 hue: 0.77 , saturation: 0.55 and the lightness value of a663d2 is 0.61.

The process color (four color CMYK) of #a663d2 color hex is 0.21, 0.53, 0.00, 0.18. Web safe color of #a663d2 is #9966cc. Color #a663d2 contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 10100110 01100011 11010010
Octal 246 143 322
Decimal 166 99 210
Hex A6 63 D2

RGB Percentages of Color #a663d2

%34.95
%20.84
%44.21

CMYK Percentages of Color #a663d2

%21
%53
%0
%18

Triadic Colors of #a663d2

#a663d2 #d2a663 #63d2a6

Analogous Colors of #a663d2

#a663d2 #d263c7 #6f63d2

Monochromatic Colors of #a663d2

#a663d2

Complementary Color

#a663d2 #8fd263

#a663d2 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#a663d2 Color Preview on White Background

Lorem ipsum dolor sit amet.

#a663d2 Color CSS Codes

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

#a663d2 Text Font Color

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

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


#a663d2 Background Color

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

This div background color is #a663d2


#a663d2 Border Color

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

This div border color is #a663d2


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #a663d2


Comments

No comments written yet.

Please login to write comment.