Color Hex Logo

#a560ed Color Hex

#A560ED
(165,96,237)
0 Favorites   0 Comments

Color spaces of #a560ed

RGB 16596237
HSL0.750.800.65
HSV269°59°93°
CMYK 0.300.590.00   0.07
XYZ34.986022.479582.6158
Yxy22.47950.24980.1605
Hunter Lab47.412648.7442-70.1233
CIE-Lab54.532154.3168-60.8095

#a560ed color RGB value is (165,96,237).

#a560ed hex color red value is 165, green value is 96 and the blue value of its RGB is 237. Cylindrical-coordinate representations (also known as HSL) of color #a560ed hue: 0.75 , saturation: 0.80 and the lightness value of a560ed is 0.65.

The process color (four color CMYK) of #a560ed color hex is 0.30, 0.59, 0.00, 0.07. Web safe color of #a560ed is #9966ff. Color #a560ed contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 10100101 01100000 11101101
Octal 245 140 355
Decimal 165 96 237
Hex A5 60 ED

RGB Percentages of Color #a560ed

%33.13
%19.28
%47.59

CMYK Percentages of Color #a560ed

%30
%59
%0
%7

Triadic Colors of #a560ed

#a560ed #eda560 #60eda5

Analogous Colors of #a560ed

#a560ed #ec60ed #6062ed

Monochromatic Colors of #a560ed

#a560ed

Complementary Color

#a560ed #a8ed60

#a560ed Color Preview on Black Background

Lorem ipsum dolor sit amet.

#a560ed Color Preview on White Background

Lorem ipsum dolor sit amet.

#a560ed Color CSS Codes

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

#a560ed Text Font Color

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

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


#a560ed Background Color

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

This div background color is #a560ed


#a560ed Border Color

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

This div border color is #a560ed


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #a560ed


Comments

No comments written yet.

Please login to write comment.