Color Hex Logo

#a76fcd Color Hex

#A76FCD
(167,111,205)
0 Favorites   0 Comments

Color spaces of #a76fcd

RGB 167111205
HSL0.770.480.62
HSV276°46°80°
CMYK 0.190.460.00   0.20
XYZ32.640223.992160.6682
Yxy23.99210.27830.2045
Hunter Lab48.981733.2299-39.1487
CIE-Lab56.079939.4506-40.2993

#a76fcd color RGB value is (167,111,205).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10100111 01101111 11001101
Octal 247 157 315
Decimal 167 111 205
Hex A7 6F CD

RGB Percentages of Color #a76fcd

%34.58
%22.98
%42.44

CMYK Percentages of Color #a76fcd

%19
%46
%0
%20

Triadic Colors of #a76fcd

#a76fcd #cda76f #6fcda7

Analogous Colors of #a76fcd

#a76fcd #cd6fc4 #786fcd

Monochromatic Colors of #a76fcd

#a76fcd

Complementary Color

#a76fcd #95cd6f

#a76fcd Color Preview on Black Background

Lorem ipsum dolor sit amet.

#a76fcd Color Preview on White Background

Lorem ipsum dolor sit amet.

#a76fcd Color CSS Codes

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

#a76fcd Text Font Color

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

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


#a76fcd Background Color

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

This div background color is #a76fcd


#a76fcd Border Color

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

This div border color is #a76fcd


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #a76fcd


Comments

No comments written yet.

Please login to write comment.