Color Hex Logo

#a94fdd Color Hex

#A94FDD
(169,79,221)
0 Favorites   0 Comments

Color spaces of #a94fdd

RGB 16979221
HSL0.770.680.59
HSV278°64°87°
CMYK 0.240.640.00   0.13
XYZ32.209319.247470.4241
Yxy19.24740.26430.1579
Hunter Lab43.871954.2732-64.4633
CIE-Lab50.975459.9051-57.4870

#a94fdd color RGB value is (169,79,221).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10101001 01001111 11011101
Octal 251 117 335
Decimal 169 79 221
Hex A9 4F DD

RGB Percentages of Color #a94fdd

%36.03
%16.84
%47.12

CMYK Percentages of Color #a94fdd

%24
%64
%0
%13

Triadic Colors of #a94fdd

#a94fdd #dda94f #4fdda9

Analogous Colors of #a94fdd

#a94fdd #dd4fca #624fdd

Monochromatic Colors of #a94fdd

#a94fdd

Complementary Color

#a94fdd #83dd4f

#a94fdd Color Preview on Black Background

Lorem ipsum dolor sit amet.

#a94fdd Color Preview on White Background

Lorem ipsum dolor sit amet.

#a94fdd Color CSS Codes

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

#a94fdd Text Font Color

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

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


#a94fdd Background Color

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

This div background color is #a94fdd


#a94fdd Border Color

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

This div border color is #a94fdd


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #a94fdd


Comments

No comments written yet.

Please login to write comment.