Color Hex Logo

#a687af Color Hex

#A687AF
(166,135,175)
0 Favorites   0 Comments

Color spaces of #a687af

RGB 166135175
HSL0.800.200.61
HSV287°23°69°
CMYK 0.050.230.00   0.31
XYZ32.127728.530144.3710
Yxy28.53010.30590.2716
Hunter Lab53.413613.8921-11.8631
CIE-Lab60.364719.1395-16.6147

#a687af color RGB value is (166,135,175).

#a687af hex color red value is 166, green value is 135 and the blue value of its RGB is 175. Cylindrical-coordinate representations (also known as HSL) of color #a687af hue: 0.80 , saturation: 0.20 and the lightness value of a687af is 0.61.

The process color (four color CMYK) of #a687af color hex is 0.05, 0.23, 0.00, 0.31. Web safe color of #a687af is #999999. Color #a687af contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 10100110 10000111 10101111
Octal 246 207 257
Decimal 166 135 175
Hex A6 87 AF

RGB Percentages of Color #a687af

%34.87
%28.36
%36.76

CMYK Percentages of Color #a687af

%5
%23
%0
%31

Triadic Colors of #a687af

#a687af #afa687 #87afa6

Analogous Colors of #a687af

#a687af #af87a4 #9287af

Monochromatic Colors of #a687af

#a687af

Complementary Color

#a687af #90af87

#a687af Color Preview on Black Background

Lorem ipsum dolor sit amet.

#a687af Color Preview on White Background

Lorem ipsum dolor sit amet.

#a687af Color CSS Codes

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

#a687af Text Font Color

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

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


#a687af Background Color

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

This div background color is #a687af


#a687af Border Color

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

This div border color is #a687af


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #a687af


Comments

No comments written yet.

Please login to write comment.