Color Hex Logo

#a76abe Color Hex

#A76ABE
(167,106,190)
0 Favorites   0 Comments

Color spaces of #a76abe

RGB 167106190
HSL0.790.390.58
HSV284°44°75°
CMYK 0.120.440.00   0.25
XYZ30.384622.241351.4067
Yxy22.24130.29210.2138
Hunter Lab47.160732.4725-31.6156
CIE-Lab54.282138.9410-34.5579

#a76abe color RGB value is (167,106,190).

#a76abe hex color red value is 167, green value is 106 and the blue value of its RGB is 190. Cylindrical-coordinate representations (also known as HSL) of color #a76abe hue: 0.79 , saturation: 0.39 and the lightness value of a76abe is 0.58.

The process color (four color CMYK) of #a76abe color hex is 0.12, 0.44, 0.00, 0.25. Web safe color of #a76abe is #9966cc. Color #a76abe contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 10100111 01101010 10111110
Octal 247 152 276
Decimal 167 106 190
Hex A7 6A BE

RGB Percentages of Color #a76abe

%36.07
%22.89
%41.04

CMYK Percentages of Color #a76abe

%12
%44
%0
%25

Triadic Colors of #a76abe

#a76abe #bea76a #6abea7

Analogous Colors of #a76abe

#a76abe #be6aab #7d6abe

Monochromatic Colors of #a76abe

#a76abe

Complementary Color

#a76abe #81be6a

#a76abe Color Preview on Black Background

Lorem ipsum dolor sit amet.

#a76abe Color Preview on White Background

Lorem ipsum dolor sit amet.

#a76abe Color CSS Codes

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

#a76abe Text Font Color

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

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


#a76abe Background Color

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

This div background color is #a76abe


#a76abe Border Color

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

This div border color is #a76abe


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #a76abe


Comments

No comments written yet.

Please login to write comment.