Color Hex Logo

#a850fb Color Hex

#A850FB
(168,80,251)
0 Favorites   0 Comments

Color spaces of #a850fb

RGB 16880251
HSL0.750.960.65
HSV271°68°98°
CMYK 0.330.680.00   0.02
XYZ36.429721.027293.4054
Yxy21.02720.24150.1394
Hunter Lab45.855461.5618-88.6722
CIE-Lab52.979365.8728-71.1054

#a850fb color RGB value is (168,80,251).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10101000 01010000 11111011
Octal 250 120 373
Decimal 168 80 251
Hex A8 50 FB

RGB Percentages of Color #a850fb

%33.67
%16.03
%50.30

CMYK Percentages of Color #a850fb

%33
%68
%0
%2

Triadic Colors of #a850fb

#a850fb #fba850 #50fba8

Analogous Colors of #a850fb

#a850fb #fb50f9 #5250fb

Monochromatic Colors of #a850fb

#a850fb

Complementary Color

#a850fb #a3fb50

#a850fb Color Preview on Black Background

Lorem ipsum dolor sit amet.

#a850fb Color Preview on White Background

Lorem ipsum dolor sit amet.

#a850fb Color CSS Codes

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

#a850fb Text Font Color

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

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


#a850fb Background Color

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

This div background color is #a850fb


#a850fb Border Color

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

This div border color is #a850fb


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #a850fb


Comments

No comments written yet.

Please login to write comment.