Color Hex Logo

#a77faf Color Hex

#A77FAF
(167,127,175)
0 Favorites   0 Comments

Color spaces of #a77faf

RGB 167127175
HSL0.810.230.59
HSV290°27°69°
CMYK 0.050.270.00   0.31
XYZ31.263626.489444.0226
Yxy26.48940.30720.2603
Hunter Lab51.467918.3592-14.6857
CIE-Lab58.498724.0315-19.4427

#a77faf color RGB value is (167,127,175).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10100111 01111111 10101111
Octal 247 177 257
Decimal 167 127 175
Hex A7 7F AF

RGB Percentages of Color #a77faf

%35.61
%27.08
%37.31

CMYK Percentages of Color #a77faf

%5
%27
%0
%31

Triadic Colors of #a77faf

#a77faf #afa77f #7fafa7

Analogous Colors of #a77faf

#a77faf #af7f9f #8f7faf

Monochromatic Colors of #a77faf

#a77faf

Complementary Color

#a77faf #87af7f

#a77faf Color Preview on Black Background

Lorem ipsum dolor sit amet.

#a77faf Color Preview on White Background

Lorem ipsum dolor sit amet.

#a77faf Color CSS Codes

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

#a77faf Text Font Color

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

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


#a77faf Background Color

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

This div background color is #a77faf


#a77faf Border Color

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

This div border color is #a77faf


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #a77faf


Comments

No comments written yet.

Please login to write comment.