Color Hex Logo

#a071fa Color Hex

#A071FA
(160,113,250)
0 Favorites   0 Comments

Color spaces of #a071fa

RGB 160113250
HSL0.720.930.71
HSV261°55°98°
CMYK 0.360.550.00   0.02
XYZ37.657726.186093.5121
Yxy26.18600.23930.1664
Hunter Lab51.172341.8068-72.5259
CIE-Lab58.213247.3487-62.1537

#a071fa color RGB value is (160,113,250).

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

The process color (four color CMYK) of #a071fa color hex is 0.36, 0.55, 0.00, 0.02. Web safe color of #a071fa is #9966ff. Color #a071fa contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 10100000 01110001 11111010
Octal 240 161 372
Decimal 160 113 250
Hex A0 71 FA

RGB Percentages of Color #a071fa

%30.59
%21.61
%47.80

CMYK Percentages of Color #a071fa

%36
%55
%0
%2

Triadic Colors of #a071fa

#a071fa #faa071 #71faa0

Analogous Colors of #a071fa

#a071fa #e571fa #7187fa

Monochromatic Colors of #a071fa

#a071fa

Complementary Color

#a071fa #cbfa71

#a071fa Color Preview on Black Background

Lorem ipsum dolor sit amet.

#a071fa Color Preview on White Background

Lorem ipsum dolor sit amet.

#a071fa Color CSS Codes

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

#a071fa Text Font Color

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

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


#a071fa Background Color

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

This div background color is #a071fa


#a071fa Border Color

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

This div border color is #a071fa


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #a071fa


Comments

No comments written yet.

Please login to write comment.