Color Hex Logo

#a563cc Color Hex

#A563CC
(165,99,204)
0 Favorites   0 Comments

Color spaces of #a563cc

RGB 16599204
HSL0.770.510.59
HSV278°51°80°
CMYK 0.190.510.00   0.20
XYZ30.878021.282659.6073
Yxy21.28260.27630.1904
Hunter Lab46.133138.7416-44.3139
CIE-Lab53.257445.1984-44.2007

#a563cc color RGB value is (165,99,204).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10100101 01100011 11001100
Octal 245 143 314
Decimal 165 99 204
Hex A5 63 CC

RGB Percentages of Color #a563cc

%35.26
%21.15
%43.59

CMYK Percentages of Color #a563cc

%19
%51
%0
%20

Triadic Colors of #a563cc

#a563cc #cca563 #63cca5

Analogous Colors of #a563cc

#a563cc #cc63bf #7163cc

Monochromatic Colors of #a563cc

#a563cc

Complementary Color

#a563cc #8acc63

#a563cc Color Preview on Black Background

Lorem ipsum dolor sit amet.

#a563cc Color Preview on White Background

Lorem ipsum dolor sit amet.

#a563cc Color CSS Codes

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

#a563cc Text Font Color

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

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


#a563cc Background Color

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

This div background color is #a563cc


#a563cc Border Color

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

This div border color is #a563cc


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #a563cc


Comments

No comments written yet.

Please login to write comment.