Color Hex Logo

#a957dc Color Hex

#A957DC
(169,87,220)
0 Favorites   0 Comments

Color spaces of #a957dc

RGB 16987220
HSL0.770.660.60
HSV277°60°86°
CMYK 0.230.600.00   0.14
XYZ32.688620.418769.9285
Yxy20.41870.26570.1660
Hunter Lab45.187150.0507-60.1223
CIE-Lab52.307355.8846-54.7839

#a957dc color RGB value is (169,87,220).

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

The process color (four color CMYK) of #a957dc color hex is 0.23, 0.60, 0.00, 0.14. Web safe color of #a957dc is #9966cc. Color #a957dc contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 10101001 01010111 11011100
Octal 251 127 334
Decimal 169 87 220
Hex A9 57 DC

RGB Percentages of Color #a957dc

%35.50
%18.28
%46.22

CMYK Percentages of Color #a957dc

%23
%60
%0
%14

Triadic Colors of #a957dc

#a957dc #dca957 #57dca9

Analogous Colors of #a957dc

#a957dc #dc57cd #6757dc

Monochromatic Colors of #a957dc

#a957dc

Complementary Color

#a957dc #8adc57

#a957dc Color Preview on Black Background

Lorem ipsum dolor sit amet.

#a957dc Color Preview on White Background

Lorem ipsum dolor sit amet.

#a957dc Color CSS Codes

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

#a957dc Text Font Color

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

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


#a957dc Background Color

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

This div background color is #a957dc


#a957dc Border Color

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

This div border color is #a957dc


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #a957dc


Comments

No comments written yet.

Please login to write comment.