color codes Logo

#a95cfe color codes

#A95CFE
(169,92,254)
0 Favorites   0 Comments

Color spaces of #a95cfe

RGB 16992254
HSL0.750.990.68
HSV269°64°100°
CMYK 0.330.640.00   0.00
XYZ38.078723.245196.2457
Yxy23.24510.24170.1475
Hunter Lab48.213256.6060-84.6086
CIE-Lab55.323961.1659-68.9699

#a95cfe color RGB value is (169,92,254).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10101001 01011100 11111110
Octal 251 134 376
Decimal 169 92 254
Hex A9 5C FE

RGB Percentages of Color #a95cfe

%32.82
%17.86
%49.32

CMYK Percentages of Color #a95cfe

%33
%64
%0
%0

Triadic Colors of #a95cfe

#a95cfe #fea95c #5cfea9

Analogous Colors of #a95cfe

#a95cfe #fa5cfe #5c60fe

Monochromatic Colors of #a95cfe

#a95cfe

Complementary Color

#a95cfe #b1fe5c

#a95cfe Color Preview on Black Background

Lorem ipsum dolor sit amet.

#a95cfe Color Preview on White Background

Lorem ipsum dolor sit amet.

#a95cfe Color CSS Codes

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

#a95cfe Text Font Color

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

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


#a95cfe Background Color

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

This div background color is #a95cfe


#a95cfe Border Color

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

This div border color is #a95cfe


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #a95cfe

Related Colors


Comments

No comments written yet.

Please login to write comment.