Color Hex Logo

#a881eb Color Hex

#A881EB
(168,129,235)
0 Favorites   0 Comments

Color spaces of #a881eb

RGB 168129235
HSL0.730.730.71
HSV262°45°92°
CMYK 0.290.450.00   0.08
XYZ38.994130.023582.3372
Yxy30.02350.25760.1984
Hunter Lab54.793731.1411-50.7381
CIE-Lab61.674536.7230-48.2898

#a881eb color RGB value is (168,129,235).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10101000 10000001 11101011
Octal 250 201 353
Decimal 168 129 235
Hex A8 81 EB

RGB Percentages of Color #a881eb

%31.58
%24.25
%44.17

CMYK Percentages of Color #a881eb

%29
%45
%0
%8

Triadic Colors of #a881eb

#a881eb #eba881 #81eba8

Analogous Colors of #a881eb

#a881eb #dd81eb #818feb

Monochromatic Colors of #a881eb

#a881eb

Complementary Color

#a881eb #c4eb81

#a881eb Color Preview on Black Background

Lorem ipsum dolor sit amet.

#a881eb Color Preview on White Background

Lorem ipsum dolor sit amet.

#a881eb Color CSS Codes

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

#a881eb Text Font Color

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

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


#a881eb Background Color

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

This div background color is #a881eb


#a881eb Border Color

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

This div border color is #a881eb


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #a881eb


Comments

No comments written yet.

Please login to write comment.