Color Hex Logo

#a16beb Color Hex

#A16BEB
(161,107,235)
0 Favorites   0 Comments

Color spaces of #a16beb

RGB 161107235
HSL0.740.760.67
HSV265°54°92°
CMYK 0.310.540.00   0.08
XYZ34.951024.090681.4051
Yxy24.09060.24890.1715
Hunter Lab49.082241.2145-63.9777
CIE-Lab56.178447.1012-57.0756

#a16beb color RGB value is (161,107,235).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10100001 01101011 11101011
Octal 241 153 353
Decimal 161 107 235
Hex A1 6B EB

RGB Percentages of Color #a16beb

%32.01
%21.27
%46.72

CMYK Percentages of Color #a16beb

%31
%54
%0
%8

Triadic Colors of #a16beb

#a16beb #eba16b #6beba1

Analogous Colors of #a16beb

#a16beb #e16beb #6b75eb

Monochromatic Colors of #a16beb

#a16beb

Complementary Color

#a16beb #b5eb6b

#a16beb Color Preview on Black Background

Lorem ipsum dolor sit amet.

#a16beb Color Preview on White Background

Lorem ipsum dolor sit amet.

#a16beb Color CSS Codes

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

#a16beb Text Font Color

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

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


#a16beb Background Color

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

This div background color is #a16beb


#a16beb Border Color

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

This div border color is #a16beb


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #a16beb


Comments

No comments written yet.

Please login to write comment.