Color Hex Logo

#a957ce Color Hex

#A957CE
(169,87,206)
0 Favorites   0 Comments

Color spaces of #a957ce

RGB 16987206
HSL0.780.550.57
HSV281°58°81°
CMYK 0.180.580.00   0.19
XYZ30.911019.707660.5673
Yxy19.70760.27800.1772
Hunter Lab44.393246.6013-49.8162
CIE-Lab51.505052.8743-48.0957

#a957ce color RGB value is (169,87,206).

#a957ce hex color red value is 169, green value is 87 and the blue value of its RGB is 206. Cylindrical-coordinate representations (also known as HSL) of color #a957ce hue: 0.78 , saturation: 0.55 and the lightness value of a957ce is 0.57.

The process color (four color CMYK) of #a957ce color hex is 0.18, 0.58, 0.00, 0.19. Web safe color of #a957ce is #9966cc. Color #a957ce contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 10101001 01010111 11001110
Octal 251 127 316
Decimal 169 87 206
Hex A9 57 CE

RGB Percentages of Color #a957ce

%36.58
%18.83
%44.59

CMYK Percentages of Color #a957ce

%18
%58
%0
%19

Triadic Colors of #a957ce

#a957ce #cea957 #57cea9

Analogous Colors of #a957ce

#a957ce #ce57b8 #6e57ce

Monochromatic Colors of #a957ce

#a957ce

Complementary Color

#a957ce #7cce57

#a957ce Color Preview on Black Background

Lorem ipsum dolor sit amet.

#a957ce Color Preview on White Background

Lorem ipsum dolor sit amet.

#a957ce Color CSS Codes

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

#a957ce Text Font Color

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

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


#a957ce Background Color

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

This div background color is #a957ce


#a957ce Border Color

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

This div border color is #a957ce


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #a957ce


Comments

No comments written yet.

Please login to write comment.