Color Hex Logo

#a76adc Color Hex

#A76ADC
(167,106,220)
0 Favorites   0 Comments

Color spaces of #a76adc

RGB 167106220
HSL0.760.620.64
HSV272°52°86°
CMYK 0.240.520.00   0.14
XYZ34.008723.690970.4905
Yxy23.69090.26530.1848
Hunter Lab48.673339.5421-51.7947
CIE-Lab55.777045.5828-49.2628

#a76adc color RGB value is (167,106,220).

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

The process color (four color CMYK) of #a76adc color hex is 0.24, 0.52, 0.00, 0.14. Web safe color of #a76adc is #9966cc. Color #a76adc contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 10100111 01101010 11011100
Octal 247 152 334
Decimal 167 106 220
Hex A7 6A DC

RGB Percentages of Color #a76adc

%33.87
%21.50
%44.62

CMYK Percentages of Color #a76adc

%24
%52
%0
%14

Triadic Colors of #a76adc

#a76adc #dca76a #6adca7

Analogous Colors of #a76adc

#a76adc #dc6ad8 #6e6adc

Monochromatic Colors of #a76adc

#a76adc

Complementary Color

#a76adc #9fdc6a

#a76adc Color Preview on Black Background

Lorem ipsum dolor sit amet.

#a76adc Color Preview on White Background

Lorem ipsum dolor sit amet.

#a76adc Color CSS Codes

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

#a76adc Text Font Color

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

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


#a76adc Background Color

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

This div background color is #a76adc


#a76adc Border Color

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

This div border color is #a76adc


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #a76adc


Comments

No comments written yet.

Please login to write comment.