Color Hex Logo

#a94cdd Color Hex

#A94CDD
(169,76,221)
0 Favorites   0 Comments

Color spaces of #a94cdd

RGB 16976221
HSL0.770.680.58
HSV278°66°87°
CMYK 0.240.660.00   0.13
XYZ31.997818.824470.3536
Yxy18.82440.26410.1553
Hunter Lab43.387155.7156-65.7697
CIE-Lab50.481161.2709-58.2815

#a94cdd color RGB value is (169,76,221).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10101001 01001100 11011101
Octal 251 114 335
Decimal 169 76 221
Hex A9 4C DD

RGB Percentages of Color #a94cdd

%36.27
%16.31
%47.42

CMYK Percentages of Color #a94cdd

%24
%66
%0
%13

Triadic Colors of #a94cdd

#a94cdd #dda94c #4cdda9

Analogous Colors of #a94cdd

#a94cdd #dd4cc9 #614cdd

Monochromatic Colors of #a94cdd

#a94cdd

Complementary Color

#a94cdd #80dd4c

#a94cdd Color Preview on Black Background

Lorem ipsum dolor sit amet.

#a94cdd Color Preview on White Background

Lorem ipsum dolor sit amet.

#a94cdd Color CSS Codes

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

#a94cdd Text Font Color

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

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


#a94cdd Background Color

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

This div background color is #a94cdd


#a94cdd Border Color

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

This div border color is #a94cdd


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #a94cdd


Comments

No comments written yet.

Please login to write comment.