Color Hex Logo

#a971fc Color Hex

#A971FC
(169,113,252)
0 Favorites   0 Comments

Color spaces of #a971fc

RGB 169113252
HSL0.730.960.72
HSV264°55°99°
CMYK 0.330.550.00   0.01
XYZ39.838027.273595.2601
Yxy27.27350.24540.1680
Hunter Lab52.224044.7729-71.5921
CIE-Lab59.226649.9352-61.5836

#a971fc color RGB value is (169,113,252).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10101001 01110001 11111100
Octal 251 161 374
Decimal 169 113 252
Hex A9 71 FC

RGB Percentages of Color #a971fc

%31.65
%21.16
%47.19

CMYK Percentages of Color #a971fc

%33
%55
%0
%1

Triadic Colors of #a971fc

#a971fc #fca971 #71fca9

Analogous Colors of #a971fc

#a971fc #ef71fc #717ffc

Monochromatic Colors of #a971fc

#a971fc

Complementary Color

#a971fc #c4fc71

#a971fc Color Preview on Black Background

Lorem ipsum dolor sit amet.

#a971fc Color Preview on White Background

Lorem ipsum dolor sit amet.

#a971fc Color CSS Codes

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

#a971fc Text Font Color

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

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


#a971fc Background Color

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

This div background color is #a971fc


#a971fc Border Color

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

This div border color is #a971fc


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #a971fc

Related Colors


Comments

No comments written yet.

Please login to write comment.