Color Hex Logo

#a957be Color Hex

#A957BE
(169,87,190)
0 Favorites   0 Comments

Color spaces of #a957be

RGB 16987190
HSL0.800.440.54
HSV288°54°75°
CMYK 0.110.540.00   0.25
XYZ29.064618.969150.8447
Yxy18.96910.29390.1918
Hunter Lab43.553542.8998-38.7281
CIE-Lab50.651049.5679-40.2487

#a957be color RGB value is (169,87,190).

#a957be hex color red value is 169, green value is 87 and the blue value of its RGB is 190. Cylindrical-coordinate representations (also known as HSL) of color #a957be hue: 0.80 , saturation: 0.44 and the lightness value of a957be is 0.54.

The process color (four color CMYK) of #a957be color hex is 0.11, 0.54, 0.00, 0.25. Web safe color of #a957be is #9966cc. Color #a957be contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 10101001 01010111 10111110
Octal 251 127 276
Decimal 169 87 190
Hex A9 57 BE

RGB Percentages of Color #a957be

%37.89
%19.51
%42.60

CMYK Percentages of Color #a957be

%11
%54
%0
%25

Triadic Colors of #a957be

#a957be #bea957 #57bea9

Analogous Colors of #a957be

#a957be #be57a0 #7657be

Monochromatic Colors of #a957be

#a957be

Complementary Color

#a957be #6cbe57

#a957be Color Preview on Black Background

Lorem ipsum dolor sit amet.

#a957be Color Preview on White Background

Lorem ipsum dolor sit amet.

#a957be Color CSS Codes

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

#a957be Text Font Color

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

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


#a957be Background Color

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

This div background color is #a957be


#a957be Border Color

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

This div border color is #a957be


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #a957be


Comments

No comments written yet.

Please login to write comment.