Color Hex Logo

#a563ca Color Hex

#A563CA
(165,99,202)
0 Favorites   0 Comments

Color spaces of #a563ca

RGB 16599202
HSL0.770.490.59
HSV278°51°79°
CMYK 0.180.510.00   0.21
XYZ30.639621.187358.3518
Yxy21.18730.27810.1923
Hunter Lab46.029738.2664-42.9412
CIE-Lab53.153944.7577-43.2223

#a563ca color RGB value is (165,99,202).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10100101 01100011 11001010
Octal 245 143 312
Decimal 165 99 202
Hex A5 63 CA

RGB Percentages of Color #a563ca

%35.41
%21.24
%43.35

CMYK Percentages of Color #a563ca

%18
%51
%0
%21

Triadic Colors of #a563ca

#a563ca #caa563 #63caa5

Analogous Colors of #a563ca

#a563ca #ca63bc #7263ca

Monochromatic Colors of #a563ca

#a563ca

Complementary Color

#a563ca #88ca63

#a563ca Color Preview on Black Background

Lorem ipsum dolor sit amet.

#a563ca Color Preview on White Background

Lorem ipsum dolor sit amet.

#a563ca Color CSS Codes

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

#a563ca Text Font Color

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

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


#a563ca Background Color

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

This div background color is #a563ca


#a563ca Border Color

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

This div border color is #a563ca


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #a563ca


Comments

No comments written yet.

Please login to write comment.