Color Hex Logo

#a95dff Color Hex

#A95DFF
(169,93,255)
0 Favorites   0 Comments

Color spaces of #a95dff

RGB 16993255
HSL0.741.000.68
HSV268°64°100°
CMYK 0.340.640.00   0.00
XYZ38.326523.483797.1205
Yxy23.48370.24120.1478
Hunter Lab48.460056.3688-84.9034
CIE-Lab55.567160.9154-69.1304

#a95dff color RGB value is (169,93,255).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10101001 01011101 11111111
Octal 251 135 377
Decimal 169 93 255
Hex A9 5D FF

RGB Percentages of Color #a95dff

%32.69
%17.99
%49.32

CMYK Percentages of Color #a95dff

%34
%64
%0
%0

Triadic Colors of #a95dff

#a95dff #ffa95d #5dffa9

Analogous Colors of #a95dff

#a95dff #fa5dff #5d62ff

Monochromatic Colors of #a95dff

#a95dff

Complementary Color

#a95dff #b3ff5d

#a95dff Color Preview on Black Background

Lorem ipsum dolor sit amet.

#a95dff Color Preview on White Background

Lorem ipsum dolor sit amet.

#a95dff Color CSS Codes

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

#a95dff Text Font Color

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

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


#a95dff Background Color

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

This div background color is #a95dff


#a95dff Border Color

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

This div border color is #a95dff


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #a95dff


Comments

No comments written yet.

Please login to write comment.