Color Hex Logo

#a921cf Color Hex

#A921CF
(169,33,207)
0 Favorites   0 Comments

Color spaces of #a921cf

RGB 16933207
HSL0.800.730.47
HSV287°84°81°
CMYK 0.180.840.00   0.19
XYZ28.168514.027760.2545
Yxy14.02770.27490.1369
Hunter Lab37.453668.7045-69.1670
CIE-Lab44.272673.5629-60.2817

#a921cf color RGB value is (169,33,207).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10101001 00100001 11001111
Octal 251 41 317
Decimal 169 33 207
Hex A9 21 CF

RGB Percentages of Color #a921cf

%41.32
%8.07
%50.61

CMYK Percentages of Color #a921cf

%18
%84
%0
%19

Triadic Colors of #a921cf

#a921cf #cfa921 #21cfa9

Analogous Colors of #a921cf

#a921cf #cf219e #5221cf

Monochromatic Colors of #a921cf

#a921cf

Complementary Color

#a921cf #47cf21

#a921cf Color Preview on Black Background

Lorem ipsum dolor sit amet.

#a921cf Color Preview on White Background

Lorem ipsum dolor sit amet.

#a921cf Color CSS Codes

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

#a921cf Text Font Color

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

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


#a921cf Background Color

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

This div background color is #a921cf


#a921cf Border Color

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

This div border color is #a921cf


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #a921cf


Comments

No comments written yet.

Please login to write comment.