Color Hex Logo

#a976fe Color Hex

#A976FE
(169,118,254)
0 Favorites   0 Comments

Color spaces of #a976fe

RGB 169118254
HSL0.730.990.73
HSV263°54°100°
CMYK 0.330.540.00   0.00
XYZ40.730028.547697.1295
Yxy28.54760.24480.1716
Hunter Lab53.430042.5693-70.3814
CIE-Lab60.380347.7348-60.8378

#a976fe color RGB value is (169,118,254).

#a976fe hex color red value is 169, green value is 118 and the blue value of its RGB is 254. Cylindrical-coordinate representations (also known as HSL) of color #a976fe hue: 0.73 , saturation: 0.99 and the lightness value of a976fe is 0.73.

The process color (four color CMYK) of #a976fe color hex is 0.33, 0.54, 0.00, 0.00. Web safe color of #a976fe is #9966ff. Color #a976fe contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 10101001 01110110 11111110
Octal 251 166 376
Decimal 169 118 254
Hex A9 76 FE

RGB Percentages of Color #a976fe

%31.24
%21.81
%46.95

CMYK Percentages of Color #a976fe

%33
%54
%0
%0

Triadic Colors of #a976fe

#a976fe #fea976 #76fea9

Analogous Colors of #a976fe

#a976fe #ed76fe #7687fe

Monochromatic Colors of #a976fe

#a976fe

Complementary Color

#a976fe #cbfe76

#a976fe Color Preview on Black Background

Lorem ipsum dolor sit amet.

#a976fe Color Preview on White Background

Lorem ipsum dolor sit amet.

#a976fe Color CSS Codes

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

#a976fe Text Font Color

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

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


#a976fe Background Color

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

This div background color is #a976fe


#a976fe Border Color

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

This div border color is #a976fe


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #a976fe


Comments

No comments written yet.

Please login to write comment.