Color Hex Logo

#a64cdd Color Hex

#A64CDD
(166,76,221)
0 Favorites   0 Comments

Color spaces of #a64cdd

RGB 16676221
HSL0.770.680.58
HSV277°66°87°
CMYK 0.250.660.00   0.13
XYZ31.361518.496370.3238
Yxy18.49630.26100.1539
Hunter Lab43.007354.9017-66.8434
CIE-Lab50.092660.6245-58.9269

#a64cdd color RGB value is (166,76,221).

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

The process color (four color CMYK) of #a64cdd color hex is 0.25, 0.66, 0.00, 0.13. Web safe color of #a64cdd is #9933cc. Color #a64cdd contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 10100110 01001100 11011101
Octal 246 114 335
Decimal 166 76 221
Hex A6 4C DD

RGB Percentages of Color #a64cdd

%35.85
%16.41
%47.73

CMYK Percentages of Color #a64cdd

%25
%66
%0
%13

Triadic Colors of #a64cdd

#a64cdd #dda64c #4cdda6

Analogous Colors of #a64cdd

#a64cdd #dd4ccc #5e4cdd

Monochromatic Colors of #a64cdd

#a64cdd

Complementary Color

#a64cdd #83dd4c

#a64cdd Color Preview on Black Background

Lorem ipsum dolor sit amet.

#a64cdd Color Preview on White Background

Lorem ipsum dolor sit amet.

#a64cdd Color CSS Codes

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

#a64cdd Text Font Color

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

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


#a64cdd Background Color

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

This div background color is #a64cdd


#a64cdd Border Color

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

This div border color is #a64cdd


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #a64cdd


Comments

No comments written yet.

Please login to write comment.