Color Hex Logo

#a77ace Color Hex

#A77ACE
(167,122,206)
0 Favorites   0 Comments

Color spaces of #a77ace

RGB 167122206
HSL0.760.460.64
HSV272°41°81°
CMYK 0.190.410.00   0.19
XYZ34.036526.590861.7311
Yxy26.59080.27820.2173
Hunter Lab51.566327.5786-34.8810
CIE-Lab58.593633.5388-36.9208

#a77ace color RGB value is (167,122,206).

#a77ace hex color red value is 167, green value is 122 and the blue value of its RGB is 206. Cylindrical-coordinate representations (also known as HSL) of color #a77ace hue: 0.76 , saturation: 0.46 and the lightness value of a77ace is 0.64.

The process color (four color CMYK) of #a77ace color hex is 0.19, 0.41, 0.00, 0.19. Web safe color of #a77ace is #9966cc. Color #a77ace contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 10100111 01111010 11001110
Octal 247 172 316
Decimal 167 122 206
Hex A7 7A CE

RGB Percentages of Color #a77ace

%33.74
%24.65
%41.62

CMYK Percentages of Color #a77ace

%19
%41
%0
%19

Triadic Colors of #a77ace

#a77ace #cea77a #7acea7

Analogous Colors of #a77ace

#a77ace #ce7acb #7d7ace

Monochromatic Colors of #a77ace

#a77ace

Complementary Color

#a77ace #a1ce7a

#a77ace Color Preview on Black Background

Lorem ipsum dolor sit amet.

#a77ace Color Preview on White Background

Lorem ipsum dolor sit amet.

#a77ace Color CSS Codes

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

#a77ace Text Font Color

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

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


#a77ace Background Color

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

This div background color is #a77ace


#a77ace Border Color

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

This div border color is #a77ace


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #a77ace


Comments

No comments written yet.

Please login to write comment.