Color Hex Logo

#a95cfd Color Hex

#A95CFD
(169,92,253)
0 Favorites   0 Comments

Color spaces of #a95cfd

RGB 16992253
HSL0.750.980.68
HSV269°64°99°
CMYK 0.330.640.00   0.01
XYZ37.919023.181295.4044
Yxy23.18120.24230.1481
Hunter Lab48.146956.3242-83.7821
CIE-Lab55.258560.9318-68.5218

#a95cfd color RGB value is (169,92,253).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10101001 01011100 11111101
Octal 251 134 375
Decimal 169 92 253
Hex A9 5C FD

RGB Percentages of Color #a95cfd

%32.88
%17.90
%49.22

CMYK Percentages of Color #a95cfd

%33
%64
%0
%1

Triadic Colors of #a95cfd

#a95cfd #fda95c #5cfda9

Analogous Colors of #a95cfd

#a95cfd #fa5cfd #5c5ffd

Monochromatic Colors of #a95cfd

#a95cfd

Complementary Color

#a95cfd #b0fd5c

#a95cfd Color Preview on Black Background

Lorem ipsum dolor sit amet.

#a95cfd Color Preview on White Background

Lorem ipsum dolor sit amet.

#a95cfd Color CSS Codes

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

#a95cfd Text Font Color

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

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


#a95cfd Background Color

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

This div background color is #a95cfd


#a95cfd Border Color

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

This div border color is #a95cfd


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #a95cfd


Comments

No comments written yet.

Please login to write comment.