Color Hex Logo

#a776ba Color Hex

#A776BA
(167,118,186)
0 Favorites   0 Comments

Color spaces of #a776ba

RGB 167118186
HSL0.790.330.60
HSV283°37°73°
CMYK 0.100.370.00   0.27
XYZ31.277724.717549.5768
Yxy24.71750.29630.2341
Hunter Lab49.716725.2935-24.3215
CIE-Lab56.799131.4091-28.3480

#a776ba color RGB value is (167,118,186).

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

The process color (four color CMYK) of #a776ba color hex is 0.10, 0.37, 0.00, 0.27. Web safe color of #a776ba is #9966cc. Color #a776ba contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 10100111 01110110 10111010
Octal 247 166 272
Decimal 167 118 186
Hex A7 76 BA

RGB Percentages of Color #a776ba

%35.46
%25.05
%39.49

CMYK Percentages of Color #a776ba

%10
%37
%0
%27

Triadic Colors of #a776ba

#a776ba #baa776 #76baa7

Analogous Colors of #a776ba

#a776ba #ba76ab #8576ba

Monochromatic Colors of #a776ba

#a776ba

Complementary Color

#a776ba #89ba76

#a776ba Color Preview on Black Background

Lorem ipsum dolor sit amet.

#a776ba Color Preview on White Background

Lorem ipsum dolor sit amet.

#a776ba Color CSS Codes

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

#a776ba Text Font Color

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

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


#a776ba Background Color

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

This div background color is #a776ba


#a776ba Border Color

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

This div border color is #a776ba


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #a776ba


Comments

No comments written yet.

Please login to write comment.