Color Hex Logo

#a776be Color Hex

#A776BE
(167,118,190)
0 Favorites   0 Comments

Color spaces of #a776be

RGB 167118190
HSL0.780.360.60
HSV281°38°75°
CMYK 0.120.380.00   0.25
XYZ31.709024.890151.8482
Yxy24.89010.29240.2295
Hunter Lab49.890026.1433-26.6942
CIE-Lab56.968232.2598-30.3713

#a776be color RGB value is (167,118,190).

#a776be hex color red value is 167, green value is 118 and the blue value of its RGB is 190. Cylindrical-coordinate representations (also known as HSL) of color #a776be hue: 0.78 , saturation: 0.36 and the lightness value of a776be is 0.60.

The process color (four color CMYK) of #a776be color hex is 0.12, 0.38, 0.00, 0.25. Web safe color of #a776be is #9966cc. Color #a776be contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 10100111 01110110 10111110
Octal 247 166 276
Decimal 167 118 190
Hex A7 76 BE

RGB Percentages of Color #a776be

%35.16
%24.84
%40.00

CMYK Percentages of Color #a776be

%12
%38
%0
%25

Triadic Colors of #a776be

#a776be #bea776 #76bea7

Analogous Colors of #a776be

#a776be #be76b1 #8376be

Monochromatic Colors of #a776be

#a776be

Complementary Color

#a776be #8dbe76

#a776be Color Preview on Black Background

Lorem ipsum dolor sit amet.

#a776be Color Preview on White Background

Lorem ipsum dolor sit amet.

#a776be Color CSS Codes

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

#a776be Text Font Color

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

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


#a776be Background Color

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

This div background color is #a776be


#a776be Border Color

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

This div border color is #a776be


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #a776be


Comments

No comments written yet.

Please login to write comment.