Color Hex Logo

#a564ca Color Hex

#A564CA
(165,100,202)
0 Favorites   0 Comments

Color spaces of #a564ca

RGB 165100202
HSL0.770.490.59
HSV278°50°79°
CMYK 0.180.500.00   0.21
XYZ30.734921.377958.3836
Yxy21.37790.27820.1935
Hunter Lab46.236237.7420-42.5015
CIE-Lab53.360644.2217-42.8953

#a564ca color RGB value is (165,100,202).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10100101 01100100 11001010
Octal 245 144 312
Decimal 165 100 202
Hex A5 64 CA

RGB Percentages of Color #a564ca

%35.33
%21.41
%43.25

CMYK Percentages of Color #a564ca

%18
%50
%0
%21

Triadic Colors of #a564ca

#a564ca #caa564 #64caa5

Analogous Colors of #a564ca

#a564ca #ca64bc #7264ca

Monochromatic Colors of #a564ca

#a564ca

Complementary Color

#a564ca #89ca64

#a564ca Color Preview on Black Background

Lorem ipsum dolor sit amet.

#a564ca Color Preview on White Background

Lorem ipsum dolor sit amet.

#a564ca Color CSS Codes

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

#a564ca Text Font Color

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

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


#a564ca Background Color

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

This div background color is #a564ca


#a564ca Border Color

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

This div border color is #a564ca


Css3 Examples

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

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(165,100,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 #a564ca">Text here</p>

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #a564ca


Comments

No comments written yet.

Please login to write comment.