Color Hex Logo

#a925fe Color Hex

#A925FE
(169,37,254)
0 Favorites   0 Comments

Color spaces of #a925fe

RGB 16937254
HSL0.770.990.57
HSV276°85°100°
CMYK 0.330.850.00   0.00
XYZ34.913116.913995.1905
Yxy16.91390.23750.1150
Hunter Lab41.126579.5607-108.4427
CIE-Lab48.151481.5709-80.6323

#a925fe color RGB value is (169,37,254).

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

The process color (four color CMYK) of #a925fe color hex is 0.33, 0.85, 0.00, 0.00. Web safe color of #a925fe is #9933ff. Color #a925fe contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 10101001 00100101 11111110
Octal 251 45 376
Decimal 169 37 254
Hex A9 25 FE

RGB Percentages of Color #a925fe

%36.74
%8.04
%55.22

CMYK Percentages of Color #a925fe

%33
%85
%0
%0

Triadic Colors of #a925fe

#a925fe #fea925 #25fea9

Analogous Colors of #a925fe

#a925fe #fe25e7 #3c25fe

Monochromatic Colors of #a925fe

#a925fe

Complementary Color

#a925fe #7afe25

#a925fe Color Preview on Black Background

Lorem ipsum dolor sit amet.

#a925fe Color Preview on White Background

Lorem ipsum dolor sit amet.

#a925fe Color CSS Codes

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

#a925fe Text Font Color

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

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


#a925fe Background Color

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

This div background color is #a925fe


#a925fe Border Color

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

This div border color is #a925fe


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #a925fe

Related Colors


Comments

No comments written yet.

Please login to write comment.