Color Hex Logo

#a021c3 Color Hex

#A021C3
(160,33,195)
0 Favorites   0 Comments

Color spaces of #a021c3

RGB 16033195
HSL0.800.710.45
HSV287°83°76°
CMYK 0.180.830.00   0.24
XYZ24.891412.501452.7309
Yxy12.50140.27620.1387
Hunter Lab35.357363.7879-63.6733
CIE-Lab42.002269.8853-57.0561

#a021c3 color RGB value is (160,33,195).

#a021c3 hex color red value is 160, green value is 33 and the blue value of its RGB is 195. Cylindrical-coordinate representations (also known as HSL) of color #a021c3 hue: 0.80 , saturation: 0.71 and the lightness value of a021c3 is 0.45.

The process color (four color CMYK) of #a021c3 color hex is 0.18, 0.83, 0.00, 0.24. Web safe color of #a021c3 is #9933cc. Color #a021c3 contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 10100000 00100001 11000011
Octal 240 41 303
Decimal 160 33 195
Hex A0 21 C3

RGB Percentages of Color #a021c3

%41.24
%8.51
%50.26

CMYK Percentages of Color #a021c3

%18
%83
%0
%24

Triadic Colors of #a021c3

#a021c3 #c3a021 #21c3a0

Analogous Colors of #a021c3

#a021c3 #c32195 #4f21c3

Monochromatic Colors of #a021c3

#a021c3

Complementary Color

#a021c3 #44c321

#a021c3 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#a021c3 Color Preview on White Background

Lorem ipsum dolor sit amet.

#a021c3 Color CSS Codes

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

#a021c3 Text Font Color

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

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


#a021c3 Background Color

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

This div background color is #a021c3


#a021c3 Border Color

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

This div border color is #a021c3


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #a021c3


Comments

No comments written yet.

Please login to write comment.