Color Hex Logo

#a77eaf Color Hex

#A77EAF
(167,126,175)
0 Favorites   0 Comments

Color spaces of #a77eaf

RGB 167126175
HSL0.810.230.59
HSV290°28°69°
CMYK 0.050.280.00   0.31
XYZ31.135126.232343.9798
Yxy26.23230.30720.2588
Hunter Lab51.217518.8795-15.0593
CIE-Lab58.256924.6002-19.8117

#a77eaf color RGB value is (167,126,175).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10100111 01111110 10101111
Octal 247 176 257
Decimal 167 126 175
Hex A7 7E AF

RGB Percentages of Color #a77eaf

%35.68
%26.92
%37.39

CMYK Percentages of Color #a77eaf

%5
%28
%0
%31

Triadic Colors of #a77eaf

#a77eaf #afa77e #7eafa7

Analogous Colors of #a77eaf

#a77eaf #af7e9f #8f7eaf

Monochromatic Colors of #a77eaf

#a77eaf

Complementary Color

#a77eaf #86af7e

#a77eaf Color Preview on Black Background

Lorem ipsum dolor sit amet.

#a77eaf Color Preview on White Background

Lorem ipsum dolor sit amet.

#a77eaf Color CSS Codes

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

#a77eaf Text Font Color

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

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


#a77eaf Background Color

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

This div background color is #a77eaf


#a77eaf Border Color

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

This div border color is #a77eaf


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #a77eaf


Comments

No comments written yet.

Please login to write comment.