Color Hex Logo

#a061ff Color Hex

#A061FF
(160,97,255)
0 Favorites   0 Comments

Color spaces of #a061ff

RGB 16097255
HSL0.731.000.69
HSV264°62°100°
CMYK 0.370.620.00   0.00
XYZ36.821923.243097.1534
Yxy23.24300.23420.1478
Hunter Lab48.211051.9629-85.7318
CIE-Lab55.321857.0745-69.5751

#a061ff color RGB value is (160,97,255).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10100000 01100001 11111111
Octal 240 141 377
Decimal 160 97 255
Hex A0 61 FF

RGB Percentages of Color #a061ff

%31.25
%18.95
%49.80

CMYK Percentages of Color #a061ff

%37
%62
%0
%0

Triadic Colors of #a061ff

#a061ff #ffa061 #61ffa0

Analogous Colors of #a061ff

#a061ff #ef61ff #6171ff

Monochromatic Colors of #a061ff

#a061ff

Complementary Color

#a061ff #c0ff61

#a061ff Color Preview on Black Background

Lorem ipsum dolor sit amet.

#a061ff Color Preview on White Background

Lorem ipsum dolor sit amet.

#a061ff Color CSS Codes

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

#a061ff Text Font Color

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

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


#a061ff Background Color

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

This div background color is #a061ff


#a061ff Border Color

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

This div border color is #a061ff


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #a061ff


Comments

No comments written yet.

Please login to write comment.