Color Hex Logo

#a95dfc Color Hex

#A95DFC
(169,93,252)
0 Favorites   0 Comments

Color spaces of #a95dfc

RGB 16993252
HSL0.750.960.68
HSV269°63°99°
CMYK 0.330.630.00   0.01
XYZ37.847223.292094.5965
Yxy23.29200.24300.1496
Hunter Lab48.261855.5227-82.4293
CIE-Lab55.371860.2108-67.7846

#a95dfc color RGB value is (169,93,252).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10101001 01011101 11111100
Octal 251 135 374
Decimal 169 93 252
Hex A9 5D FC

RGB Percentages of Color #a95dfc

%32.88
%18.09
%49.03

CMYK Percentages of Color #a95dfc

%33
%63
%0
%1

Triadic Colors of #a95dfc

#a95dfc #fca95d #5dfca9

Analogous Colors of #a95dfc

#a95dfc #f95dfc #5d60fc

Monochromatic Colors of #a95dfc

#a95dfc

Complementary Color

#a95dfc #b0fc5d

#a95dfc Color Preview on Black Background

Lorem ipsum dolor sit amet.

#a95dfc Color Preview on White Background

Lorem ipsum dolor sit amet.

#a95dfc Color CSS Codes

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

#a95dfc Text Font Color

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

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


#a95dfc Background Color

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

This div background color is #a95dfc


#a95dfc Border Color

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

This div border color is #a95dfc


Css3 Examples

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

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(169,93,252, 0.8);">Text here</p>

This text has shadow with rgb values.


Text Shadow with Hex Values

<p style="text-shadow: 4px 4px 2px #a95dfc">Text here</p>

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #a95dfc


Comments

No comments written yet.

Please login to write comment.