Color Hex Logo

#a196be Color Hex

#A196BE
(161,150,190)
2 Favorites   0 Comments

Color spaces of #a196be

RGB 161150190
HSL0.710.240.67
HSV257°21°75°
CMYK 0.150.210.00   0.25
XYZ34.898633.107553.2662
Yxy33.10750.28780.2730
Hunter Lab57.53917.5703-14.6097
CIE-Lab64.247912.1399-19.2311

#a196be color RGB value is (161,150,190).

#a196be hex color red value is 161, green value is 150 and the blue value of its RGB is 190. Cylindrical-coordinate representations (also known as HSL) of color #a196be hue: 0.71 , saturation: 0.24 and the lightness value of a196be is 0.67.

The process color (four color CMYK) of #a196be color hex is 0.15, 0.21, 0.00, 0.25. Web safe color of #a196be is #9999cc. Color #a196be contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 10100001 10010110 10111110
Octal 241 226 276
Decimal 161 150 190
Hex A1 96 BE

RGB Percentages of Color #a196be

%32.14
%29.94
%37.92

CMYK Percentages of Color #a196be

%15
%21
%0
%25

Triadic Colors of #a196be

#a196be #bea196 #96bea1

Analogous Colors of #a196be

#a196be #b596be #969fbe

Monochromatic Colors of #a196be

#a196be

Complementary Color

#a196be #b3be96

#a196be Color Preview on Black Background

Lorem ipsum dolor sit amet.

#a196be Color Preview on White Background

Lorem ipsum dolor sit amet.

#a196be Color CSS Codes

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

#a196be Text Font Color

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

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


#a196be Background Color

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

This div background color is #a196be


#a196be Border Color

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

This div border color is #a196be


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #a196be


Comments

No comments written yet.

Please login to write comment.