color codes Logo

#a646dd color codes

#A646DD
(166,70,221)
0 Favorites   0 Comments

Color spaces of #a646dd

RGB 16670221
HSL0.770.690.57
HSV278°68°87°
CMYK 0.250.680.00   0.13
XYZ30.967217.707870.1924
Yxy17.70780.26050.1490
Hunter Lab42.080657.7173-69.4419
CIE-Lab49.139863.2775-60.4620

#a646dd color RGB value is (166,70,221).

#a646dd hex color red value is 166, green value is 70 and the blue value of its RGB is 221. Cylindrical-coordinate representations (also known as HSL) of color #a646dd hue: 0.77 , saturation: 0.69 and the lightness value of a646dd is 0.57.

The process color (four color CMYK) of #a646dd color code is 0.25, 0.68, 0.00, 0.13. Web safe color of #a646dd is #9933cc. Color #a646dd contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 10100110 01000110 11011101
Octal 246 106 335
Decimal 166 70 221
Hex A6 46 DD

RGB Percentages of Color #a646dd

%36.32
%15.32
%48.36

CMYK Percentages of Color #a646dd

%25
%68
%0
%13

Triadic Colors of #a646dd

#a646dd #dda646 #46dda6

Analogous Colors of #a646dd

#a646dd #dd46c9 #5a46dd

Monochromatic Colors of #a646dd

#a646dd

Complementary Color

#a646dd #7ddd46

#a646dd Color Preview on Black Background

Lorem ipsum dolor sit amet.

#a646dd Color Preview on White Background

Lorem ipsum dolor sit amet.

#a646dd Color CSS Codes

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

#a646dd Text Font Color

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

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


#a646dd Background Color

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

This div background color is #a646dd


#a646dd Border Color

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

This div border color is #a646dd


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #a646dd


Comments

No comments written yet.

Please login to write comment.