Color Hex Logo

#a796bf Color Hex

#A796BF
(167,150,191)
0 Favorites   0 Comments

Color spaces of #a796bf

RGB 167150191
HSL0.740.240.67
HSV265°21°75°
CMYK 0.130.210.00   0.25
XYZ36.246733.789853.9019
Yxy33.78980.29250.2726
Hunter Lab58.12909.5791-14.2882
CIE-Lab64.795414.3320-18.9115

#a796bf color RGB value is (167,150,191).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10100111 10010110 10111111
Octal 247 226 277
Decimal 167 150 191
Hex A7 96 BF

RGB Percentages of Color #a796bf

%32.87
%29.53
%37.60

CMYK Percentages of Color #a796bf

%13
%21
%0
%25

Triadic Colors of #a796bf

#a796bf #bfa796 #96bfa7

Analogous Colors of #a796bf

#a796bf #bc96bf #969abf

Monochromatic Colors of #a796bf

#a796bf

Complementary Color

#a796bf #aebf96

#a796bf Color Preview on Black Background

Lorem ipsum dolor sit amet.

#a796bf Color Preview on White Background

Lorem ipsum dolor sit amet.

#a796bf Color CSS Codes

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

#a796bf Text Font Color

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

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


#a796bf Background Color

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

This div background color is #a796bf


#a796bf Border Color

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

This div border color is #a796bf


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #a796bf


Comments

No comments written yet.

Please login to write comment.