Color Hex Logo

#a976be Color Hex

#A976BE
(169,118,190)
0 Favorites   0 Comments

Color spaces of #a976be

RGB 169118190
HSL0.780.360.60
HSV283°38°75°
CMYK 0.110.380.00   0.25
XYZ32.134925.109651.8681
Yxy25.10960.29450.2301
Hunter Lab50.109526.7794-26.2942
CIE-Lab57.182132.8837-30.0225

#a976be color RGB value is (169,118,190).

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

The process color (four color CMYK) of #a976be color hex is 0.11, 0.38, 0.00, 0.25. Web safe color of #a976be is #9966cc. Color #a976be contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 10101001 01110110 10111110
Octal 251 166 276
Decimal 169 118 190
Hex A9 76 BE

RGB Percentages of Color #a976be

%35.43
%24.74
%39.83

CMYK Percentages of Color #a976be

%11
%38
%0
%25

Triadic Colors of #a976be

#a976be #bea976 #76bea9

Analogous Colors of #a976be

#a976be #be76af #8576be

Monochromatic Colors of #a976be

#a976be

Complementary Color

#a976be #8bbe76

#a976be Color Preview on Black Background

Lorem ipsum dolor sit amet.

#a976be Color Preview on White Background

Lorem ipsum dolor sit amet.

#a976be Color CSS Codes

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

#a976be Text Font Color

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

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


#a976be Background Color

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

This div background color is #a976be


#a976be Border Color

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

This div border color is #a976be


Css3 Examples

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

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(169,118,190, 0.8);">Text here</p>

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #a976be


Comments

No comments written yet.

Please login to write comment.