Color Hex Logo

#a563cd Color Hex

#A563CD
(165,99,205)
0 Favorites   0 Comments

Color spaces of #a563cd

RGB 16599205
HSL0.770.510.60
HSV277°52°80°
CMYK 0.200.520.00   0.20
XYZ30.998321.330860.2411
Yxy21.33080.27540.1895
Hunter Lab46.185338.9801-45.0044
CIE-Lab53.309645.4190-44.6884

#a563cd color RGB value is (165,99,205).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10100101 01100011 11001101
Octal 245 143 315
Decimal 165 99 205
Hex A5 63 CD

RGB Percentages of Color #a563cd

%35.18
%21.11
%43.71

CMYK Percentages of Color #a563cd

%20
%52
%0
%20

Triadic Colors of #a563cd

#a563cd #cda563 #63cda5

Analogous Colors of #a563cd

#a563cd #cd63c0 #7063cd

Monochromatic Colors of #a563cd

#a563cd

Complementary Color

#a563cd #8bcd63

#a563cd Color Preview on Black Background

Lorem ipsum dolor sit amet.

#a563cd Color Preview on White Background

Lorem ipsum dolor sit amet.

#a563cd Color CSS Codes

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

#a563cd Text Font Color

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

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


#a563cd Background Color

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

This div background color is #a563cd


#a563cd Border Color

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

This div border color is #a563cd


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #a563cd


Comments

No comments written yet.

Please login to write comment.