Color Hex Logo

#a94ed3 Color Hex

#A94ED3
(169,78,211)
0 Favorites   0 Comments

Color spaces of #a94ed3

RGB 16978211
HSL0.780.600.57
HSV281°63°83°
CMYK 0.200.630.00   0.17
XYZ30.844418.586963.5900
Yxy18.58690.27290.1645
Hunter Lab43.112552.2590-57.2726
CIE-Lab50.200458.2506-53.0371

#a94ed3 color RGB value is (169,78,211).

#a94ed3 hex color red value is 169, green value is 78 and the blue value of its RGB is 211. Cylindrical-coordinate representations (also known as HSL) of color #a94ed3 hue: 0.78 , saturation: 0.60 and the lightness value of a94ed3 is 0.57.

The process color (four color CMYK) of #a94ed3 color hex is 0.20, 0.63, 0.00, 0.17. Web safe color of #a94ed3 is #9966cc. Color #a94ed3 contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 10101001 01001110 11010011
Octal 251 116 323
Decimal 169 78 211
Hex A9 4E D3

RGB Percentages of Color #a94ed3

%36.90
%17.03
%46.07

CMYK Percentages of Color #a94ed3

%20
%63
%0
%17

Triadic Colors of #a94ed3

#a94ed3 #d3a94e #4ed3a9

Analogous Colors of #a94ed3

#a94ed3 #d34ebb #674ed3

Monochromatic Colors of #a94ed3

#a94ed3

Complementary Color

#a94ed3 #78d34e

#a94ed3 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#a94ed3 Color Preview on White Background

Lorem ipsum dolor sit amet.

#a94ed3 Color CSS Codes

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

#a94ed3 Text Font Color

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

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


#a94ed3 Background Color

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

This div background color is #a94ed3


#a94ed3 Border Color

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

This div border color is #a94ed3


Css3 Examples

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

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(169,78,211, 0.8);">Text here</p>

This text has shadow with rgb values.


Text Shadow with Hex Values

<p style="text-shadow: 4px 4px 2px #a94ed3">Text here</p>

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #a94ed3


Comments

No comments written yet.

Please login to write comment.