Color Hex Logo

#a77baf Color Hex

#A77BAF
(167,123,175)
0 Favorites   0 Comments

Color spaces of #a77baf

RGB 167123175
HSL0.810.250.58
HSV291°30°69°
CMYK 0.050.300.00   0.31
XYZ30.757225.476643.8538
Yxy25.47660.30730.2545
Hunter Lab50.474320.4412-16.1811
CIE-Lab57.536926.3036-20.9118

#a77baf color RGB value is (167,123,175).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10100111 01111011 10101111
Octal 247 173 257
Decimal 167 123 175
Hex A7 7B AF

RGB Percentages of Color #a77baf

%35.91
%26.45
%37.63

CMYK Percentages of Color #a77baf

%5
%30
%0
%31

Triadic Colors of #a77baf

#a77baf #afa77b #7bafa7

Analogous Colors of #a77baf

#a77baf #af7b9d #8d7baf

Monochromatic Colors of #a77baf

#a77baf

Complementary Color

#a77baf #83af7b

#a77baf Color Preview on Black Background

Lorem ipsum dolor sit amet.

#a77baf Color Preview on White Background

Lorem ipsum dolor sit amet.

#a77baf Color CSS Codes

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

#a77baf Text Font Color

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

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


#a77baf Background Color

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

This div background color is #a77baf


#a77baf Border Color

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

This div border color is #a77baf


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #a77baf


Comments

No comments written yet.

Please login to write comment.