Color Hex Logo

#a976ba Color Hex

#A976BA
(169,118,186)
0 Favorites   0 Comments

Color spaces of #a976ba

RGB 169118186
HSL0.790.330.60
HSV285°37°73°
CMYK 0.090.370.00   0.27
XYZ31.703524.937149.5967
Yxy24.93710.29840.2347
Hunter Lab49.937125.9343-23.9299
CIE-Lab57.014132.0419-27.9979

#a976ba color RGB value is (169,118,186).

#a976ba hex color red value is 169, green value is 118 and the blue value of its RGB is 186. Cylindrical-coordinate representations (also known as HSL) of color #a976ba hue: 0.79 , saturation: 0.33 and the lightness value of a976ba is 0.60.

The process color (four color CMYK) of #a976ba color hex is 0.09, 0.37, 0.00, 0.27. Web safe color of #a976ba is #9966cc. Color #a976ba contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 10101001 01110110 10111010
Octal 251 166 272
Decimal 169 118 186
Hex A9 76 BA

RGB Percentages of Color #a976ba

%35.73
%24.95
%39.32

CMYK Percentages of Color #a976ba

%9
%37
%0
%27

Triadic Colors of #a976ba

#a976ba #baa976 #76baa9

Analogous Colors of #a976ba

#a976ba #ba76a9 #8776ba

Monochromatic Colors of #a976ba

#a976ba

Complementary Color

#a976ba #87ba76

#a976ba Color Preview on Black Background

Lorem ipsum dolor sit amet.

#a976ba Color Preview on White Background

Lorem ipsum dolor sit amet.

#a976ba Color CSS Codes

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

#a976ba Text Font Color

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

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


#a976ba Background Color

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

This div background color is #a976ba


#a976ba Border Color

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

This div border color is #a976ba


Css3 Examples

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

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(169,118,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 #a976ba">Text here</p>

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #a976ba


Comments

No comments written yet.

Please login to write comment.