Color Hex Logo

#a881ea Color Hex

#A881EA
(168,129,234)
0 Favorites   0 Comments

Color spaces of #a881ea

RGB 168129234
HSL0.730.710.71
HSV262°45°92°
CMYK 0.280.450.00   0.08
XYZ38.850029.965981.5783
Yxy29.96590.25830.1992
Hunter Lab54.741130.8852-50.0385
CIE-Lab61.624836.4790-47.8139

#a881ea color RGB value is (168,129,234).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10101000 10000001 11101010
Octal 250 201 352
Decimal 168 129 234
Hex A8 81 EA

RGB Percentages of Color #a881ea

%31.64
%24.29
%44.07

CMYK Percentages of Color #a881ea

%28
%45
%0
%8

Triadic Colors of #a881ea

#a881ea #eaa881 #81eaa8

Analogous Colors of #a881ea

#a881ea #dd81ea #818fea

Monochromatic Colors of #a881ea

#a881ea

Complementary Color

#a881ea #c3ea81

#a881ea Color Preview on Black Background

Lorem ipsum dolor sit amet.

#a881ea Color Preview on White Background

Lorem ipsum dolor sit amet.

#a881ea Color CSS Codes

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

#a881ea Text Font Color

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

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


#a881ea Background Color

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

This div background color is #a881ea


#a881ea Border Color

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

This div border color is #a881ea


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #a881ea


Comments

No comments written yet.

Please login to write comment.