Color Hex Logo

#a196eb Color Hex

#A196EB
(161,150,235)
0 Favorites   0 Comments

Color spaces of #a196eb

RGB 161150235
HSL0.690.680.75
HSV248°36°92°
CMYK 0.310.360.00   0.08
XYZ40.599735.387983.2880
Yxy35.38790.25490.2222
Hunter Lab59.487717.7207-41.3698
CIE-Lab66.049622.8958-41.4452

#a196eb color RGB value is (161,150,235).

#a196eb hex color red value is 161, green value is 150 and the blue value of its RGB is 235. Cylindrical-coordinate representations (also known as HSL) of color #a196eb hue: 0.69 , saturation: 0.68 and the lightness value of a196eb is 0.75.

The process color (four color CMYK) of #a196eb color hex is 0.31, 0.36, 0.00, 0.08. Web safe color of #a196eb is #9999ff. Color #a196eb contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 10100001 10010110 11101011
Octal 241 226 353
Decimal 161 150 235
Hex A1 96 EB

RGB Percentages of Color #a196eb

%29.49
%27.47
%43.04

CMYK Percentages of Color #a196eb

%31
%36
%0
%8

Triadic Colors of #a196eb

#a196eb #eba196 #96eba1

Analogous Colors of #a196eb

#a196eb #cc96eb #96b6eb

Monochromatic Colors of #a196eb

#a196eb

Complementary Color

#a196eb #e0eb96

#a196eb Color Preview on Black Background

Lorem ipsum dolor sit amet.

#a196eb Color Preview on White Background

Lorem ipsum dolor sit amet.

#a196eb Color CSS Codes

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

#a196eb Text Font Color

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

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


#a196eb Background Color

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

This div background color is #a196eb


#a196eb Border Color

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

This div border color is #a196eb


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #a196eb


Comments

No comments written yet.

Please login to write comment.