Color Hex Logo

#a953fe Color Hex

#A953FE
(169,83,254)
0 Favorites   0 Comments

Color spaces of #a953fe

RGB 16983254
HSL0.750.990.66
HSV270°67°100°
CMYK 0.330.670.00   0.00
XYZ37.344821.777396.0011
Yxy21.77730.24070.1404
Hunter Lab46.666261.1797-89.3044
CIE-Lab53.789965.3945-71.4520

#a953fe color RGB value is (169,83,254).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10101001 01010011 11111110
Octal 251 123 376
Decimal 169 83 254
Hex A9 53 FE

RGB Percentages of Color #a953fe

%33.40
%16.40
%50.20

CMYK Percentages of Color #a953fe

%33
%67
%0
%0

Triadic Colors of #a953fe

#a953fe #fea953 #53fea9

Analogous Colors of #a953fe

#a953fe #fe53fe #5353fe

Monochromatic Colors of #a953fe

#a953fe

Complementary Color

#a953fe #a8fe53

#a953fe Color Preview on Black Background

Lorem ipsum dolor sit amet.

#a953fe Color Preview on White Background

Lorem ipsum dolor sit amet.

#a953fe Color CSS Codes

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

#a953fe Text Font Color

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

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


#a953fe Background Color

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

This div background color is #a953fe


#a953fe Border Color

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

This div border color is #a953fe


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #a953fe


Comments

No comments written yet.

Please login to write comment.