Color Hex Logo

#a16fdb Color Hex

#A16FDB
(161,111,219)
0 Favorites   0 Comments

Color spaces of #a16fdb

RGB 161111219
HSL0.740.600.65
HSV268°49°86°
CMYK 0.260.490.00   0.14
XYZ33.168624.060469.9138
Yxy24.06040.26090.1892
Hunter Lab49.051434.8619-50.1711
CIE-Lab56.148241.0354-48.1496

#a16fdb color RGB value is (161,111,219).

#a16fdb hex color red value is 161, green value is 111 and the blue value of its RGB is 219. Cylindrical-coordinate representations (also known as HSL) of color #a16fdb hue: 0.74 , saturation: 0.60 and the lightness value of a16fdb is 0.65.

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

Base Numbers

BaseRedGreenBlue
Binary 10100001 01101111 11011011
Octal 241 157 333
Decimal 161 111 219
Hex A1 6F DB

RGB Percentages of Color #a16fdb

%32.79
%22.61
%44.60

CMYK Percentages of Color #a16fdb

%26
%49
%0
%14

Triadic Colors of #a16fdb

#a16fdb #dba16f #6fdba1

Analogous Colors of #a16fdb

#a16fdb #d76fdb #6f73db

Monochromatic Colors of #a16fdb

#a16fdb

Complementary Color

#a16fdb #a9db6f

#a16fdb Color Preview on Black Background

Lorem ipsum dolor sit amet.

#a16fdb Color Preview on White Background

Lorem ipsum dolor sit amet.

#a16fdb Color CSS Codes

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

#a16fdb Text Font Color

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

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


#a16fdb Background Color

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

This div background color is #a16fdb


#a16fdb Border Color

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

This div border color is #a16fdb


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #a16fdb


Comments

No comments written yet.

Please login to write comment.