Color Hex Logo

#a861ee Color Hex

#A861EE
(168,97,238)
0 Favorites   0 Comments

Color spaces of #a861ee

RGB 16897238
HSL0.750.810.66
HSV270°59°93°
CMYK 0.290.590.00   0.07
XYZ35.855823.047383.4477
Yxy23.04730.25190.1619
Hunter Lab48.007649.3043-69.4536
CIE-Lab55.121054.7237-60.4044

#a861ee color RGB value is (168,97,238).

#a861ee hex color red value is 168, green value is 97 and the blue value of its RGB is 238. Cylindrical-coordinate representations (also known as HSL) of color #a861ee hue: 0.75 , saturation: 0.81 and the lightness value of a861ee is 0.66.

The process color (four color CMYK) of #a861ee color hex is 0.29, 0.59, 0.00, 0.07. Web safe color of #a861ee is #9966ff. Color #a861ee contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 10101000 01100001 11101110
Octal 250 141 356
Decimal 168 97 238
Hex A8 61 EE

RGB Percentages of Color #a861ee

%33.40
%19.28
%47.32

CMYK Percentages of Color #a861ee

%29
%59
%0
%7

Triadic Colors of #a861ee

#a861ee #eea861 #61eea8

Analogous Colors of #a861ee

#a861ee #ee61ee #6161ee

Monochromatic Colors of #a861ee

#a861ee

Complementary Color

#a861ee #a7ee61

#a861ee Color Preview on Black Background

Lorem ipsum dolor sit amet.

#a861ee Color Preview on White Background

Lorem ipsum dolor sit amet.

#a861ee Color CSS Codes

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

#a861ee Text Font Color

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

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


#a861ee Background Color

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

This div background color is #a861ee


#a861ee Border Color

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

This div border color is #a861ee


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #a861ee


Comments

No comments written yet.

Please login to write comment.