Color Hex Logo

#a86cbb Color Hex

#A86CBB
(168,108,187)
0 Favorites   0 Comments

Color spaces of #a86cbb

RGB 168108187
HSL0.790.370.58
HSV286°42°73°
CMYK 0.100.420.00   0.27
XYZ30.480722.637849.7767
Yxy22.63780.29620.2200
Hunter Lab47.579231.0890-28.7229
CIE-Lab54.697337.5114-32.1783

#a86cbb color RGB value is (168,108,187).

#a86cbb hex color red value is 168, green value is 108 and the blue value of its RGB is 187. Cylindrical-coordinate representations (also known as HSL) of color #a86cbb hue: 0.79 , saturation: 0.37 and the lightness value of a86cbb is 0.58.

The process color (four color CMYK) of #a86cbb color hex is 0.10, 0.42, 0.00, 0.27. Web safe color of #a86cbb is #9966cc. Color #a86cbb contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 10101000 01101100 10111011
Octal 250 154 273
Decimal 168 108 187
Hex A8 6C BB

RGB Percentages of Color #a86cbb

%36.29
%23.33
%40.39

CMYK Percentages of Color #a86cbb

%10
%42
%0
%27

Triadic Colors of #a86cbb

#a86cbb #bba86c #6cbba8

Analogous Colors of #a86cbb

#a86cbb #bb6ca7 #816cbb

Monochromatic Colors of #a86cbb

#a86cbb

Complementary Color

#a86cbb #7fbb6c

#a86cbb Color Preview on Black Background

Lorem ipsum dolor sit amet.

#a86cbb Color Preview on White Background

Lorem ipsum dolor sit amet.

#a86cbb Color CSS Codes

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

#a86cbb Text Font Color

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

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


#a86cbb Background Color

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

This div background color is #a86cbb


#a86cbb Border Color

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

This div border color is #a86cbb


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #a86cbb


Comments

No comments written yet.

Please login to write comment.