Color Hex Logo

#a560bf Color Hex

#A560BF
(165,96,191)
0 Favorites   0 Comments

Color spaces of #a560bf

RGB 16596191
HSL0.790.430.56
HSV284°50°75°
CMYK 0.140.500.00   0.25
XYZ29.103920.126751.6411
Yxy20.12670.28850.1995
Hunter Lab44.862837.2887-36.8442
CIE-Lab51.980243.9906-38.7631

#a560bf color RGB value is (165,96,191).

#a560bf hex color red value is 165, green value is 96 and the blue value of its RGB is 191. Cylindrical-coordinate representations (also known as HSL) of color #a560bf hue: 0.79 , saturation: 0.43 and the lightness value of a560bf is 0.56.

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

Base Numbers

BaseRedGreenBlue
Binary 10100101 01100000 10111111
Octal 245 140 277
Decimal 165 96 191
Hex A5 60 BF

RGB Percentages of Color #a560bf

%36.50
%21.24
%42.26

CMYK Percentages of Color #a560bf

%14
%50
%0
%25

Triadic Colors of #a560bf

#a560bf #bfa560 #60bfa5

Analogous Colors of #a560bf

#a560bf #bf60aa #7660bf

Monochromatic Colors of #a560bf

#a560bf

Complementary Color

#a560bf #7abf60

#a560bf Color Preview on Black Background

Lorem ipsum dolor sit amet.

#a560bf Color Preview on White Background

Lorem ipsum dolor sit amet.

#a560bf Color CSS Codes

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

#a560bf Text Font Color

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

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


#a560bf Background Color

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

This div background color is #a560bf


#a560bf Border Color

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

This div border color is #a560bf


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #a560bf


Comments

No comments written yet.

Please login to write comment.