Color Hex Logo

#a76abf Color Hex

#A76ABF
(167,106,191)
0 Favorites   0 Comments

Color spaces of #a76abf

RGB 167106191
HSL0.790.400.58
HSV283°45°75°
CMYK 0.130.450.00   0.25
XYZ30.494422.285151.9844
Yxy22.28510.29110.2127
Hunter Lab47.207132.6933-32.2451
CIE-Lab54.328239.1536-35.0596

#a76abf color RGB value is (167,106,191).

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

The process color (four color CMYK) of #a76abf color hex is 0.13, 0.45, 0.00, 0.25. Web safe color of #a76abf is #9966cc. Color #a76abf contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 10100111 01101010 10111111
Octal 247 152 277
Decimal 167 106 191
Hex A7 6A BF

RGB Percentages of Color #a76abf

%35.99
%22.84
%41.16

CMYK Percentages of Color #a76abf

%13
%45
%0
%25

Triadic Colors of #a76abf

#a76abf #bfa76a #6abfa7

Analogous Colors of #a76abf

#a76abf #bf6aad #7d6abf

Monochromatic Colors of #a76abf

#a76abf

Complementary Color

#a76abf #82bf6a

#a76abf Color Preview on Black Background

Lorem ipsum dolor sit amet.

#a76abf Color Preview on White Background

Lorem ipsum dolor sit amet.

#a76abf Color CSS Codes

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

#a76abf Text Font Color

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

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


#a76abf Background Color

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

This div background color is #a76abf


#a76abf Border Color

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

This div border color is #a76abf


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #a76abf


Comments

No comments written yet.

Please login to write comment.