Color Hex Logo

#a956ca Color Hex

#A956CA
(169,86,202)
0 Favorites   0 Comments

Color spaces of #a956ca

RGB 16986202
HSL0.790.520.56
HSV283°57°79°
CMYK 0.160.570.00   0.21
XYZ30.350619.354958.0133
Yxy19.35490.28180.1797
Hunter Lab43.994246.1532-47.3873
CIE-Lab51.099952.5299-46.4490

#a956ca color RGB value is (169,86,202).

#a956ca hex color red value is 169, green value is 86 and the blue value of its RGB is 202. Cylindrical-coordinate representations (also known as HSL) of color #a956ca hue: 0.79 , saturation: 0.52 and the lightness value of a956ca is 0.56.

The process color (four color CMYK) of #a956ca color hex is 0.16, 0.57, 0.00, 0.21. Web safe color of #a956ca is #9966cc. Color #a956ca contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 10101001 01010110 11001010
Octal 251 126 312
Decimal 169 86 202
Hex A9 56 CA

RGB Percentages of Color #a956ca

%36.98
%18.82
%44.20

CMYK Percentages of Color #a956ca

%16
%57
%0
%21

Triadic Colors of #a956ca

#a956ca #caa956 #56caa9

Analogous Colors of #a956ca

#a956ca #ca56b1 #6f56ca

Monochromatic Colors of #a956ca

#a956ca

Complementary Color

#a956ca #77ca56

#a956ca Color Preview on Black Background

Lorem ipsum dolor sit amet.

#a956ca Color Preview on White Background

Lorem ipsum dolor sit amet.

#a956ca Color CSS Codes

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

#a956ca Text Font Color

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

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


#a956ca Background Color

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

This div background color is #a956ca


#a956ca Border Color

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

This div border color is #a956ca


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #a956ca


Comments

No comments written yet.

Please login to write comment.