Color Hex Logo

#a831fb Color Hex

#A831FB
(168,49,251)
0 Favorites   0 Comments

Color spaces of #a831fb

RGB 16849251
HSL0.760.960.59
HSV275°80°98°
CMYK 0.330.800.00   0.02
XYZ34.659317.486592.8153
Yxy17.48650.23910.1206
Hunter Lab41.816974.7676-102.3263
CIE-Lab48.867377.6153-77.7940

#a831fb color RGB value is (168,49,251).

#a831fb hex color red value is 168, green value is 49 and the blue value of its RGB is 251. Cylindrical-coordinate representations (also known as HSL) of color #a831fb hue: 0.76 , saturation: 0.96 and the lightness value of a831fb is 0.59.

The process color (four color CMYK) of #a831fb color hex is 0.33, 0.80, 0.00, 0.02. Web safe color of #a831fb is #9933ff. Color #a831fb contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 10101000 00110001 11111011
Octal 250 61 373
Decimal 168 49 251
Hex A8 31 FB

RGB Percentages of Color #a831fb

%35.90
%10.47
%53.63

CMYK Percentages of Color #a831fb

%33
%80
%0
%2

Triadic Colors of #a831fb

#a831fb #fba831 #31fba8

Analogous Colors of #a831fb

#a831fb #fb31e9 #4331fb

Monochromatic Colors of #a831fb

#a831fb

Complementary Color

#a831fb #84fb31

#a831fb Color Preview on Black Background

Lorem ipsum dolor sit amet.

#a831fb Color Preview on White Background

Lorem ipsum dolor sit amet.

#a831fb Color CSS Codes

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

#a831fb Text Font Color

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

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


#a831fb Background Color

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

This div background color is #a831fb


#a831fb Border Color

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

This div border color is #a831fb


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #a831fb


Comments

No comments written yet.

Please login to write comment.