Color Hex Logo

#a971fb Color Hex

#A971FB
(169,113,251)
0 Favorites   0 Comments

Color spaces of #a971fb

RGB 169113251
HSL0.730.950.71
HSV264°55°98°
CMYK 0.330.550.00   0.02
XYZ39.679927.210394.4275
Yxy27.21030.24600.1687
Hunter Lab52.163544.4959-70.8136
CIE-Lab59.168549.6902-61.1250

#a971fb color RGB value is (169,113,251).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10101001 01110001 11111011
Octal 251 161 373
Decimal 169 113 251
Hex A9 71 FB

RGB Percentages of Color #a971fb

%31.71
%21.20
%47.09

CMYK Percentages of Color #a971fb

%33
%55
%0
%2

Triadic Colors of #a971fb

#a971fb #fba971 #71fba9

Analogous Colors of #a971fb

#a971fb #ee71fb #717efb

Monochromatic Colors of #a971fb

#a971fb

Complementary Color

#a971fb #c3fb71

#a971fb Color Preview on Black Background

Lorem ipsum dolor sit amet.

#a971fb Color Preview on White Background

Lorem ipsum dolor sit amet.

#a971fb Color CSS Codes

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

#a971fb Text Font Color

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

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


#a971fb Background Color

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

This div background color is #a971fb


#a971fb Border Color

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

This div border color is #a971fb


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #a971fb

Related Colors


Comments

No comments written yet.

Please login to write comment.