Color Hex Logo

#a95fff Color Hex

#A95FFF
(169,95,255)
0 Favorites   0 Comments

Color spaces of #a95fff

RGB 16995255
HSL0.741.000.69
HSV268°63°100°
CMYK 0.340.630.00   0.00
XYZ38.504423.839497.1798
Yxy23.83940.24140.1494
Hunter Lab48.825655.3222-83.8296
CIE-Lab55.926659.9364-68.5497

#a95fff color RGB value is (169,95,255).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10101001 01011111 11111111
Octal 251 137 377
Decimal 169 95 255
Hex A9 5F FF

RGB Percentages of Color #a95fff

%32.56
%18.30
%49.13

CMYK Percentages of Color #a95fff

%34
%63
%0
%0

Triadic Colors of #a95fff

#a95fff #ffa95f #5fffa9

Analogous Colors of #a95fff

#a95fff #f95fff #5f65ff

Monochromatic Colors of #a95fff

#a95fff

Complementary Color

#a95fff #b5ff5f

#a95fff Color Preview on Black Background

Lorem ipsum dolor sit amet.

#a95fff Color Preview on White Background

Lorem ipsum dolor sit amet.

#a95fff Color CSS Codes

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

#a95fff Text Font Color

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

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


#a95fff Background Color

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

This div background color is #a95fff


#a95fff Border Color

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

This div border color is #a95fff


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #a95fff

Related Colors


Comments

No comments written yet.

Please login to write comment.