Color Hex Logo

#a981eb Color Hex

#A981EB
(169,129,235)
0 Favorites   0 Comments

Color spaces of #a981eb

RGB 169129235
HSL0.730.730.71
HSV263°45°92°
CMYK 0.280.450.00   0.08
XYZ39.207830.133782.3472
Yxy30.13370.25850.1987
Hunter Lab54.894231.4277-50.5155
CIE-Lab61.769436.9913-48.1335

#a981eb color RGB value is (169,129,235).

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

The process color (four color CMYK) of #a981eb color hex is 0.28, 0.45, 0.00, 0.08. Web safe color of #a981eb is #9999ff. Color #a981eb contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 10101001 10000001 11101011
Octal 251 201 353
Decimal 169 129 235
Hex A9 81 EB

RGB Percentages of Color #a981eb

%31.71
%24.20
%44.09

CMYK Percentages of Color #a981eb

%28
%45
%0
%8

Triadic Colors of #a981eb

#a981eb #eba981 #81eba9

Analogous Colors of #a981eb

#a981eb #de81eb #818eeb

Monochromatic Colors of #a981eb

#a981eb

Complementary Color

#a981eb #c3eb81

#a981eb Color Preview on Black Background

Lorem ipsum dolor sit amet.

#a981eb Color Preview on White Background

Lorem ipsum dolor sit amet.

#a981eb Color CSS Codes

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

#a981eb Text Font Color

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

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


#a981eb Background Color

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

This div background color is #a981eb


#a981eb Border Color

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

This div border color is #a981eb


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #a981eb


Comments

No comments written yet.

Please login to write comment.