Color Hex Logo

#a76dcd Color Hex

#A76DCD
(167,109,205)
0 Favorites   0 Comments

Color spaces of #a76dcd

RGB 167109205
HSL0.770.490.62
HSV276°47°80°
CMYK 0.190.470.00   0.20
XYZ32.424423.560560.5963
Yxy23.56050.27810.2021
Hunter Lab48.539234.2954-40.0402
CIE-Lab55.645040.5516-40.9839

#a76dcd color RGB value is (167,109,205).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10100111 01101101 11001101
Octal 247 155 315
Decimal 167 109 205
Hex A7 6D CD

RGB Percentages of Color #a76dcd

%34.72
%22.66
%42.62

CMYK Percentages of Color #a76dcd

%19
%47
%0
%20

Triadic Colors of #a76dcd

#a76dcd #cda76d #6dcda7

Analogous Colors of #a76dcd

#a76dcd #cd6dc3 #776dcd

Monochromatic Colors of #a76dcd

#a76dcd

Complementary Color

#a76dcd #93cd6d

#a76dcd Color Preview on Black Background

Lorem ipsum dolor sit amet.

#a76dcd Color Preview on White Background

Lorem ipsum dolor sit amet.

#a76dcd Color CSS Codes

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

#a76dcd Text Font Color

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

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


#a76dcd Background Color

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

This div background color is #a76dcd


#a76dcd Border Color

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

This div border color is #a76dcd


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #a76dcd


Comments

No comments written yet.

Please login to write comment.