Color Hex Logo

#a563da Color Hex

#A563DA
(165,99,218)
0 Favorites   0 Comments

Color spaces of #a563da

RGB 16599218
HSL0.760.620.62
HSV273°55°85°
CMYK 0.240.550.00   0.15
XYZ32.633821.985068.8532
Yxy21.98500.26430.1781
Hunter Lab46.888242.1803-54.2430
CIE-Lab54.011148.3450-50.9574

#a563da color RGB value is (165,99,218).

#a563da hex color red value is 165, green value is 99 and the blue value of its RGB is 218. Cylindrical-coordinate representations (also known as HSL) of color #a563da hue: 0.76 , saturation: 0.62 and the lightness value of a563da is 0.62.

The process color (four color CMYK) of #a563da color hex is 0.24, 0.55, 0.00, 0.15. Web safe color of #a563da is #9966cc. Color #a563da contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 10100101 01100011 11011010
Octal 245 143 332
Decimal 165 99 218
Hex A5 63 DA

RGB Percentages of Color #a563da

%34.23
%20.54
%45.23

CMYK Percentages of Color #a563da

%24
%55
%0
%15

Triadic Colors of #a563da

#a563da #daa563 #63daa5

Analogous Colors of #a563da

#a563da #da63d4 #6a63da

Monochromatic Colors of #a563da

#a563da

Complementary Color

#a563da #98da63

#a563da Color Preview on Black Background

Lorem ipsum dolor sit amet.

#a563da Color Preview on White Background

Lorem ipsum dolor sit amet.

#a563da Color CSS Codes

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

#a563da Text Font Color

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

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


#a563da Background Color

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

This div background color is #a563da


#a563da Border Color

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

This div border color is #a563da


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #a563da


Comments

No comments written yet.

Please login to write comment.