Color Hex Logo

#a981e9 Color Hex

#A981E9
(169,129,233)
0 Favorites   0 Comments

Color spaces of #a981e9

RGB 169129233
HSL0.730.700.71
HSV263°45°91°
CMYK 0.270.450.00   0.09
XYZ38.920430.018780.8337
Yxy30.01870.25990.2004
Hunter Lab54.789330.9188-49.1213
CIE-Lab61.670436.5066-47.1810

#a981e9 color RGB value is (169,129,233).

#a981e9 hex color red value is 169, green value is 129 and the blue value of its RGB is 233. Cylindrical-coordinate representations (also known as HSL) of color #a981e9 hue: 0.73 , saturation: 0.70 and the lightness value of a981e9 is 0.71.

The process color (four color CMYK) of #a981e9 color hex is 0.27, 0.45, 0.00, 0.09. Web safe color of #a981e9 is #9999ff. Color #a981e9 contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 10101001 10000001 11101001
Octal 251 201 351
Decimal 169 129 233
Hex A9 81 E9

RGB Percentages of Color #a981e9

%31.83
%24.29
%43.88

CMYK Percentages of Color #a981e9

%27
%45
%0
%9

Triadic Colors of #a981e9

#a981e9 #e9a981 #81e9a9

Analogous Colors of #a981e9

#a981e9 #dd81e9 #818de9

Monochromatic Colors of #a981e9

#a981e9

Complementary Color

#a981e9 #c1e981

#a981e9 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#a981e9 Color Preview on White Background

Lorem ipsum dolor sit amet.

#a981e9 Color CSS Codes

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

#a981e9 Text Font Color

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

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


#a981e9 Background Color

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

This div background color is #a981e9


#a981e9 Border Color

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

This div border color is #a981e9


Css3 Examples

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

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(169,129,233, 0.8);">Text here</p>

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #a981e9


Comments

No comments written yet.

Please login to write comment.