Color Hex Logo

#a16cea Color Hex

#A16CEA
(161,108,234)
0 Favorites   0 Comments

Color spaces of #a16cea

RGB 161108234
HSL0.740.750.67
HSV265°54°92°
CMYK 0.310.540.00   0.08
XYZ34.911824.242780.6812
Yxy24.24270.24970.1734
Hunter Lab49.236940.4023-62.6888
CIE-Lab56.330046.3139-56.2746

#a16cea color RGB value is (161,108,234).

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

The process color (four color CMYK) of #a16cea color hex is 0.31, 0.54, 0.00, 0.08. Web safe color of #a16cea is #9966ff. Color #a16cea contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 10100001 01101100 11101010
Octal 241 154 352
Decimal 161 108 234
Hex A1 6C EA

RGB Percentages of Color #a16cea

%32.01
%21.47
%46.52

CMYK Percentages of Color #a16cea

%31
%54
%0
%8

Triadic Colors of #a16cea

#a16cea #eaa16c #6ceaa1

Analogous Colors of #a16cea

#a16cea #e06cea #6c76ea

Monochromatic Colors of #a16cea

#a16cea

Complementary Color

#a16cea #b5ea6c

#a16cea Color Preview on Black Background

Lorem ipsum dolor sit amet.

#a16cea Color Preview on White Background

Lorem ipsum dolor sit amet.

#a16cea Color CSS Codes

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

#a16cea Text Font Color

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

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


#a16cea Background Color

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

This div background color is #a16cea


#a16cea Border Color

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

This div border color is #a16cea


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #a16cea


Comments

No comments written yet.

Please login to write comment.