Color Hex Logo

#a564dc Color Hex

#A564DC
(165,100,220)
0 Favorites   0 Comments

Color spaces of #a564dc

RGB 165100220
HSL0.760.630.63
HSV273°55°86°
CMYK 0.250.550.00   0.14
XYZ32.992522.281070.2719
Yxy22.28100.26280.1775
Hunter Lab47.202842.1583-55.2246
CIE-Lab54.323948.2748-51.5891

#a564dc color RGB value is (165,100,220).

#a564dc hex color red value is 165, green value is 100 and the blue value of its RGB is 220. Cylindrical-coordinate representations (also known as HSL) of color #a564dc hue: 0.76 , saturation: 0.63 and the lightness value of a564dc is 0.63.

The process color (four color CMYK) of #a564dc color hex is 0.25, 0.55, 0.00, 0.14. Web safe color of #a564dc is #9966cc. Color #a564dc contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 10100101 01100100 11011100
Octal 245 144 334
Decimal 165 100 220
Hex A5 64 DC

RGB Percentages of Color #a564dc

%34.02
%20.62
%45.36

CMYK Percentages of Color #a564dc

%25
%55
%0
%14

Triadic Colors of #a564dc

#a564dc #dca564 #64dca5

Analogous Colors of #a564dc

#a564dc #dc64d7 #6964dc

Monochromatic Colors of #a564dc

#a564dc

Complementary Color

#a564dc #9bdc64

#a564dc Color Preview on Black Background

Lorem ipsum dolor sit amet.

#a564dc Color Preview on White Background

Lorem ipsum dolor sit amet.

#a564dc Color CSS Codes

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

#a564dc Text Font Color

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

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


#a564dc Background Color

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

This div background color is #a564dc


#a564dc Border Color

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

This div border color is #a564dc


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #a564dc


Comments

No comments written yet.

Please login to write comment.