Color Hex Logo

#a957ff Color Hex

#A957FF
(169,87,255)
0 Favorites   0 Comments

Color spaces of #a957ff

RGB 16987255
HSL0.751.000.67
HSV269°66°100°
CMYK 0.340.660.00   0.00
XYZ37.820422.471496.9518
Yxy22.47140.24050.1429
Hunter Lab47.404059.4559-88.0785
CIE-Lab54.523663.7800-70.8179

#a957ff color RGB value is (169,87,255).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10101001 01010111 11111111
Octal 251 127 377
Decimal 169 87 255
Hex A9 57 FF

RGB Percentages of Color #a957ff

%33.07
%17.03
%49.90

CMYK Percentages of Color #a957ff

%34
%66
%0
%0

Triadic Colors of #a957ff

#a957ff #ffa957 #57ffa9

Analogous Colors of #a957ff

#a957ff #fd57ff #5759ff

Monochromatic Colors of #a957ff

#a957ff

Complementary Color

#a957ff #adff57

#a957ff Color Preview on Black Background

Lorem ipsum dolor sit amet.

#a957ff Color Preview on White Background

Lorem ipsum dolor sit amet.

#a957ff Color CSS Codes

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

#a957ff Text Font Color

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

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


#a957ff Background Color

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

This div background color is #a957ff


#a957ff Border Color

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

This div border color is #a957ff


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #a957ff

Related Colors

#a957ff Color Palettes


Comments

No comments written yet.

Please login to write comment.