Color Hex Logo

#a76dc7 Color Hex

#A76DC7
(167,109,199)
0 Favorites   0 Comments

Color spaces of #a76dc7

RGB 167109199
HSL0.770.450.60
HSV279°45°78°
CMYK 0.160.450.00   0.22
XYZ31.713823.276356.8541
Yxy23.27630.28360.2081
Hunter Lab48.245532.9059-36.0974
CIE-Lab55.355839.2273-38.0239

#a76dc7 color RGB value is (167,109,199).

#a76dc7 hex color red value is 167, green value is 109 and the blue value of its RGB is 199. Cylindrical-coordinate representations (also known as HSL) of color #a76dc7 hue: 0.77 , saturation: 0.45 and the lightness value of a76dc7 is 0.60.

The process color (four color CMYK) of #a76dc7 color hex is 0.16, 0.45, 0.00, 0.22. Web safe color of #a76dc7 is #9966cc. Color #a76dc7 contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 10100111 01101101 11000111
Octal 247 155 307
Decimal 167 109 199
Hex A7 6D C7

RGB Percentages of Color #a76dc7

%35.16
%22.95
%41.89

CMYK Percentages of Color #a76dc7

%16
%45
%0
%22

Triadic Colors of #a76dc7

#a76dc7 #c7a76d #6dc7a7

Analogous Colors of #a76dc7

#a76dc7 #c76dba #7a6dc7

Monochromatic Colors of #a76dc7

#a76dc7

Complementary Color

#a76dc7 #8dc76d

#a76dc7 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#a76dc7 Color Preview on White Background

Lorem ipsum dolor sit amet.

#a76dc7 Color CSS Codes

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

#a76dc7 Text Font Color

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

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


#a76dc7 Background Color

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

This div background color is #a76dc7


#a76dc7 Border Color

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

This div border color is #a76dc7


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #a76dc7

#a76dc7 Color Palettes


Comments

No comments written yet.

Please login to write comment.