Color Hex Logo

#a951dc Color Hex

#A951DC
(169,81,220)
0 Favorites   0 Comments

Color spaces of #a951dc

RGB 16981220
HSL0.770.670.59
HSV278°63°86°
CMYK 0.230.630.00   0.14
XYZ32.222919.487269.7732
Yxy19.48720.26520.1604
Hunter Lab44.144353.0426-62.8110
CIE-Lab51.252458.7602-56.4749

#a951dc color RGB value is (169,81,220).

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

The process color (four color CMYK) of #a951dc color hex is 0.23, 0.63, 0.00, 0.14. Web safe color of #a951dc is #9966cc. Color #a951dc contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 10101001 01010001 11011100
Octal 251 121 334
Decimal 169 81 220
Hex A9 51 DC

RGB Percentages of Color #a951dc

%35.96
%17.23
%46.81

CMYK Percentages of Color #a951dc

%23
%63
%0
%14

Triadic Colors of #a951dc

#a951dc #dca951 #51dca9

Analogous Colors of #a951dc

#a951dc #dc51ca #6351dc

Monochromatic Colors of #a951dc

#a951dc

Complementary Color

#a951dc #84dc51

#a951dc Color Preview on Black Background

Lorem ipsum dolor sit amet.

#a951dc Color Preview on White Background

Lorem ipsum dolor sit amet.

#a951dc Color CSS Codes

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

#a951dc Text Font Color

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

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


#a951dc Background Color

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

This div background color is #a951dc


#a951dc Border Color

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

This div border color is #a951dc


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #a951dc


Comments

No comments written yet.

Please login to write comment.