Color Hex Logo

#a797b7 Color Hex

#A797B7
(167,151,183)
0 Favorites   0 Comments

Color spaces of #a797b7

RGB 167151183
HSL0.750.180.65
HSV270°17°72°
CMYK 0.090.170.00   0.28
XYZ35.550233.767649.4438
Yxy33.76760.29930.2843
Hunter Lab58.10997.5096-9.7710
CIE-Lab64.777712.0708-14.4541

#a797b7 color RGB value is (167,151,183).

#a797b7 hex color red value is 167, green value is 151 and the blue value of its RGB is 183. Cylindrical-coordinate representations (also known as HSL) of color #a797b7 hue: 0.75 , saturation: 0.18 and the lightness value of a797b7 is 0.65.

The process color (four color CMYK) of #a797b7 color hex is 0.09, 0.17, 0.00, 0.28. Web safe color of #a797b7 is #9999cc. Color #a797b7 contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 10100111 10010111 10110111
Octal 247 227 267
Decimal 167 151 183
Hex A7 97 B7

RGB Percentages of Color #a797b7

%33.33
%30.14
%36.53

CMYK Percentages of Color #a797b7

%9
%17
%0
%28

Triadic Colors of #a797b7

#a797b7 #b7a797 #97b7a7

Analogous Colors of #a797b7

#a797b7 #b797b7 #9797b7

Monochromatic Colors of #a797b7

#a797b7

Complementary Color

#a797b7 #a7b797

#a797b7 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#a797b7 Color Preview on White Background

Lorem ipsum dolor sit amet.

#a797b7 Color CSS Codes

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

#a797b7 Text Font Color

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

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


#a797b7 Background Color

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

This div background color is #a797b7


#a797b7 Border Color

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

This div border color is #a797b7


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #a797b7


Comments

No comments written yet.

Please login to write comment.