Color Hex Logo

#a884ea Color Hex

#A884EA
(168,132,234)
0 Favorites   0 Comments

Color spaces of #a884ea

RGB 168132234
HSL0.730.710.72
HSV261°44°92°
CMYK 0.280.440.00   0.08
XYZ39.251030.767981.7119
Yxy30.76790.25870.2028
Hunter Lab55.468829.2402-48.5128
CIE-Lab62.311234.7926-46.7295

#a884ea color RGB value is (168,132,234).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10101000 10000100 11101010
Octal 250 204 352
Decimal 168 132 234
Hex A8 84 EA

RGB Percentages of Color #a884ea

%31.46
%24.72
%43.82

CMYK Percentages of Color #a884ea

%28
%44
%0
%8

Triadic Colors of #a884ea

#a884ea #eaa884 #84eaa8

Analogous Colors of #a884ea

#a884ea #db84ea #8493ea

Monochromatic Colors of #a884ea

#a884ea

Complementary Color

#a884ea #c6ea84

#a884ea Color Preview on Black Background

Lorem ipsum dolor sit amet.

#a884ea Color Preview on White Background

Lorem ipsum dolor sit amet.

#a884ea Color CSS Codes

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

#a884ea Text Font Color

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

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


#a884ea Background Color

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

This div background color is #a884ea


#a884ea Border Color

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

This div border color is #a884ea


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #a884ea


Comments

No comments written yet.

Please login to write comment.