Color Hex Logo

#a563d2 Color Hex

#A563D2
(165,99,210)
0 Favorites   0 Comments

Color spaces of #a563d2

RGB 16599210
HSL0.770.550.61
HSV276°53°82°
CMYK 0.210.530.00   0.18
XYZ31.611721.576263.4713
Yxy21.57620.27100.1850
Hunter Lab46.450240.1904-48.5010
CIE-Lab53.574446.5330-47.1156

#a563d2 color RGB value is (165,99,210).

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

The process color (four color CMYK) of #a563d2 color hex is 0.21, 0.53, 0.00, 0.18. Web safe color of #a563d2 is #9966cc. Color #a563d2 contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 10100101 01100011 11010010
Octal 245 143 322
Decimal 165 99 210
Hex A5 63 D2

RGB Percentages of Color #a563d2

%34.81
%20.89
%44.30

CMYK Percentages of Color #a563d2

%21
%53
%0
%18

Triadic Colors of #a563d2

#a563d2 #d2a563 #63d2a5

Analogous Colors of #a563d2

#a563d2 #d263c8 #6e63d2

Monochromatic Colors of #a563d2

#a563d2

Complementary Color

#a563d2 #90d263

#a563d2 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#a563d2 Color Preview on White Background

Lorem ipsum dolor sit amet.

#a563d2 Color CSS Codes

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

#a563d2 Text Font Color

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

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


#a563d2 Background Color

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

This div background color is #a563d2


#a563d2 Border Color

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

This div border color is #a563d2


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #a563d2


Comments

No comments written yet.

Please login to write comment.