Color Hex Logo

#a897af Color Hex

#A897AF
(168,151,175)
0 Favorites   0 Comments

Color spaces of #a897af

RGB 168151175
HSL0.780.130.64
HSV283°14°69°
CMYK 0.040.140.00   0.31
XYZ34.952933.553245.1916
Yxy33.55320.30740.2951
Hunter Lab57.92516.3406-5.7089
CIE-Lab64.606410.7803-10.2099

#a897af color RGB value is (168,151,175).

#a897af hex color red value is 168, green value is 151 and the blue value of its RGB is 175. Cylindrical-coordinate representations (also known as HSL) of color #a897af hue: 0.78 , saturation: 0.13 and the lightness value of a897af is 0.64.

The process color (four color CMYK) of #a897af color hex is 0.04, 0.14, 0.00, 0.31. Web safe color of #a897af is #999999. Color #a897af contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 10101000 10010111 10101111
Octal 250 227 257
Decimal 168 151 175
Hex A8 97 AF

RGB Percentages of Color #a897af

%34.01
%30.57
%35.43

CMYK Percentages of Color #a897af

%4
%14
%0
%31

Triadic Colors of #a897af

#a897af #afa897 #97afa8

Analogous Colors of #a897af

#a897af #af97aa #9c97af

Monochromatic Colors of #a897af

#a897af

Complementary Color

#a897af #9eaf97

#a897af Color Preview on Black Background

Lorem ipsum dolor sit amet.

#a897af Color Preview on White Background

Lorem ipsum dolor sit amet.

#a897af Color CSS Codes

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

#a897af Text Font Color

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

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


#a897af Background Color

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

This div background color is #a897af


#a897af Border Color

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

This div border color is #a897af


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #a897af


Comments

No comments written yet.

Please login to write comment.