Color Hex Logo

#a855ff Color Hex

#A855FF
(168,85,255)
0 Favorites   0 Comments

Color spaces of #a855ff

RGB 16885255
HSL0.751.000.67
HSV269°67°100°
CMYK 0.340.670.00   0.00
XYZ37.446922.041896.8886
Yxy22.04180.23950.1410
Hunter Lab46.948760.2137-89.4934
CIE-Lab54.071364.5150-71.5560

#a855ff color RGB value is (168,85,255).

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

The process color (four color CMYK) of #a855ff color hex is 0.34, 0.67, 0.00, 0.00. Web safe color of #a855ff is #9966ff. Color #a855ff contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 10101000 01010101 11111111
Octal 250 125 377
Decimal 168 85 255
Hex A8 55 FF

RGB Percentages of Color #a855ff

%33.07
%16.73
%50.20

CMYK Percentages of Color #a855ff

%34
%67
%0
%0

Triadic Colors of #a855ff

#a855ff #ffa855 #55ffa8

Analogous Colors of #a855ff

#a855ff #fd55ff #5557ff

Monochromatic Colors of #a855ff

#a855ff

Complementary Color

#a855ff #acff55

#a855ff Color Preview on Black Background

Lorem ipsum dolor sit amet.

#a855ff Color Preview on White Background

Lorem ipsum dolor sit amet.

#a855ff Color CSS Codes

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

#a855ff Text Font Color

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

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


#a855ff Background Color

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

This div background color is #a855ff


#a855ff Border Color

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

This div border color is #a855ff


Css3 Examples

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

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(168,85,255, 0.8);">Text here</p>

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #a855ff

Related Colors

#a855ff Color Palettes


Comments

No comments written yet.

Please login to write comment.