Color Hex Logo

#a86aba Color Hex

#A86ABA
(168,106,186)
0 Favorites   0 Comments

Color spaces of #a86aba

RGB 168106186
HSL0.800.370.57
HSV287°43°73°
CMYK 0.100.430.00   0.27
XYZ30.165422.178149.1453
Yxy22.17810.29720.2185
Hunter Lab47.093631.9227-28.9075
CIE-Lab54.215538.4041-32.3548

#a86aba color RGB value is (168,106,186).

#a86aba hex color red value is 168, green value is 106 and the blue value of its RGB is 186. Cylindrical-coordinate representations (also known as HSL) of color #a86aba hue: 0.80 , saturation: 0.37 and the lightness value of a86aba is 0.57.

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

Base Numbers

BaseRedGreenBlue
Binary 10101000 01101010 10111010
Octal 250 152 272
Decimal 168 106 186
Hex A8 6A BA

RGB Percentages of Color #a86aba

%36.52
%23.04
%40.43

CMYK Percentages of Color #a86aba

%10
%43
%0
%27

Triadic Colors of #a86aba

#a86aba #baa86a #6abaa8

Analogous Colors of #a86aba

#a86aba #ba6aa4 #806aba

Monochromatic Colors of #a86aba

#a86aba

Complementary Color

#a86aba #7cba6a

#a86aba Color Preview on Black Background

Lorem ipsum dolor sit amet.

#a86aba Color Preview on White Background

Lorem ipsum dolor sit amet.

#a86aba Color CSS Codes

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

#a86aba Text Font Color

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

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


#a86aba Background Color

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

This div background color is #a86aba


#a86aba Border Color

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

This div border color is #a86aba


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #a86aba


Comments

No comments written yet.

Please login to write comment.