Color Hex Logo

#a881ff Color Hex

#A881FF
(168,129,255)
0 Favorites   0 Comments

Color spaces of #a881ff

RGB 168129255
HSL0.721.000.75
HSV259°49°100°
CMYK 0.340.490.00   0.00
XYZ42.048731.245398.4225
Yxy31.24530.24490.1820
Hunter Lab55.897536.4554-65.2677
CIE-Lab62.714241.7000-57.6644

#a881ff color RGB value is (168,129,255).

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

The process color (four color CMYK) of #a881ff color hex is 0.34, 0.49, 0.00, 0.00. Web safe color of #a881ff is #9999ff. Color #a881ff contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 10101000 10000001 11111111
Octal 250 201 377
Decimal 168 129 255
Hex A8 81 FF

RGB Percentages of Color #a881ff

%30.43
%23.37
%46.20

CMYK Percentages of Color #a881ff

%34
%49
%0
%0

Triadic Colors of #a881ff

#a881ff #ffa881 #81ffa8

Analogous Colors of #a881ff

#a881ff #e781ff #8199ff

Monochromatic Colors of #a881ff

#a881ff

Complementary Color

#a881ff #d8ff81

#a881ff Color Preview on Black Background

Lorem ipsum dolor sit amet.

#a881ff Color Preview on White Background

Lorem ipsum dolor sit amet.

#a881ff Color CSS Codes

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

#a881ff Text Font Color

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

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


#a881ff Background Color

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

This div background color is #a881ff


#a881ff Border Color

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

This div border color is #a881ff


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #a881ff

Related Colors


Comments

No comments written yet.

Please login to write comment.