Color Hex Logo

#a561cc Color Hex

#A561CC
(165,97,204)
0 Favorites   0 Comments

Color spaces of #a561cc

RGB 16597204
HSL0.770.510.59
HSV278°52°80°
CMYK 0.190.520.00   0.20
XYZ30.690820.908459.5449
Yxy20.90840.27610.1881
Hunter Lab45.725739.7881-45.2006
CIE-Lab52.849146.2623-44.8475

#a561cc color RGB value is (165,97,204).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10100101 01100001 11001100
Octal 245 141 314
Decimal 165 97 204
Hex A5 61 CC

RGB Percentages of Color #a561cc

%35.41
%20.82
%43.78

CMYK Percentages of Color #a561cc

%19
%52
%0
%20

Triadic Colors of #a561cc

#a561cc #cca561 #61cca5

Analogous Colors of #a561cc

#a561cc #cc61be #7061cc

Monochromatic Colors of #a561cc

#a561cc

Complementary Color

#a561cc #88cc61

#a561cc Color Preview on Black Background

Lorem ipsum dolor sit amet.

#a561cc Color Preview on White Background

Lorem ipsum dolor sit amet.

#a561cc Color CSS Codes

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

#a561cc Text Font Color

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

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


#a561cc Background Color

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

This div background color is #a561cc


#a561cc Border Color

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

This div border color is #a561cc


Css3 Examples

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

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(165,97,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 #a561cc">Text here</p>

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #a561cc


Comments

No comments written yet.

Please login to write comment.