Color Hex Logo

#a86bae Color Hex

#A86BAE
(168,107,174)
0 Favorites   0 Comments

Color spaces of #a86bae

RGB 168107174
HSL0.820.290.55
HSV295°39°68°
CMYK 0.030.390.00   0.32
XYZ29.046121.896242.7399
Yxy21.89620.31000.2337
Hunter Lab46.793428.9121-21.3986
CIE-Lab53.916735.4202-25.8922

#a86bae color RGB value is (168,107,174).

#a86bae hex color red value is 168, green value is 107 and the blue value of its RGB is 174. Cylindrical-coordinate representations (also known as HSL) of color #a86bae hue: 0.82 , saturation: 0.29 and the lightness value of a86bae is 0.55.

The process color (four color CMYK) of #a86bae color hex is 0.03, 0.39, 0.00, 0.32. Web safe color of #a86bae is #996699. Color #a86bae contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 10101000 01101011 10101110
Octal 250 153 256
Decimal 168 107 174
Hex A8 6B AE

RGB Percentages of Color #a86bae

%37.42
%23.83
%38.75

CMYK Percentages of Color #a86bae

%3
%39
%0
%32

Triadic Colors of #a86bae

#a86bae #aea86b #6baea8

Analogous Colors of #a86bae

#a86bae #ae6b93 #876bae

Monochromatic Colors of #a86bae

#a86bae

Complementary Color

#a86bae #71ae6b

#a86bae Color Preview on Black Background

Lorem ipsum dolor sit amet.

#a86bae Color Preview on White Background

Lorem ipsum dolor sit amet.

#a86bae Color CSS Codes

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

#a86bae Text Font Color

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

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


#a86bae Background Color

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

This div background color is #a86bae


#a86bae Border Color

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

This div border color is #a86bae


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #a86bae


Comments

No comments written yet.

Please login to write comment.