Color Hex Logo

#a76dca Color Hex

#A76DCA
(167,109,202)
0 Favorites   0 Comments

Color spaces of #a76dca

RGB 167109202
HSL0.770.470.61
HSV277°46°79°
CMYK 0.170.460.00   0.21
XYZ32.065723.417058.7070
Yxy23.41700.28080.2051
Hunter Lab48.391133.5961-38.0555
CIE-Lab55.499339.8867-39.5074

#a76dca color RGB value is (167,109,202).

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

The process color (four color CMYK) of #a76dca color hex is 0.17, 0.46, 0.00, 0.21. Web safe color of #a76dca is #9966cc. Color #a76dca contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 10100111 01101101 11001010
Octal 247 155 312
Decimal 167 109 202
Hex A7 6D CA

RGB Percentages of Color #a76dca

%34.94
%22.80
%42.26

CMYK Percentages of Color #a76dca

%17
%46
%0
%21

Triadic Colors of #a76dca

#a76dca #caa76d #6dcaa7

Analogous Colors of #a76dca

#a76dca #ca6dbf #796dca

Monochromatic Colors of #a76dca

#a76dca

Complementary Color

#a76dca #90ca6d

#a76dca Color Preview on Black Background

Lorem ipsum dolor sit amet.

#a76dca Color Preview on White Background

Lorem ipsum dolor sit amet.

#a76dca Color CSS Codes

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

#a76dca Text Font Color

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

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


#a76dca Background Color

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

This div background color is #a76dca


#a76dca Border Color

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

This div border color is #a76dca


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #a76dca


Comments

No comments written yet.

Please login to write comment.