Color Hex Logo

#a884ed Color Hex

#A884ED
(168,132,237)
0 Favorites   0 Comments

Color spaces of #a884ed

RGB 168132237
HSL0.720.740.72
HSV261°44°93°
CMYK 0.290.440.00   0.07
XYZ39.685830.941884.0015
Yxy30.94180.25670.2001
Hunter Lab55.625430.0061-50.5978
CIE-Lab62.458535.5277-48.1576

#a884ed color RGB value is (168,132,237).

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

The process color (four color CMYK) of #a884ed color hex is 0.29, 0.44, 0.00, 0.07. Web safe color of #a884ed is #9999ff. Color #a884ed contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 10101000 10000100 11101101
Octal 250 204 355
Decimal 168 132 237
Hex A8 84 ED

RGB Percentages of Color #a884ed

%31.28
%24.58
%44.13

CMYK Percentages of Color #a884ed

%29
%44
%0
%7

Triadic Colors of #a884ed

#a884ed #eda884 #84eda8

Analogous Colors of #a884ed

#a884ed #dd84ed #8495ed

Monochromatic Colors of #a884ed

#a884ed

Complementary Color

#a884ed #c9ed84

#a884ed Color Preview on Black Background

Lorem ipsum dolor sit amet.

#a884ed Color Preview on White Background

Lorem ipsum dolor sit amet.

#a884ed Color CSS Codes

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

#a884ed Text Font Color

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

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


#a884ed Background Color

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

This div background color is #a884ed


#a884ed Border Color

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

This div border color is #a884ed


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #a884ed


Comments

No comments written yet.

Please login to write comment.