Color Hex Logo

#a76fba Color Hex

#A76FBA
(167,111,186)
0 Favorites   0 Comments

Color spaces of #a76fba

RGB 167111186
HSL0.790.350.58
HSV285°40°73°
CMYK 0.100.400.00   0.27
XYZ30.483723.129549.3122
Yxy23.12950.29620.2247
Hunter Lab48.093128.9787-27.1277
CIE-Lab55.205535.3322-30.8214

#a76fba color RGB value is (167,111,186).

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

The process color (four color CMYK) of #a76fba color hex is 0.10, 0.40, 0.00, 0.27. Web safe color of #a76fba is #9966cc. Color #a76fba contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 10100111 01101111 10111010
Octal 247 157 272
Decimal 167 111 186
Hex A7 6F BA

RGB Percentages of Color #a76fba

%35.99
%23.92
%40.09

CMYK Percentages of Color #a76fba

%10
%40
%0
%27

Triadic Colors of #a76fba

#a76fba #baa76f #6fbaa7

Analogous Colors of #a76fba

#a76fba #ba6fa8 #826fba

Monochromatic Colors of #a76fba

#a76fba

Complementary Color

#a76fba #82ba6f

#a76fba Color Preview on Black Background

Lorem ipsum dolor sit amet.

#a76fba Color Preview on White Background

Lorem ipsum dolor sit amet.

#a76fba Color CSS Codes

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

#a76fba Text Font Color

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

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


#a76fba Background Color

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

This div background color is #a76fba


#a76fba Border Color

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

This div border color is #a76fba


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #a76fba


Comments

No comments written yet.

Please login to write comment.