Color Hex Logo

#a16eda Color Hex

#A16EDA
(161,110,218)
0 Favorites   0 Comments

Color spaces of #a16eda

RGB 161110218
HSL0.750.590.64
HSV268°50°85°
CMYK 0.260.500.00   0.15
XYZ32.928823.790969.1862
Yxy23.79090.26150.1890
Hunter Lab48.775935.1482-49.9568
CIE-Lab55.877841.3505-48.0152

#a16eda color RGB value is (161,110,218).

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

The process color (four color CMYK) of #a16eda color hex is 0.26, 0.50, 0.00, 0.15. Web safe color of #a16eda is #9966cc. Color #a16eda contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 10100001 01101110 11011010
Octal 241 156 332
Decimal 161 110 218
Hex A1 6E DA

RGB Percentages of Color #a16eda

%32.92
%22.49
%44.58

CMYK Percentages of Color #a16eda

%26
%50
%0
%15

Triadic Colors of #a16eda

#a16eda #daa16e #6edaa1

Analogous Colors of #a16eda

#a16eda #d76eda #6e71da

Monochromatic Colors of #a16eda

#a16eda

Complementary Color

#a16eda #a7da6e

#a16eda Color Preview on Black Background

Lorem ipsum dolor sit amet.

#a16eda Color Preview on White Background

Lorem ipsum dolor sit amet.

#a16eda Color CSS Codes

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

#a16eda Text Font Color

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

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


#a16eda Background Color

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

This div background color is #a16eda


#a16eda Border Color

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

This div border color is #a16eda


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #a16eda


Comments

No comments written yet.

Please login to write comment.