Color Hex Logo

#a957df Color Hex

#A957DF
(169,87,223)
0 Favorites   0 Comments

Color spaces of #a957df

RGB 16987223
HSL0.770.680.61
HSV276°61°87°
CMYK 0.240.610.00   0.13
XYZ33.089720.579172.0402
Yxy20.57910.26320.1637
Hunter Lab45.364250.8147-62.4000
CIE-Lab52.485756.5426-56.1961

#a957df color RGB value is (169,87,223).

#a957df hex color red value is 169, green value is 87 and the blue value of its RGB is 223. Cylindrical-coordinate representations (also known as HSL) of color #a957df hue: 0.77 , saturation: 0.68 and the lightness value of a957df is 0.61.

The process color (four color CMYK) of #a957df color hex is 0.24, 0.61, 0.00, 0.13. Web safe color of #a957df is #9966cc. Color #a957df contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 10101001 01010111 11011111
Octal 251 127 337
Decimal 169 87 223
Hex A9 57 DF

RGB Percentages of Color #a957df

%35.28
%18.16
%46.56

CMYK Percentages of Color #a957df

%24
%61
%0
%13

Triadic Colors of #a957df

#a957df #dfa957 #57dfa9

Analogous Colors of #a957df

#a957df #df57d1 #6557df

Monochromatic Colors of #a957df

#a957df

Complementary Color

#a957df #8ddf57

#a957df Color Preview on Black Background

Lorem ipsum dolor sit amet.

#a957df Color Preview on White Background

Lorem ipsum dolor sit amet.

#a957df Color CSS Codes

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

#a957df Text Font Color

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

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


#a957df Background Color

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

This div background color is #a957df


#a957df Border Color

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

This div border color is #a957df


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #a957df


Comments

No comments written yet.

Please login to write comment.