color codes Logo

#a855fb color codes

#A855FB
(168,85,251)
0 Favorites   0 Comments

Color spaces of #a855fb

RGB 16885251
HSL0.750.950.66
HSV270°66°98°
CMYK 0.330.660.00   0.02
XYZ36.809521.786993.5320
Yxy21.78690.24200.1432
Hunter Lab46.676459.0831-86.1340
CIE-Lab53.800263.5921-69.7759

#a855fb color RGB value is (168,85,251).

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

The process color (four color CMYK) of #a855fb color code is 0.33, 0.66, 0.00, 0.02. Web safe color of #a855fb is #9966ff. Color #a855fb contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 10101000 01010101 11111011
Octal 250 125 373
Decimal 168 85 251
Hex A8 55 FB

RGB Percentages of Color #a855fb

%33.33
%16.87
%49.80

CMYK Percentages of Color #a855fb

%33
%66
%0
%2

Triadic Colors of #a855fb

#a855fb #fba855 #55fba8

Analogous Colors of #a855fb

#a855fb #fb55fb #5555fb

Monochromatic Colors of #a855fb

#a855fb

Complementary Color

#a855fb #a8fb55

#a855fb Color Preview on Black Background

Lorem ipsum dolor sit amet.

#a855fb Color Preview on White Background

Lorem ipsum dolor sit amet.

#a855fb Color CSS Codes

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

#a855fb Text Font Color

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

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


#a855fb Background Color

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

This div background color is #a855fb


#a855fb Border Color

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

This div border color is #a855fb


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #a855fb

Related Colors


Comments

No comments written yet.

Please login to write comment.