Color Hex Logo

#a921cd Color Hex

#A921CD
(169,33,205)
0 Favorites   0 Comments

Color spaces of #a921cd

RGB 16933205
HSL0.800.720.47
HSV287°84°80°
CMYK 0.180.840.00   0.20
XYZ27.925513.930558.9746
Yxy13.93050.27700.1382
Hunter Lab37.323668.2374-67.5570
CIE-Lab44.133173.2029-59.3513

#a921cd color RGB value is (169,33,205).

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

The process color (four color CMYK) of #a921cd color hex is 0.18, 0.84, 0.00, 0.20. Web safe color of #a921cd is #9933cc. Color #a921cd contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 10101001 00100001 11001101
Octal 251 41 315
Decimal 169 33 205
Hex A9 21 CD

RGB Percentages of Color #a921cd

%41.52
%8.11
%50.37

CMYK Percentages of Color #a921cd

%18
%84
%0
%20

Triadic Colors of #a921cd

#a921cd #cda921 #21cda9

Analogous Colors of #a921cd

#a921cd #cd219b #5321cd

Monochromatic Colors of #a921cd

#a921cd

Complementary Color

#a921cd #45cd21

#a921cd Color Preview on Black Background

Lorem ipsum dolor sit amet.

#a921cd Color Preview on White Background

Lorem ipsum dolor sit amet.

#a921cd Color CSS Codes

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

#a921cd Text Font Color

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

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


#a921cd Background Color

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

This div background color is #a921cd


#a921cd Border Color

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

This div border color is #a921cd


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #a921cd


Comments

No comments written yet.

Please login to write comment.