Color Hex Logo

#a975fe Color Hex

#A975FE
(169,117,254)
0 Favorites   0 Comments

Color spaces of #a975fe

RGB 169117254
HSL0.730.990.73
HSV263°54°100°
CMYK 0.330.540.00   0.00
XYZ40.612928.313497.0904
Yxy28.31340.24460.1705
Hunter Lab53.210343.1224-70.9364
CIE-Lab60.170848.2759-61.1731

#a975fe color RGB value is (169,117,254).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10101001 01110101 11111110
Octal 251 165 376
Decimal 169 117 254
Hex A9 75 FE

RGB Percentages of Color #a975fe

%31.30
%21.67
%47.04

CMYK Percentages of Color #a975fe

%33
%54
%0
%0

Triadic Colors of #a975fe

#a975fe #fea975 #75fea9

Analogous Colors of #a975fe

#a975fe #ee75fe #7586fe

Monochromatic Colors of #a975fe

#a975fe

Complementary Color

#a975fe #cafe75

#a975fe Color Preview on Black Background

Lorem ipsum dolor sit amet.

#a975fe Color Preview on White Background

Lorem ipsum dolor sit amet.

#a975fe Color CSS Codes

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

#a975fe Text Font Color

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

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


#a975fe Background Color

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

This div background color is #a975fe


#a975fe Border Color

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

This div border color is #a975fe


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #a975fe


Comments

No comments written yet.

Please login to write comment.