Color Hex Logo

#a984ee Color Hex

#A984EE
(169,132,238)
0 Favorites   0 Comments

Color spaces of #a984ee

RGB 169132238
HSL0.720.760.73
HSV261°45°93°
CMYK 0.290.450.00   0.07
XYZ40.046131.110684.7832
Yxy31.11060.25680.1995
Hunter Lab55.776930.5480-51.0795
CIE-Lab62.600936.0414-48.4793

#a984ee color RGB value is (169,132,238).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10101001 10000100 11101110
Octal 251 204 356
Decimal 169 132 238
Hex A9 84 EE

RGB Percentages of Color #a984ee

%31.35
%24.49
%44.16

CMYK Percentages of Color #a984ee

%29
%45
%0
%7

Triadic Colors of #a984ee

#a984ee #eea984 #84eea9

Analogous Colors of #a984ee

#a984ee #de84ee #8494ee

Monochromatic Colors of #a984ee

#a984ee

Complementary Color

#a984ee #c9ee84

#a984ee Color Preview on Black Background

Lorem ipsum dolor sit amet.

#a984ee Color Preview on White Background

Lorem ipsum dolor sit amet.

#a984ee Color CSS Codes

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

#a984ee Text Font Color

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

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


#a984ee Background Color

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

This div background color is #a984ee


#a984ee Border Color

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

This div border color is #a984ee


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #a984ee


Comments

No comments written yet.

Please login to write comment.