Color Hex Logo

#a776ae Color Hex

#A776AE
(167,118,174)
0 Favorites   0 Comments

Color spaces of #a776ae

RGB 167118174
HSL0.810.260.57
HSV293°32°68°
CMYK 0.040.320.00   0.32
XYZ30.054824.228343.1369
Yxy24.22830.30850.2487
Hunter Lab49.222322.8520-17.5044
CIE-Lab56.315728.9342-22.2081

#a776ae color RGB value is (167,118,174).

#a776ae hex color red value is 167, green value is 118 and the blue value of its RGB is 174. Cylindrical-coordinate representations (also known as HSL) of color #a776ae hue: 0.81 , saturation: 0.26 and the lightness value of a776ae is 0.57.

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

Base Numbers

BaseRedGreenBlue
Binary 10100111 01110110 10101110
Octal 247 166 256
Decimal 167 118 174
Hex A7 76 AE

RGB Percentages of Color #a776ae

%36.38
%25.71
%37.91

CMYK Percentages of Color #a776ae

%4
%32
%0
%32

Triadic Colors of #a776ae

#a776ae #aea776 #76aea7

Analogous Colors of #a776ae

#a776ae #ae7699 #8b76ae

Monochromatic Colors of #a776ae

#a776ae

Complementary Color

#a776ae #7dae76

#a776ae Color Preview on Black Background

Lorem ipsum dolor sit amet.

#a776ae Color Preview on White Background

Lorem ipsum dolor sit amet.

#a776ae Color CSS Codes

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

#a776ae Text Font Color

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

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


#a776ae Background Color

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

This div background color is #a776ae


#a776ae Border Color

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

This div border color is #a776ae


Css3 Examples

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

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(167,118,174, 0.8);">Text here</p>

This text has shadow with rgb values.


Text Shadow with Hex Values

<p style="text-shadow: 4px 4px 2px #a776ae">Text here</p>

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #a776ae


Comments

No comments written yet.

Please login to write comment.