Color Hex Logo

#a76cda Color Hex

#A76CDA
(167,108,218)
0 Favorites   0 Comments

Color spaces of #a76cda

RGB 167108218
HSL0.760.600.64
HSV272°50°85°
CMYK 0.230.500.00   0.15
XYZ33.953824.002669.1731
Yxy24.00260.26710.1888
Hunter Lab48.992437.9711-49.4176
CIE-Lab56.090444.0408-47.6378

#a76cda color RGB value is (167,108,218).

#a76cda hex color red value is 167, green value is 108 and the blue value of its RGB is 218. Cylindrical-coordinate representations (also known as HSL) of color #a76cda hue: 0.76 , saturation: 0.60 and the lightness value of a76cda is 0.64.

The process color (four color CMYK) of #a76cda color hex is 0.23, 0.50, 0.00, 0.15. Web safe color of #a76cda is #9966cc. Color #a76cda contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 10100111 01101100 11011010
Octal 247 154 332
Decimal 167 108 218
Hex A7 6C DA

RGB Percentages of Color #a76cda

%33.87
%21.91
%44.22

CMYK Percentages of Color #a76cda

%23
%50
%0
%15

Triadic Colors of #a76cda

#a76cda #daa76c #6cdaa7

Analogous Colors of #a76cda

#a76cda #da6cd6 #706cda

Monochromatic Colors of #a76cda

#a76cda

Complementary Color

#a76cda #9fda6c

#a76cda Color Preview on Black Background

Lorem ipsum dolor sit amet.

#a76cda Color Preview on White Background

Lorem ipsum dolor sit amet.

#a76cda Color CSS Codes

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

#a76cda Text Font Color

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

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


#a76cda Background Color

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

This div background color is #a76cda


#a76cda Border Color

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

This div border color is #a76cda


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #a76cda


Comments

No comments written yet.

Please login to write comment.