Color Hex Logo

#a81dff Color Hex

#A81DFF
(168,29,255)
0 Favorites   0 Comments

Color spaces of #a81dff

RGB 16829255
HSL0.771.000.56
HSV277°89°100°
CMYK 0.340.890.00   0.00
XYZ34.637816.423695.9522
Yxy16.42360.23560.1117
Hunter Lab40.526081.6442-112.0108
CIE-Lab47.525483.3254-82.2203

#a81dff color RGB value is (168,29,255).

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

The process color (four color CMYK) of #a81dff color hex is 0.34, 0.89, 0.00, 0.00. Web safe color of #a81dff is #9933ff. Color #a81dff contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 10101000 00011101 11111111
Octal 250 35 377
Decimal 168 29 255
Hex A8 1D FF

RGB Percentages of Color #a81dff

%37.17
%6.42
%56.42

CMYK Percentages of Color #a81dff

%34
%89
%0
%0

Triadic Colors of #a81dff

#a81dff #ffa81d #1dffa8

Analogous Colors of #a81dff

#a81dff #ff1de5 #371dff

Monochromatic Colors of #a81dff

#a81dff

Complementary Color

#a81dff #74ff1d

#a81dff Color Preview on Black Background

Lorem ipsum dolor sit amet.

#a81dff Color Preview on White Background

Lorem ipsum dolor sit amet.

#a81dff Color CSS Codes

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

#a81dff Text Font Color

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

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


#a81dff Background Color

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

This div background color is #a81dff


#a81dff Border Color

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

This div border color is #a81dff


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #a81dff

Related Colors


Comments

No comments written yet.

Please login to write comment.