Color Hex Logo

#a776bc Color Hex

#A776BC
(167,118,188)
0 Favorites   0 Comments

Color spaces of #a776bc

RGB 167118188
HSL0.780.340.60
HSV282°37°74°
CMYK 0.110.370.00   0.26
XYZ31.491924.803250.7046
Yxy24.80320.29430.2318
Hunter Lab49.802825.7163-25.5016
CIE-Lab56.883231.8331-29.3610

#a776bc color RGB value is (167,118,188).

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

The process color (four color CMYK) of #a776bc color hex is 0.11, 0.37, 0.00, 0.26. Web safe color of #a776bc is #9966cc. Color #a776bc contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 10100111 01110110 10111100
Octal 247 166 274
Decimal 167 118 188
Hex A7 76 BC

RGB Percentages of Color #a776bc

%35.31
%24.95
%39.75

CMYK Percentages of Color #a776bc

%11
%37
%0
%26

Triadic Colors of #a776bc

#a776bc #bca776 #76bca7

Analogous Colors of #a776bc

#a776bc #bc76ae #8476bc

Monochromatic Colors of #a776bc

#a776bc

Complementary Color

#a776bc #8bbc76

#a776bc Color Preview on Black Background

Lorem ipsum dolor sit amet.

#a776bc Color Preview on White Background

Lorem ipsum dolor sit amet.

#a776bc Color CSS Codes

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

#a776bc Text Font Color

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

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


#a776bc Background Color

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

This div background color is #a776bc


#a776bc Border Color

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

This div border color is #a776bc


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #a776bc


Comments

No comments written yet.

Please login to write comment.