Color Hex Logo

#a76ccd Color Hex

#A76CCD
(167,108,205)
0 Favorites   0 Comments

Color spaces of #a76ccd

RGB 167108205
HSL0.770.490.61
HSV276°47°80°
CMYK 0.190.470.00   0.20
XYZ32.318423.348460.5609
Yxy23.34840.27810.2009
Hunter Lab48.320234.8274-40.4855
CIE-Lab55.429441.0999-41.3237

#a76ccd color RGB value is (167,108,205).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10100111 01101100 11001101
Octal 247 154 315
Decimal 167 108 205
Hex A7 6C CD

RGB Percentages of Color #a76ccd

%34.79
%22.50
%42.71

CMYK Percentages of Color #a76ccd

%19
%47
%0
%20

Triadic Colors of #a76ccd

#a76ccd #cda76c #6ccda7

Analogous Colors of #a76ccd

#a76ccd #cd6cc3 #776ccd

Monochromatic Colors of #a76ccd

#a76ccd

Complementary Color

#a76ccd #92cd6c

#a76ccd Color Preview on Black Background

Lorem ipsum dolor sit amet.

#a76ccd Color Preview on White Background

Lorem ipsum dolor sit amet.

#a76ccd Color CSS Codes

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

#a76ccd Text Font Color

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

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


#a76ccd Background Color

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

This div background color is #a76ccd


#a76ccd Border Color

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

This div border color is #a76ccd


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #a76ccd


Comments

No comments written yet.

Please login to write comment.