Color Hex Logo

#a76fbd Color Hex

#A76FBD
(167,111,189)
0 Favorites   0 Comments

Color spaces of #a76fbd

RGB 167111189
HSL0.790.370.59
HSV283°41°74°
CMYK 0.120.410.00   0.26
XYZ30.806123.258551.0098
Yxy23.25850.29320.2214
Hunter Lab48.227129.6234-28.9521
CIE-Lab55.337635.9650-32.3362

#a76fbd color RGB value is (167,111,189).

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

The process color (four color CMYK) of #a76fbd color hex is 0.12, 0.41, 0.00, 0.26. Web safe color of #a76fbd is #9966cc. Color #a76fbd contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 10100111 01101111 10111101
Octal 247 157 275
Decimal 167 111 189
Hex A7 6F BD

RGB Percentages of Color #a76fbd

%35.76
%23.77
%40.47

CMYK Percentages of Color #a76fbd

%12
%41
%0
%26

Triadic Colors of #a76fbd

#a76fbd #bda76f #6fbda7

Analogous Colors of #a76fbd

#a76fbd #bd6fac #806fbd

Monochromatic Colors of #a76fbd

#a76fbd

Complementary Color

#a76fbd #85bd6f

#a76fbd Color Preview on Black Background

Lorem ipsum dolor sit amet.

#a76fbd Color Preview on White Background

Lorem ipsum dolor sit amet.

#a76fbd Color CSS Codes

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

#a76fbd Text Font Color

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

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


#a76fbd Background Color

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

This div background color is #a76fbd


#a76fbd Border Color

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

This div border color is #a76fbd


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #a76fbd


Comments

No comments written yet.

Please login to write comment.