Color Hex Logo

#a86885 Color Hex

#A86885
(168,104,133)
0 Favorites   0 Comments

Color spaces of #a86885

RGB 168104133
HSL0.920.270.53
HSV333°38°66°
CMYK 0.000.380.21   0.34
XYZ25.332419.918924.6999
Yxy19.91890.36210.2848
Hunter Lab44.630623.2134-1.5714
CIE-Lab51.745429.7668-5.1738

#a86885 color RGB value is (168,104,133).

#a86885 hex color red value is 168, green value is 104 and the blue value of its RGB is 133. Cylindrical-coordinate representations (also known as HSL) of color #a86885 hue: 0.92 , saturation: 0.27 and the lightness value of a86885 is 0.53.

The process color (four color CMYK) of #a86885 color hex is 0.00, 0.38, 0.21, 0.34. Web safe color of #a86885 is #996699. Color #a86885 contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 10101000 01101000 10000101
Octal 250 150 205
Decimal 168 104 133
Hex A8 68 85

RGB Percentages of Color #a86885

%41.48
%25.68
%32.84

CMYK Percentages of Color #a86885

%0
%38
%21
%34

Triadic Colors of #a86885

#a86885 #85a868 #6885a8

Analogous Colors of #a86885

#a86885 #a86b68 #a868a5

Monochromatic Colors of #a86885

#a86885

Complementary Color

#a86885 #68a88b

#a86885 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#a86885 Color Preview on White Background

Lorem ipsum dolor sit amet.

#a86885 Color CSS Codes

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

#a86885 Text Font Color

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

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


#a86885 Background Color

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

This div background color is #a86885


#a86885 Border Color

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

This div border color is #a86885


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #a86885


Comments

No comments written yet.

Please login to write comment.