Color Hex Logo

#a886ff Color Hex

#A886FF
(168,134,255)
0 Favorites   0 Comments

Color spaces of #a886ff

RGB 168134255
HSL0.711.000.76
HSV257°47°100°
CMYK 0.340.470.00   0.00
XYZ42.723532.595098.6474
Yxy32.59500.24560.1874
Hunter Lab57.092033.6653-62.4808
CIE-Lab63.831638.9105-55.8849

#a886ff color RGB value is (168,134,255).

#a886ff hex color red value is 168, green value is 134 and the blue value of its RGB is 255. Cylindrical-coordinate representations (also known as HSL) of color #a886ff hue: 0.71 , saturation: 1.00 and the lightness value of a886ff is 0.76.

The process color (four color CMYK) of #a886ff color hex is 0.34, 0.47, 0.00, 0.00. Web safe color of #a886ff is #9999ff. Color #a886ff contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 10101000 10000110 11111111
Octal 250 206 377
Decimal 168 134 255
Hex A8 86 FF

RGB Percentages of Color #a886ff

%30.16
%24.06
%45.78

CMYK Percentages of Color #a886ff

%34
%47
%0
%0

Triadic Colors of #a886ff

#a886ff #ffa886 #86ffa8

Analogous Colors of #a886ff

#a886ff #e586ff #86a1ff

Monochromatic Colors of #a886ff

#a886ff

Complementary Color

#a886ff #ddff86

#a886ff Color Preview on Black Background

Lorem ipsum dolor sit amet.

#a886ff Color Preview on White Background

Lorem ipsum dolor sit amet.

#a886ff Color CSS Codes

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

#a886ff Text Font Color

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

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


#a886ff Background Color

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

This div background color is #a886ff


#a886ff Border Color

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

This div border color is #a886ff


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #a886ff

Related Colors


Comments

No comments written yet.

Please login to write comment.