Color Hex Logo

#a021cd Color Hex

#A021CD
(160,33,205)
0 Favorites   0 Comments

Color spaces of #a021cd

RGB 16033205
HSL0.790.720.47
HSV284°84°80°
CMYK 0.220.840.00   0.20
XYZ26.060512.969158.8873
Yxy12.96910.26610.1325
Hunter Lab36.012666.1492-71.7412
CIE-Lab42.716671.7375-61.7130

#a021cd color RGB value is (160,33,205).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10100000 00100001 11001101
Octal 240 41 315
Decimal 160 33 205
Hex A0 21 CD

RGB Percentages of Color #a021cd

%40.20
%8.29
%51.51

CMYK Percentages of Color #a021cd

%22
%84
%0
%20

Triadic Colors of #a021cd

#a021cd #cda021 #21cda0

Analogous Colors of #a021cd

#a021cd #cd21a4 #4a21cd

Monochromatic Colors of #a021cd

#a021cd

Complementary Color

#a021cd #4ecd21

#a021cd Color Preview on Black Background

Lorem ipsum dolor sit amet.

#a021cd Color Preview on White Background

Lorem ipsum dolor sit amet.

#a021cd Color CSS Codes

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

#a021cd Text Font Color

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

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


#a021cd Background Color

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

This div background color is #a021cd


#a021cd Border Color

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

This div border color is #a021cd


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #a021cd


Comments

No comments written yet.

Please login to write comment.