Color Hex Logo

#a86fbe Color Hex

#A86FBE
(168,111,190)
0 Favorites   0 Comments

Color spaces of #a86fbe

RGB 168111190
HSL0.790.380.59
HSV283°42°75°
CMYK 0.120.420.00   0.25
XYZ31.127223.411451.5935
Yxy23.41140.29330.2206
Hunter Lab48.385330.1581-29.3515
CIE-Lab55.493636.4818-32.6575

#a86fbe color RGB value is (168,111,190).

#a86fbe hex color red value is 168, green value is 111 and the blue value of its RGB is 190. Cylindrical-coordinate representations (also known as HSL) of color #a86fbe hue: 0.79 , saturation: 0.38 and the lightness value of a86fbe is 0.59.

The process color (four color CMYK) of #a86fbe color hex is 0.12, 0.42, 0.00, 0.25. Web safe color of #a86fbe is #9966cc. Color #a86fbe contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 10101000 01101111 10111110
Octal 250 157 276
Decimal 168 111 190
Hex A8 6F BE

RGB Percentages of Color #a86fbe

%35.82
%23.67
%40.51

CMYK Percentages of Color #a86fbe

%12
%42
%0
%25

Triadic Colors of #a86fbe

#a86fbe #bea86f #6fbea8

Analogous Colors of #a86fbe

#a86fbe #be6fad #816fbe

Monochromatic Colors of #a86fbe

#a86fbe

Complementary Color

#a86fbe #85be6f

#a86fbe Color Preview on Black Background

Lorem ipsum dolor sit amet.

#a86fbe Color Preview on White Background

Lorem ipsum dolor sit amet.

#a86fbe Color CSS Codes

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

#a86fbe Text Font Color

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

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


#a86fbe Background Color

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

This div background color is #a86fbe


#a86fbe Border Color

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

This div border color is #a86fbe


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #a86fbe


Comments

No comments written yet.

Please login to write comment.