Color Hex Logo

#a716dd Color Hex

#A716DD
(167,22,221)
0 Favorites   0 Comments

Color spaces of #a716dd

RGB 16722221
HSL0.790.820.48
HSV284°90°87°
CMYK 0.240.900.00   0.13
XYZ29.274414.009869.5678
Yxy14.00980.25940.1241
Hunter Lab37.429774.1061-83.9972
CIE-Lab44.247077.9801-68.3839

#a716dd color RGB value is (167,22,221).

#a716dd hex color red value is 167, green value is 22 and the blue value of its RGB is 221. Cylindrical-coordinate representations (also known as HSL) of color #a716dd hue: 0.79 , saturation: 0.82 and the lightness value of a716dd is 0.48.

The process color (four color CMYK) of #a716dd color hex is 0.24, 0.90, 0.00, 0.13. Web safe color of #a716dd is #9900cc. Color #a716dd contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 10100111 00010110 11011101
Octal 247 26 335
Decimal 167 22 221
Hex A7 16 DD

RGB Percentages of Color #a716dd

%40.73
%5.37
%53.90

CMYK Percentages of Color #a716dd

%24
%90
%0
%13

Triadic Colors of #a716dd

#a716dd #dda716 #16dda7

Analogous Colors of #a716dd

#a716dd #dd16b0 #4416dd

Monochromatic Colors of #a716dd

#a716dd

Complementary Color

#a716dd #4cdd16

#a716dd Color Preview on Black Background

Lorem ipsum dolor sit amet.

#a716dd Color Preview on White Background

Lorem ipsum dolor sit amet.

#a716dd Color CSS Codes

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

#a716dd Text Font Color

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

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


#a716dd Background Color

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

This div background color is #a716dd


#a716dd Border Color

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

This div border color is #a716dd


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #a716dd


Comments

No comments written yet.

Please login to write comment.