Color Hex Logo

#a071fc Color Hex

#A071FC
(160,113,252)
0 Favorites   0 Comments

Color spaces of #a071fc

RGB 160113252
HSL0.720.960.72
HSV260°55°99°
CMYK 0.370.550.00   0.01
XYZ37.973026.312195.1728
Yxy26.31210.23810.1650
Hunter Lab51.295342.3735-74.0993
CIE-Lab58.332147.8581-63.0675

#a071fc color RGB value is (160,113,252).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10100000 01110001 11111100
Octal 240 161 374
Decimal 160 113 252
Hex A0 71 FC

RGB Percentages of Color #a071fc

%30.48
%21.52
%48.00

CMYK Percentages of Color #a071fc

%37
%55
%0
%1

Triadic Colors of #a071fc

#a071fc #fca071 #71fca0

Analogous Colors of #a071fc

#a071fc #e671fc #7188fc

Monochromatic Colors of #a071fc

#a071fc

Complementary Color

#a071fc #cdfc71

#a071fc Color Preview on Black Background

Lorem ipsum dolor sit amet.

#a071fc Color Preview on White Background

Lorem ipsum dolor sit amet.

#a071fc Color CSS Codes

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

#a071fc Text Font Color

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

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


#a071fc Background Color

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

This div background color is #a071fc


#a071fc Border Color

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

This div border color is #a071fc


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #a071fc

Related Colors


Comments

No comments written yet.

Please login to write comment.