Color Hex Logo

#a071ff Color Hex

#A071FF
(160,113,255)
0 Favorites   0 Comments

Color spaces of #a071ff

RGB 160113255
HSL0.721.000.72
HSV260°56°100°
CMYK 0.370.560.00   0.00
XYZ38.452326.503897.6968
Yxy26.50380.23640.1629
Hunter Lab51.481843.2302-76.4770
CIE-Lab58.512248.6248-64.4327

#a071ff color RGB value is (160,113,255).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10100000 01110001 11111111
Octal 240 161 377
Decimal 160 113 255
Hex A0 71 FF

RGB Percentages of Color #a071ff

%30.30
%21.40
%48.30

CMYK Percentages of Color #a071ff

%37
%56
%0
%0

Triadic Colors of #a071ff

#a071ff #ffa071 #71ffa0

Analogous Colors of #a071ff

#a071ff #e771ff #7189ff

Monochromatic Colors of #a071ff

#a071ff

Complementary Color

#a071ff #d0ff71

#a071ff Color Preview on Black Background

Lorem ipsum dolor sit amet.

#a071ff Color Preview on White Background

Lorem ipsum dolor sit amet.

#a071ff Color CSS Codes

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

#a071ff Text Font Color

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

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


#a071ff Background Color

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

This div background color is #a071ff


#a071ff Border Color

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

This div border color is #a071ff


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #a071ff

Related Colors

#a071ff Color Palettes


Comments

No comments written yet.

Please login to write comment.