Color Hex Logo

#a016ca Color Hex

#A016CA
(160,22,202)
0 Favorites   0 Comments

Color spaces of #a016ca

RGB 16022202
HSL0.790.800.44
HSV286°89°79°
CMYK 0.210.890.00   0.21
XYZ25.444812.311756.9124
Yxy12.31170.26880.1301
Hunter Lab35.088068.0388-71.6061
CIE-Lab41.707373.5097-61.6109

#a016ca color RGB value is (160,22,202).

#a016ca hex color red value is 160, green value is 22 and the blue value of its RGB is 202. Cylindrical-coordinate representations (also known as HSL) of color #a016ca hue: 0.79 , saturation: 0.80 and the lightness value of a016ca is 0.44.

The process color (four color CMYK) of #a016ca color hex is 0.21, 0.89, 0.00, 0.21. Web safe color of #a016ca is #9900cc. Color #a016ca contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 10100000 00010110 11001010
Octal 240 26 312
Decimal 160 22 202
Hex A0 16 CA

RGB Percentages of Color #a016ca

%41.67
%5.73
%52.60

CMYK Percentages of Color #a016ca

%21
%89
%0
%21

Triadic Colors of #a016ca

#a016ca #caa016 #16caa0

Analogous Colors of #a016ca

#a016ca #ca169a #4616ca

Monochromatic Colors of #a016ca

#a016ca

Complementary Color

#a016ca #40ca16

#a016ca Color Preview on Black Background

Lorem ipsum dolor sit amet.

#a016ca Color Preview on White Background

Lorem ipsum dolor sit amet.

#a016ca Color CSS Codes

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

#a016ca Text Font Color

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

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


#a016ca Background Color

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

This div background color is #a016ca


#a016ca Border Color

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

This div border color is #a016ca


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #a016ca


Comments

No comments written yet.

Please login to write comment.