Color Hex Logo

#a721dd Color Hex

#A721DD
(167,33,221)
0 Favorites   0 Comments

Color spaces of #a721dd

RGB 16733221
HSL0.790.740.50
HSV283°85°87°
CMYK 0.240.850.00   0.13
XYZ29.531414.523769.6535
Yxy14.52370.25970.1277
Hunter Lab38.110071.6271-81.6872
CIE-Lab44.974875.8282-67.1997

#a721dd color RGB value is (167,33,221).

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

The process color (four color CMYK) of #a721dd color hex is 0.24, 0.85, 0.00, 0.13. Web safe color of #a721dd is #9933cc. Color #a721dd contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 10100111 00100001 11011101
Octal 247 41 335
Decimal 167 33 221
Hex A7 21 DD

RGB Percentages of Color #a721dd

%39.67
%7.84
%52.49

CMYK Percentages of Color #a721dd

%24
%85
%0
%13

Triadic Colors of #a721dd

#a721dd #dda721 #21dda7

Analogous Colors of #a721dd

#a721dd #dd21b5 #4921dd

Monochromatic Colors of #a721dd

#a721dd

Complementary Color

#a721dd #57dd21

#a721dd Color Preview on Black Background

Lorem ipsum dolor sit amet.

#a721dd Color Preview on White Background

Lorem ipsum dolor sit amet.

#a721dd Color CSS Codes

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

#a721dd Text Font Color

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

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


#a721dd Background Color

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

This div background color is #a721dd


#a721dd Border Color

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

This div border color is #a721dd


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #a721dd


Comments

No comments written yet.

Please login to write comment.