Color Hex Logo

#a616bc Color Hex

#A616BC
(166,22,188)
0 Favorites   0 Comments

Color spaces of #a616bc

RGB 16622188
HSL0.810.790.41
HSV292°88°74°
CMYK 0.120.880.00   0.26
XYZ25.089912.311648.6310
Yxy12.31160.29160.1431
Hunter Lab35.087966.2342-57.6130
CIE-Lab41.707172.0051-53.3839

#a616bc color RGB value is (166,22,188).

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

The process color (four color CMYK) of #a616bc color hex is 0.12, 0.88, 0.00, 0.26. Web safe color of #a616bc is #9900cc. Color #a616bc contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 10100110 00010110 10111100
Octal 246 26 274
Decimal 166 22 188
Hex A6 16 BC

RGB Percentages of Color #a616bc

%44.15
%5.85
%50.00

CMYK Percentages of Color #a616bc

%12
%88
%0
%26

Triadic Colors of #a616bc

#a616bc #bca616 #16bca6

Analogous Colors of #a616bc

#a616bc #bc167f #5316bc

Monochromatic Colors of #a616bc

#a616bc

Complementary Color

#a616bc #2cbc16

#a616bc Color Preview on Black Background

Lorem ipsum dolor sit amet.

#a616bc Color Preview on White Background

Lorem ipsum dolor sit amet.

#a616bc Color CSS Codes

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

#a616bc Text Font Color

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

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


#a616bc Background Color

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

This div background color is #a616bc


#a616bc Border Color

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

This div border color is #a616bc


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #a616bc


Comments

No comments written yet.

Please login to write comment.