Color Hex Logo

#a76cce Color Hex

#A76CCE
(167,108,206)
0 Favorites   0 Comments

Color spaces of #a76cce

RGB 167108206
HSL0.770.500.62
HSV276°48°81°
CMYK 0.190.480.00   0.19
XYZ32.439523.396861.1988
Yxy23.39680.27720.1999
Hunter Lab48.370235.0631-41.1555
CIE-Lab55.478741.3227-41.8141

#a76cce color RGB value is (167,108,206).

#a76cce hex color red value is 167, green value is 108 and the blue value of its RGB is 206. Cylindrical-coordinate representations (also known as HSL) of color #a76cce hue: 0.77 , saturation: 0.50 and the lightness value of a76cce is 0.62.

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

Base Numbers

BaseRedGreenBlue
Binary 10100111 01101100 11001110
Octal 247 154 316
Decimal 167 108 206
Hex A7 6C CE

RGB Percentages of Color #a76cce

%34.72
%22.45
%42.83

CMYK Percentages of Color #a76cce

%19
%48
%0
%19

Triadic Colors of #a76cce

#a76cce #cea76c #6ccea7

Analogous Colors of #a76cce

#a76cce #ce6cc4 #766cce

Monochromatic Colors of #a76cce

#a76cce

Complementary Color

#a76cce #93ce6c

#a76cce Color Preview on Black Background

Lorem ipsum dolor sit amet.

#a76cce Color Preview on White Background

Lorem ipsum dolor sit amet.

#a76cce Color CSS Codes

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

#a76cce Text Font Color

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

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


#a76cce Background Color

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

This div background color is #a76cce


#a76cce Border Color

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

This div border color is #a76cce


Css3 Examples

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

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(167,108,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 #a76cce">Text here</p>

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #a76cce


Comments

No comments written yet.

Please login to write comment.