Color Hex Logo

#a060f0 Color Hex

#A060F0
(160,96,240)
0 Favorites   0 Comments

Color spaces of #a060f0

RGB 16096240
HSL0.740.830.66
HSV267°60°94°
CMYK 0.330.600.00   0.06
XYZ34.408322.130684.8962
Yxy22.13060.24330.1565
Hunter Lab47.043248.2329-74.0672
CIE-Lab54.165353.9146-63.1051

#a060f0 color RGB value is (160,96,240).

#a060f0 hex color red value is 160, green value is 96 and the blue value of its RGB is 240. Cylindrical-coordinate representations (also known as HSL) of color #a060f0 hue: 0.74 , saturation: 0.83 and the lightness value of a060f0 is 0.66.

The process color (four color CMYK) of #a060f0 color hex is 0.33, 0.60, 0.00, 0.06. Web safe color of #a060f0 is #9966ff. Color #a060f0 contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 10100000 01100000 11110000
Octal 240 140 360
Decimal 160 96 240
Hex A0 60 F0

RGB Percentages of Color #a060f0

%32.26
%19.35
%48.39

CMYK Percentages of Color #a060f0

%33
%60
%0
%6

Triadic Colors of #a060f0

#a060f0 #f0a060 #60f0a0

Analogous Colors of #a060f0

#a060f0 #e860f0 #6068f0

Monochromatic Colors of #a060f0

#a060f0

Complementary Color

#a060f0 #b0f060

#a060f0 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#a060f0 Color Preview on White Background

Lorem ipsum dolor sit amet.

#a060f0 Color CSS Codes

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

#a060f0 Text Font Color

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

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


#a060f0 Background Color

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

This div background color is #a060f0


#a060f0 Border Color

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

This div border color is #a060f0


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #a060f0

#a060f0 Color Palettes


Comments

No comments written yet.

Please login to write comment.