Color Hex Logo

#a564de Color Hex

#A564DE
(165,100,222)
0 Favorites   0 Comments

Color spaces of #a564de

RGB 165100222
HSL0.760.650.63
HSV272°55°87°
CMYK 0.260.550.00   0.13
XYZ33.259022.387671.6755
Yxy22.38760.26120.1758
Hunter Lab47.315542.6689-56.6940
CIE-Lab54.435948.7358-52.5392

#a564de color RGB value is (165,100,222).

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

The process color (four color CMYK) of #a564de color hex is 0.26, 0.55, 0.00, 0.13. Web safe color of #a564de is #9966cc. Color #a564de contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 10100101 01100100 11011110
Octal 245 144 336
Decimal 165 100 222
Hex A5 64 DE

RGB Percentages of Color #a564de

%33.88
%20.53
%45.59

CMYK Percentages of Color #a564de

%26
%55
%0
%13

Triadic Colors of #a564de

#a564de #dea564 #64dea5

Analogous Colors of #a564de

#a564de #de64da #6864de

Monochromatic Colors of #a564de

#a564de

Complementary Color

#a564de #9dde64

#a564de Color Preview on Black Background

Lorem ipsum dolor sit amet.

#a564de Color Preview on White Background

Lorem ipsum dolor sit amet.

#a564de Color CSS Codes

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

#a564de Text Font Color

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

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


#a564de Background Color

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

This div background color is #a564de


#a564de Border Color

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

This div border color is #a564de


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #a564de


Comments

No comments written yet.

Please login to write comment.