Color Hex Logo

#a86fb1 Color Hex

#A86FB1
(168,111,177)
0 Favorites   0 Comments

Color spaces of #a86fb1

RGB 168111177
HSL0.810.300.56
HSV292°37°69°
CMYK 0.050.370.00   0.31
XYZ29.768722.868044.4400
Yxy22.86800.30670.2356
Hunter Lab47.820527.4320-21.6244
CIE-Lab54.936133.7962-26.0511

#a86fb1 color RGB value is (168,111,177).

#a86fb1 hex color red value is 168, green value is 111 and the blue value of its RGB is 177. Cylindrical-coordinate representations (also known as HSL) of color #a86fb1 hue: 0.81 , saturation: 0.30 and the lightness value of a86fb1 is 0.56.

The process color (four color CMYK) of #a86fb1 color hex is 0.05, 0.37, 0.00, 0.31. Web safe color of #a86fb1 is #996699. Color #a86fb1 contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 10101000 01101111 10110001
Octal 250 157 261
Decimal 168 111 177
Hex A8 6F B1

RGB Percentages of Color #a86fb1

%36.84
%24.34
%38.82

CMYK Percentages of Color #a86fb1

%5
%37
%0
%31

Triadic Colors of #a86fb1

#a86fb1 #b1a86f #6fb1a8

Analogous Colors of #a86fb1

#a86fb1 #b16f99 #876fb1

Monochromatic Colors of #a86fb1

#a86fb1

Complementary Color

#a86fb1 #78b16f

#a86fb1 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#a86fb1 Color Preview on White Background

Lorem ipsum dolor sit amet.

#a86fb1 Color CSS Codes

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

#a86fb1 Text Font Color

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

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


#a86fb1 Background Color

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

This div background color is #a86fb1


#a86fb1 Border Color

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

This div border color is #a86fb1


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #a86fb1


Comments

No comments written yet.

Please login to write comment.