Color Hex Logo

#a16cdb Color Hex

#A16CDB
(161,108,219)
0 Favorites   0 Comments

Color spaces of #a16cdb

RGB 161108219
HSL0.750.610.64
HSV269°51°86°
CMYK 0.260.510.00   0.14
XYZ32.846723.416769.8065
Yxy23.41670.26050.1857
Hunter Lab48.390836.4783-51.6556
CIE-Lab55.499042.6913-49.1807

#a16cdb color RGB value is (161,108,219).

#a16cdb hex color red value is 161, green value is 108 and the blue value of its RGB is 219. Cylindrical-coordinate representations (also known as HSL) of color #a16cdb hue: 0.75 , saturation: 0.61 and the lightness value of a16cdb is 0.64.

The process color (four color CMYK) of #a16cdb color hex is 0.26, 0.51, 0.00, 0.14. Web safe color of #a16cdb is #9966cc. Color #a16cdb contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 10100001 01101100 11011011
Octal 241 154 333
Decimal 161 108 219
Hex A1 6C DB

RGB Percentages of Color #a16cdb

%32.99
%22.13
%44.88

CMYK Percentages of Color #a16cdb

%26
%51
%0
%14

Triadic Colors of #a16cdb

#a16cdb #dba16c #6cdba1

Analogous Colors of #a16cdb

#a16cdb #d96cdb #6c6fdb

Monochromatic Colors of #a16cdb

#a16cdb

Complementary Color

#a16cdb #a6db6c

#a16cdb Color Preview on Black Background

Lorem ipsum dolor sit amet.

#a16cdb Color Preview on White Background

Lorem ipsum dolor sit amet.

#a16cdb Color CSS Codes

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

#a16cdb Text Font Color

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

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


#a16cdb Background Color

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

This div background color is #a16cdb


#a16cdb Border Color

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

This div border color is #a16cdb


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(161,108,219, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #a16cdb; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #a16cdb;
  -webkit-box-shadow: 1px 1px 3px 2px #a16cdb;
  box-shadow:         1px 1px 3px 2px #a16cdb; }

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(161,108,219, 0.8);">Text here</p>

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #a16cdb


Comments

No comments written yet.

Please login to write comment.