Color Hex Logo

#a952fe Color Hex

#A952FE
(169,82,254)
0 Favorites   0 Comments

Color spaces of #a952fe

RGB 16982254
HSL0.750.990.66
HSV270°68°100°
CMYK 0.330.680.00   0.00
XYZ37.268921.625495.9758
Yxy21.62540.24060.1396
Hunter Lab46.503161.6744-89.8139
CIE-Lab53.627365.8473-71.7156

#a952fe color RGB value is (169,82,254).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10101001 01010010 11111110
Octal 251 122 376
Decimal 169 82 254
Hex A9 52 FE

RGB Percentages of Color #a952fe

%33.47
%16.24
%50.30

CMYK Percentages of Color #a952fe

%33
%68
%0
%0

Triadic Colors of #a952fe

#a952fe #fea952 #52fea9

Analogous Colors of #a952fe

#a952fe #fe52fd #5352fe

Monochromatic Colors of #a952fe

#a952fe

Complementary Color

#a952fe #a7fe52

#a952fe Color Preview on Black Background

Lorem ipsum dolor sit amet.

#a952fe Color Preview on White Background

Lorem ipsum dolor sit amet.

#a952fe Color CSS Codes

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

#a952fe Text Font Color

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

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


#a952fe Background Color

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

This div background color is #a952fe


#a952fe Border Color

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

This div border color is #a952fe


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #a952fe

Related Colors


Comments

No comments written yet.

Please login to write comment.