Color Hex Logo

#a976da Color Hex

#A976DA
(169,118,218)
0 Favorites   0 Comments

Color spaces of #a976da

RGB 169118218
HSL0.750.570.66
HSV271°46°85°
CMYK 0.220.460.00   0.15
XYZ35.495526.453869.5650
Yxy26.45380.26990.2011
Hunter Lab51.433333.1795-44.1882
CIE-Lab58.465339.0944-43.8672

#a976da color RGB value is (169,118,218).

#a976da hex color red value is 169, green value is 118 and the blue value of its RGB is 218. Cylindrical-coordinate representations (also known as HSL) of color #a976da hue: 0.75 , saturation: 0.57 and the lightness value of a976da is 0.66.

The process color (four color CMYK) of #a976da color hex is 0.22, 0.46, 0.00, 0.15. Web safe color of #a976da is #9966cc. Color #a976da contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 10101001 01110110 11011010
Octal 251 166 332
Decimal 169 118 218
Hex A9 76 DA

RGB Percentages of Color #a976da

%33.47
%23.37
%43.17

CMYK Percentages of Color #a976da

%22
%46
%0
%15

Triadic Colors of #a976da

#a976da #daa976 #76daa9

Analogous Colors of #a976da

#a976da #da76d9 #7776da

Monochromatic Colors of #a976da

#a976da

Complementary Color

#a976da #a7da76

#a976da Color Preview on Black Background

Lorem ipsum dolor sit amet.

#a976da Color Preview on White Background

Lorem ipsum dolor sit amet.

#a976da Color CSS Codes

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

#a976da Text Font Color

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

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


#a976da Background Color

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

This div background color is #a976da


#a976da Border Color

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

This div border color is #a976da


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #a976da


Comments

No comments written yet.

Please login to write comment.