Color Hex Logo

#a87faf Color Hex

#A87FAF
(168,127,175)
0 Favorites   0 Comments

Color spaces of #a87faf

RGB 168127175
HSL0.810.230.59
HSV291°27°69°
CMYK 0.040.270.00   0.31
XYZ31.475726.598744.0326
Yxy26.59870.30830.2605
Hunter Lab51.573918.6846-14.5187
CIE-Lab58.601024.3692-19.2775

#a87faf color RGB value is (168,127,175).

#a87faf hex color red value is 168, green value is 127 and the blue value of its RGB is 175. Cylindrical-coordinate representations (also known as HSL) of color #a87faf hue: 0.81 , saturation: 0.23 and the lightness value of a87faf is 0.59.

The process color (four color CMYK) of #a87faf color hex is 0.04, 0.27, 0.00, 0.31. Web safe color of #a87faf is #996699. Color #a87faf contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 10101000 01111111 10101111
Octal 250 177 257
Decimal 168 127 175
Hex A8 7F AF

RGB Percentages of Color #a87faf

%35.74
%27.02
%37.23

CMYK Percentages of Color #a87faf

%4
%27
%0
%31

Triadic Colors of #a87faf

#a87faf #afa87f #7fafa8

Analogous Colors of #a87faf

#a87faf #af7f9e #907faf

Monochromatic Colors of #a87faf

#a87faf

Complementary Color

#a87faf #86af7f

#a87faf Color Preview on Black Background

Lorem ipsum dolor sit amet.

#a87faf Color Preview on White Background

Lorem ipsum dolor sit amet.

#a87faf Color CSS Codes

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

#a87faf Text Font Color

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

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


#a87faf Background Color

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

This div background color is #a87faf


#a87faf Border Color

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

This div border color is #a87faf


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #a87faf


Comments

No comments written yet.

Please login to write comment.