Color Hex Logo

#a563ce Color Hex

#A563CE
(165,99,206)
0 Favorites   0 Comments

Color spaces of #a563ce

RGB 16599206
HSL0.770.520.60
HSV277°52°81°
CMYK 0.200.520.00   0.19
XYZ31.119521.379260.8789
Yxy21.37920.27450.1886
Hunter Lab46.237639.2207-45.6980
CIE-Lab53.362045.6412-45.1755

#a563ce color RGB value is (165,99,206).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10100101 01100011 11001110
Octal 245 143 316
Decimal 165 99 206
Hex A5 63 CE

RGB Percentages of Color #a563ce

%35.11
%21.06
%43.83

CMYK Percentages of Color #a563ce

%20
%52
%0
%19

Triadic Colors of #a563ce

#a563ce #cea563 #63cea5

Analogous Colors of #a563ce

#a563ce #ce63c2 #7063ce

Monochromatic Colors of #a563ce

#a563ce

Complementary Color

#a563ce #8cce63

#a563ce Color Preview on Black Background

Lorem ipsum dolor sit amet.

#a563ce Color Preview on White Background

Lorem ipsum dolor sit amet.

#a563ce Color CSS Codes

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

#a563ce Text Font Color

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

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


#a563ce Background Color

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

This div background color is #a563ce


#a563ce Border Color

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

This div border color is #a563ce


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #a563ce


Comments

No comments written yet.

Please login to write comment.