Color Hex Logo

#a016cf Color Hex

#A016CF
(160,22,207)
0 Favorites   0 Comments

Color spaces of #a016cf

RGB 16022207
HSL0.790.810.45
HSV285°89°81°
CMYK 0.230.890.00   0.19
XYZ26.046612.552460.0815
Yxy12.55240.26390.1272
Hunter Lab35.429469.2264-75.7441
CIE-Lab42.080974.4199-63.9032

#a016cf color RGB value is (160,22,207).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10100000 00010110 11001111
Octal 240 26 317
Decimal 160 22 207
Hex A0 16 CF

RGB Percentages of Color #a016cf

%41.13
%5.66
%53.21

CMYK Percentages of Color #a016cf

%23
%89
%0
%19

Triadic Colors of #a016cf

#a016cf #cfa016 #16cfa0

Analogous Colors of #a016cf

#a016cf #cf16a2 #4416cf

Monochromatic Colors of #a016cf

#a016cf

Complementary Color

#a016cf #45cf16

#a016cf Color Preview on Black Background

Lorem ipsum dolor sit amet.

#a016cf Color Preview on White Background

Lorem ipsum dolor sit amet.

#a016cf Color CSS Codes

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

#a016cf Text Font Color

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

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


#a016cf Background Color

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

This div background color is #a016cf


#a016cf Border Color

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

This div border color is #a016cf


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #a016cf


Comments

No comments written yet.

Please login to write comment.