Color Hex Logo

#a76acb Color Hex

#A76ACB
(167,106,203)
0 Favorites   0 Comments

Color spaces of #a76acb

RGB 167106203
HSL0.770.480.61
HSV278°48°80°
CMYK 0.180.480.00   0.20
XYZ31.869922.835459.2279
Yxy22.83540.27970.2004
Hunter Lab47.786435.4197-40.0353
CIE-Lab54.902441.7497-41.0166

#a76acb color RGB value is (167,106,203).

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

The process color (four color CMYK) of #a76acb color hex is 0.18, 0.48, 0.00, 0.20. Web safe color of #a76acb is #9966cc. Color #a76acb contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 10100111 01101010 11001011
Octal 247 152 313
Decimal 167 106 203
Hex A7 6A CB

RGB Percentages of Color #a76acb

%35.08
%22.27
%42.65

CMYK Percentages of Color #a76acb

%18
%48
%0
%20

Triadic Colors of #a76acb

#a76acb #cba76a #6acba7

Analogous Colors of #a76acb

#a76acb #cb6abf #776acb

Monochromatic Colors of #a76acb

#a76acb

Complementary Color

#a76acb #8ecb6a

#a76acb Color Preview on Black Background

Lorem ipsum dolor sit amet.

#a76acb Color Preview on White Background

Lorem ipsum dolor sit amet.

#a76acb Color CSS Codes

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

#a76acb Text Font Color

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

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


#a76acb Background Color

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

This div background color is #a76acb


#a76acb Border Color

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

This div border color is #a76acb


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #a76acb


Comments

No comments written yet.

Please login to write comment.