Color Hex Logo

#a976de Color Hex

#A976DE
(169,118,222)
0 Favorites   0 Comments

Color spaces of #a976de

RGB 169118222
HSL0.750.610.67
HSV269°47°87°
CMYK 0.240.470.00   0.13
XYZ36.025426.665872.3555
Yxy26.66580.26680.1975
Hunter Lab51.638934.1606-46.9288
CIE-Lab58.663740.0222-45.7983

#a976de color RGB value is (169,118,222).

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

The process color (four color CMYK) of #a976de color hex is 0.24, 0.47, 0.00, 0.13. Web safe color of #a976de is #9966cc. Color #a976de contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 10101001 01110110 11011110
Octal 251 166 336
Decimal 169 118 222
Hex A9 76 DE

RGB Percentages of Color #a976de

%33.20
%23.18
%43.61

CMYK Percentages of Color #a976de

%24
%47
%0
%13

Triadic Colors of #a976de

#a976de #dea976 #76dea9

Analogous Colors of #a976de

#a976de #dd76de #7677de

Monochromatic Colors of #a976de

#a976de

Complementary Color

#a976de #abde76

#a976de Color Preview on Black Background

Lorem ipsum dolor sit amet.

#a976de Color Preview on White Background

Lorem ipsum dolor sit amet.

#a976de Color CSS Codes

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

#a976de Text Font Color

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

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


#a976de Background Color

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

This div background color is #a976de


#a976de Border Color

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

This div border color is #a976de


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #a976de


Comments

No comments written yet.

Please login to write comment.