Color Hex Logo

#a95efe Color Hex

#A95EFE
(169,94,254)
0 Favorites   0 Comments

Color spaces of #a95efe

RGB 16994254
HSL0.740.990.68
HSV268°63°100°
CMYK 0.330.630.00   0.00
XYZ38.254323.596296.3042
Yxy23.59620.24190.1492
Hunter Lab48.575955.5637-83.5423
CIE-Lab55.681260.1915-68.3928

#a95efe color RGB value is (169,94,254).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10101001 01011110 11111110
Octal 251 136 376
Decimal 169 94 254
Hex A9 5E FE

RGB Percentages of Color #a95efe

%32.69
%18.18
%49.13

CMYK Percentages of Color #a95efe

%33
%63
%0
%0

Triadic Colors of #a95efe

#a95efe #fea95e #5efea9

Analogous Colors of #a95efe

#a95efe #f95efe #5e63fe

Monochromatic Colors of #a95efe

#a95efe

Complementary Color

#a95efe #b3fe5e

#a95efe Color Preview on Black Background

Lorem ipsum dolor sit amet.

#a95efe Color Preview on White Background

Lorem ipsum dolor sit amet.

#a95efe Color CSS Codes

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

#a95efe Text Font Color

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

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


#a95efe Background Color

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

This div background color is #a95efe


#a95efe Border Color

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

This div border color is #a95efe


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #a95efe


Comments

No comments written yet.

Please login to write comment.