Color Hex Logo

#a95dfe Color Hex

#A95DFE
(169,93,254)
0 Favorites   0 Comments

Color spaces of #a95dfe

RGB 16993254
HSL0.750.990.68
HSV268°63°100°
CMYK 0.330.630.00   0.00
XYZ38.165923.419596.2748
Yxy23.41950.24180.1484
Hunter Lab48.393756.0858-84.0764
CIE-Lab55.501860.6801-68.6825

#a95dfe color RGB value is (169,93,254).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10101001 01011101 11111110
Octal 251 135 376
Decimal 169 93 254
Hex A9 5D FE

RGB Percentages of Color #a95dfe

%32.75
%18.02
%49.22

CMYK Percentages of Color #a95dfe

%33
%63
%0
%0

Triadic Colors of #a95dfe

#a95dfe #fea95d #5dfea9

Analogous Colors of #a95dfe

#a95dfe #fa5dfe #5d61fe

Monochromatic Colors of #a95dfe

#a95dfe

Complementary Color

#a95dfe #b2fe5d

#a95dfe Color Preview on Black Background

Lorem ipsum dolor sit amet.

#a95dfe Color Preview on White Background

Lorem ipsum dolor sit amet.

#a95dfe Color CSS Codes

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

#a95dfe Text Font Color

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

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


#a95dfe Background Color

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

This div background color is #a95dfe


#a95dfe Border Color

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

This div border color is #a95dfe


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #a95dfe


Comments

No comments written yet.

Please login to write comment.