Color Hex Logo

#a064ff Color Hex

#A064FF
(160,100,255)
0 Favorites   0 Comments

Color spaces of #a064ff

RGB 160100255
HSL0.731.000.70
HSV263°61°100°
CMYK 0.370.610.00   0.00
XYZ37.104423.807997.2475
Yxy23.80790.23460.1505
Hunter Lab48.793350.3502-84.0125
CIE-Lab55.894955.5336-68.6490

#a064ff color RGB value is (160,100,255).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10100000 01100100 11111111
Octal 240 144 377
Decimal 160 100 255
Hex A0 64 FF

RGB Percentages of Color #a064ff

%31.07
%19.42
%49.51

CMYK Percentages of Color #a064ff

%37
%61
%0
%0

Triadic Colors of #a064ff

#a064ff #ffa064 #64ffa0

Analogous Colors of #a064ff

#a064ff #ee64ff #6476ff

Monochromatic Colors of #a064ff

#a064ff

Complementary Color

#a064ff #c3ff64

#a064ff Color Preview on Black Background

Lorem ipsum dolor sit amet.

#a064ff Color Preview on White Background

Lorem ipsum dolor sit amet.

#a064ff Color CSS Codes

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

#a064ff Text Font Color

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

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


#a064ff Background Color

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

This div background color is #a064ff


#a064ff Border Color

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

This div border color is #a064ff


Css3 Examples

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

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(160,100,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 #a064ff">Text here</p>

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #a064ff

Related Colors

#a064ff Color Palettes


Comments

No comments written yet.

Please login to write comment.