Color Hex Logo

#a76bad Color Hex

#A76BAD
(167,107,173)
0 Favorites   0 Comments

Color spaces of #a76bad

RGB 167107173
HSL0.820.290.55
HSV295°38°68°
CMYK 0.030.380.00   0.32
XYZ28.736921.748042.2183
Yxy21.74800.31000.2346
Hunter Lab46.634828.3831-21.0307
CIE-Lab53.758634.9024-25.5666

#a76bad color RGB value is (167,107,173).

#a76bad hex color red value is 167, green value is 107 and the blue value of its RGB is 173. Cylindrical-coordinate representations (also known as HSL) of color #a76bad hue: 0.82 , saturation: 0.29 and the lightness value of a76bad is 0.55.

The process color (four color CMYK) of #a76bad color hex is 0.03, 0.38, 0.00, 0.32. Web safe color of #a76bad is #996699. Color #a76bad contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 10100111 01101011 10101101
Octal 247 153 255
Decimal 167 107 173
Hex A7 6B AD

RGB Percentages of Color #a76bad

%37.36
%23.94
%38.70

CMYK Percentages of Color #a76bad

%3
%38
%0
%32

Triadic Colors of #a76bad

#a76bad #ada76b #6bada7

Analogous Colors of #a76bad

#a76bad #ad6b92 #866bad

Monochromatic Colors of #a76bad

#a76bad

Complementary Color

#a76bad #71ad6b

#a76bad Color Preview on Black Background

Lorem ipsum dolor sit amet.

#a76bad Color Preview on White Background

Lorem ipsum dolor sit amet.

#a76bad Color CSS Codes

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

#a76bad Text Font Color

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

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


#a76bad Background Color

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

This div background color is #a76bad


#a76bad Border Color

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

This div border color is #a76bad


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #a76bad


Comments

No comments written yet.

Please login to write comment.