Color Hex Logo

#a564dd Color Hex

#A564DD
(165,100,221)
0 Favorites   0 Comments

Color spaces of #a564dd

RGB 165100221
HSL0.760.640.63
HSV272°55°87°
CMYK 0.250.550.00   0.13
XYZ33.125422.334170.9716
Yxy22.33410.26200.1767
Hunter Lab47.259042.4135-55.9580
CIE-Lab54.379748.5054-52.0646

#a564dd color RGB value is (165,100,221).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10100101 01100100 11011101
Octal 245 144 335
Decimal 165 100 221
Hex A5 64 DD

RGB Percentages of Color #a564dd

%33.95
%20.58
%45.47

CMYK Percentages of Color #a564dd

%25
%55
%0
%13

Triadic Colors of #a564dd

#a564dd #dda564 #64dda5

Analogous Colors of #a564dd

#a564dd #dd64d9 #6964dd

Monochromatic Colors of #a564dd

#a564dd

Complementary Color

#a564dd #9cdd64

#a564dd Color Preview on Black Background

Lorem ipsum dolor sit amet.

#a564dd Color Preview on White Background

Lorem ipsum dolor sit amet.

#a564dd Color CSS Codes

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

#a564dd Text Font Color

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

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


#a564dd Background Color

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

This div background color is #a564dd


#a564dd Border Color

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

This div border color is #a564dd


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #a564dd


Comments

No comments written yet.

Please login to write comment.