Color Hex Logo

#a916cd Color Hex

#A916CD
(169,22,205)
0 Favorites   0 Comments

Color spaces of #a916cd

RGB 16922205
HSL0.800.810.45
HSV288°89°80°
CMYK 0.180.890.00   0.20
XYZ27.668513.416658.8890
Yxy13.41660.27680.1342
Hunter Lab36.628770.7348-69.6822
CIE-Lab43.384475.4074-60.5633

#a916cd color RGB value is (169,22,205).

#a916cd hex color red value is 169, green value is 22 and the blue value of its RGB is 205. Cylindrical-coordinate representations (also known as HSL) of color #a916cd hue: 0.80 , saturation: 0.81 and the lightness value of a916cd is 0.45.

The process color (four color CMYK) of #a916cd color hex is 0.18, 0.89, 0.00, 0.20. Web safe color of #a916cd is #9900cc. Color #a916cd contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 10101001 00010110 11001101
Octal 251 26 315
Decimal 169 22 205
Hex A9 16 CD

RGB Percentages of Color #a916cd

%42.68
%5.56
%51.77

CMYK Percentages of Color #a916cd

%18
%89
%0
%20

Triadic Colors of #a916cd

#a916cd #cda916 #16cda9

Analogous Colors of #a916cd

#a916cd #cd1696 #4e16cd

Monochromatic Colors of #a916cd

#a916cd

Complementary Color

#a916cd #3acd16

#a916cd Color Preview on Black Background

Lorem ipsum dolor sit amet.

#a916cd Color Preview on White Background

Lorem ipsum dolor sit amet.

#a916cd Color CSS Codes

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

#a916cd Text Font Color

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

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


#a916cd Background Color

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

This div background color is #a916cd


#a916cd Border Color

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

This div border color is #a916cd


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #a916cd


Comments

No comments written yet.

Please login to write comment.