Color Hex Logo

#a721dc Color Hex

#A721DC
(167,33,220)
0 Favorites   0 Comments

Color spaces of #a721dc

RGB 16733220
HSL0.790.740.50
HSV283°85°86°
CMYK 0.240.850.00   0.14
XYZ29.398514.470568.9538
Yxy14.47050.26060.1283
Hunter Lab38.040171.3798-80.8446
CIE-Lab44.900375.6407-66.7493

#a721dc color RGB value is (167,33,220).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10100111 00100001 11011100
Octal 247 41 334
Decimal 167 33 220
Hex A7 21 DC

RGB Percentages of Color #a721dc

%39.76
%7.86
%52.38

CMYK Percentages of Color #a721dc

%24
%85
%0
%14

Triadic Colors of #a721dc

#a721dc #dca721 #21dca7

Analogous Colors of #a721dc

#a721dc #dc21b4 #4921dc

Monochromatic Colors of #a721dc

#a721dc

Complementary Color

#a721dc #56dc21

#a721dc Color Preview on Black Background

Lorem ipsum dolor sit amet.

#a721dc Color Preview on White Background

Lorem ipsum dolor sit amet.

#a721dc Color CSS Codes

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

#a721dc Text Font Color

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

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


#a721dc Background Color

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

This div background color is #a721dc


#a721dc Border Color

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

This div border color is #a721dc


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #a721dc


Comments

No comments written yet.

Please login to write comment.