Color Hex Logo

#a060ff Color Hex

#A060FF
(160,96,255)
0 Favorites   0 Comments

Color spaces of #a060ff

RGB 16096255
HSL0.731.000.69
HSV264°62°100°
CMYK 0.370.620.00   0.00
XYZ36.730123.059397.1227
Yxy23.05930.23410.1470
Hunter Lab48.020152.4977-86.3025
CIE-Lab55.133457.5834-69.8797

#a060ff color RGB value is (160,96,255).

#a060ff hex color red value is 160, green value is 96 and the blue value of its RGB is 255. Cylindrical-coordinate representations (also known as HSL) of color #a060ff hue: 0.73 , saturation: 1.00 and the lightness value of a060ff is 0.69.

The process color (four color CMYK) of #a060ff color hex is 0.37, 0.62, 0.00, 0.00. Web safe color of #a060ff is #9966ff. Color #a060ff contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 10100000 01100000 11111111
Octal 240 140 377
Decimal 160 96 255
Hex A0 60 FF

RGB Percentages of Color #a060ff

%31.31
%18.79
%49.90

CMYK Percentages of Color #a060ff

%37
%62
%0
%0

Triadic Colors of #a060ff

#a060ff #ffa060 #60ffa0

Analogous Colors of #a060ff

#a060ff #f060ff #6070ff

Monochromatic Colors of #a060ff

#a060ff

Complementary Color

#a060ff #bfff60

#a060ff Color Preview on Black Background

Lorem ipsum dolor sit amet.

#a060ff Color Preview on White Background

Lorem ipsum dolor sit amet.

#a060ff Color CSS Codes

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

#a060ff Text Font Color

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

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


#a060ff Background Color

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

This div background color is #a060ff


#a060ff Border Color

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

This div border color is #a060ff


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #a060ff


Comments

No comments written yet.

Please login to write comment.