Color Hex Logo

#a986ee Color Hex

#A986EE
(169,134,238)
0 Favorites   0 Comments

Color spaces of #a986ee

RGB 169134238
HSL0.720.750.73
HSV260°44°93°
CMYK 0.290.440.00   0.07
XYZ40.319931.658384.8745
Yxy31.65830.25710.2018
Hunter Lab56.265729.4478-50.0505
CIE-Lab63.059534.9171-47.7547

#a986ee color RGB value is (169,134,238).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10101001 10000110 11101110
Octal 251 206 356
Decimal 169 134 238
Hex A9 86 EE

RGB Percentages of Color #a986ee

%31.24
%24.77
%43.99

CMYK Percentages of Color #a986ee

%29
%44
%0
%7

Triadic Colors of #a986ee

#a986ee #eea986 #86eea9

Analogous Colors of #a986ee

#a986ee #dd86ee #8697ee

Monochromatic Colors of #a986ee

#a986ee

Complementary Color

#a986ee #cbee86

#a986ee Color Preview on Black Background

Lorem ipsum dolor sit amet.

#a986ee Color Preview on White Background

Lorem ipsum dolor sit amet.

#a986ee Color CSS Codes

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

#a986ee Text Font Color

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

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


#a986ee Background Color

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

This div background color is #a986ee


#a986ee Border Color

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

This div border color is #a986ee


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #a986ee


Comments

No comments written yet.

Please login to write comment.