Color Hex Logo

#a44cdd Color Hex

#A44CDD
(164,76,221)
0 Favorites   0 Comments

Color spaces of #a44cdd

RGB 16476221
HSL0.770.680.58
HSV276°66°87°
CMYK 0.260.660.00   0.13
XYZ30.945418.281970.3044
Yxy18.28190.25890.1529
Hunter Lab42.757354.3631-67.5583
CIE-Lab49.836360.1946-59.3531

#a44cdd color RGB value is (164,76,221).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10100100 01001100 11011101
Octal 244 114 335
Decimal 164 76 221
Hex A4 4C DD

RGB Percentages of Color #a44cdd

%35.57
%16.49
%47.94

CMYK Percentages of Color #a44cdd

%26
%66
%0
%13

Triadic Colors of #a44cdd

#a44cdd #dda44c #4cdda4

Analogous Colors of #a44cdd

#a44cdd #dd4cce #5c4cdd

Monochromatic Colors of #a44cdd

#a44cdd

Complementary Color

#a44cdd #85dd4c

#a44cdd Color Preview on Black Background

Lorem ipsum dolor sit amet.

#a44cdd Color Preview on White Background

Lorem ipsum dolor sit amet.

#a44cdd Color CSS Codes

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

#a44cdd Text Font Color

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

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


#a44cdd Background Color

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

This div background color is #a44cdd


#a44cdd Border Color

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

This div border color is #a44cdd


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #a44cdd


Comments

No comments written yet.

Please login to write comment.