Color Hex Logo

#a95efd Color Hex

#A95EFD
(169,94,253)
0 Favorites   0 Comments

Color spaces of #a95efd

RGB 16994253
HSL0.750.980.68
HSV268°63°99°
CMYK 0.330.630.00   0.01
XYZ38.094523.532395.4629
Yxy23.53230.24250.1498
Hunter Lab48.510155.2816-82.7196
CIE-Lab55.616459.9559-67.9437

#a95efd color RGB value is (169,94,253).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10101001 01011110 11111101
Octal 251 136 375
Decimal 169 94 253
Hex A9 5E FD

RGB Percentages of Color #a95efd

%32.75
%18.22
%49.03

CMYK Percentages of Color #a95efd

%33
%63
%0
%1

Triadic Colors of #a95efd

#a95efd #fda95e #5efda9

Analogous Colors of #a95efd

#a95efd #f95efd #5e62fd

Monochromatic Colors of #a95efd

#a95efd

Complementary Color

#a95efd #b2fd5e

#a95efd Color Preview on Black Background

Lorem ipsum dolor sit amet.

#a95efd Color Preview on White Background

Lorem ipsum dolor sit amet.

#a95efd Color CSS Codes

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

#a95efd Text Font Color

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

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


#a95efd Background Color

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

This div background color is #a95efd


#a95efd Border Color

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

This div border color is #a95efd


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #a95efd

Related Colors


Comments

No comments written yet.

Please login to write comment.