Color Hex Logo

#a64fdd Color Hex

#A64FDD
(166,79,221)
0 Favorites   0 Comments

Color spaces of #a64fdd

RGB 16679221
HSL0.770.680.59
HSV277°64°87°
CMYK 0.250.640.00   0.13
XYZ31.573018.919470.3943
Yxy18.91940.26120.1565
Hunter Lab43.496453.4500-65.5070
CIE-Lab50.592859.2436-58.1224

#a64fdd color RGB value is (166,79,221).

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

The process color (four color CMYK) of #a64fdd color hex is 0.25, 0.64, 0.00, 0.13. Web safe color of #a64fdd is #9966cc. Color #a64fdd contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 10100110 01001111 11011101
Octal 246 117 335
Decimal 166 79 221
Hex A6 4F DD

RGB Percentages of Color #a64fdd

%35.62
%16.95
%47.42

CMYK Percentages of Color #a64fdd

%25
%64
%0
%13

Triadic Colors of #a64fdd

#a64fdd #dda64f #4fdda6

Analogous Colors of #a64fdd

#a64fdd #dd4fcd #5f4fdd

Monochromatic Colors of #a64fdd

#a64fdd

Complementary Color

#a64fdd #86dd4f

#a64fdd Color Preview on Black Background

Lorem ipsum dolor sit amet.

#a64fdd Color Preview on White Background

Lorem ipsum dolor sit amet.

#a64fdd Color CSS Codes

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

#a64fdd Text Font Color

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

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


#a64fdd Background Color

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

This div background color is #a64fdd


#a64fdd Border Color

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

This div border color is #a64fdd


Css3 Examples

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

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(166,79,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 #a64fdd">Text here</p>

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #a64fdd


Comments

No comments written yet.

Please login to write comment.