Color Hex Logo

#a560cc Color Hex

#A560CC
(165,96,204)
0 Favorites   0 Comments

Color spaces of #a560cc

RGB 16596204
HSL0.770.510.59
HSV278°53°80°
CMYK 0.190.530.00   0.20
XYZ30.599020.724759.5143
Yxy20.72470.27610.1870
Hunter Lab45.524440.3102-45.6431
CIE-Lab52.646946.7916-45.1682

#a560cc color RGB value is (165,96,204).

#a560cc hex color red value is 165, green value is 96 and the blue value of its RGB is 204. Cylindrical-coordinate representations (also known as HSL) of color #a560cc hue: 0.77 , saturation: 0.51 and the lightness value of a560cc is 0.59.

The process color (four color CMYK) of #a560cc color hex is 0.19, 0.53, 0.00, 0.20. Web safe color of #a560cc is #9966cc. Color #a560cc contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 10100101 01100000 11001100
Octal 245 140 314
Decimal 165 96 204
Hex A5 60 CC

RGB Percentages of Color #a560cc

%35.48
%20.65
%43.87

CMYK Percentages of Color #a560cc

%19
%53
%0
%20

Triadic Colors of #a560cc

#a560cc #cca560 #60cca5

Analogous Colors of #a560cc

#a560cc #cc60bd #6f60cc

Monochromatic Colors of #a560cc

#a560cc

Complementary Color

#a560cc #87cc60

#a560cc Color Preview on Black Background

Lorem ipsum dolor sit amet.

#a560cc Color Preview on White Background

Lorem ipsum dolor sit amet.

#a560cc Color CSS Codes

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

#a560cc Text Font Color

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

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


#a560cc Background Color

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

This div background color is #a560cc


#a560cc Border Color

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

This div border color is #a560cc


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(165,96,204, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #a560cc; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #a560cc;
  -webkit-box-shadow: 1px 1px 3px 2px #a560cc;
  box-shadow:         1px 1px 3px 2px #a560cc; }

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(165,96,204, 0.8);">Text here</p>

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #a560cc


Comments

No comments written yet.

Please login to write comment.