Color Hex Logo

#a64edd Color Hex

#A64EDD
(166,78,221)
0 Favorites   0 Comments

Color spaces of #a64edd

RGB 16678221
HSL0.770.680.59
HSV277°65°87°
CMYK 0.250.650.00   0.13
XYZ31.501418.776270.3705
Yxy18.77620.26110.1556
Hunter Lab43.331553.9368-65.9551
CIE-Lab50.424359.7076-58.3933

#a64edd color RGB value is (166,78,221).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10100110 01001110 11011101
Octal 246 116 335
Decimal 166 78 221
Hex A6 4E DD

RGB Percentages of Color #a64edd

%35.70
%16.77
%47.53

CMYK Percentages of Color #a64edd

%25
%65
%0
%13

Triadic Colors of #a64edd

#a64edd #dda64e #4edda6

Analogous Colors of #a64edd

#a64edd #dd4ecd #5f4edd

Monochromatic Colors of #a64edd

#a64edd

Complementary Color

#a64edd #85dd4e

#a64edd Color Preview on Black Background

Lorem ipsum dolor sit amet.

#a64edd Color Preview on White Background

Lorem ipsum dolor sit amet.

#a64edd Color CSS Codes

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

#a64edd Text Font Color

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

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


#a64edd Background Color

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

This div background color is #a64edd


#a64edd Border Color

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

This div border color is #a64edd


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #a64edd


Comments

No comments written yet.

Please login to write comment.