Color Hex Logo

#a8759f Color Hex

#A8759F
(168,117,159)
0 Favorites   0 Comments

Color spaces of #a8759f

RGB 168117159
HSL0.860.230.56
HSV311°30°66°
CMYK 0.000.300.05   0.34
XYZ28.767723.550635.8304
Yxy23.55060.32640.2672
Hunter Lab48.529020.8881-9.8053
CIE-Lab55.635026.9343-14.5702

#a8759f color RGB value is (168,117,159).

#a8759f hex color red value is 168, green value is 117 and the blue value of its RGB is 159. Cylindrical-coordinate representations (also known as HSL) of color #a8759f hue: 0.86 , saturation: 0.23 and the lightness value of a8759f is 0.56.

The process color (four color CMYK) of #a8759f color hex is 0.00, 0.30, 0.05, 0.34. Web safe color of #a8759f is #996699. Color #a8759f contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 10101000 01110101 10011111
Octal 250 165 237
Decimal 168 117 159
Hex A8 75 9F

RGB Percentages of Color #a8759f

%37.84
%26.35
%35.81

CMYK Percentages of Color #a8759f

%0
%30
%5
%34

Triadic Colors of #a8759f

#a8759f #9fa875 #759fa8

Analogous Colors of #a8759f

#a8759f #a87586 #9875a8

Monochromatic Colors of #a8759f

#a8759f

Complementary Color

#a8759f #75a87e

#a8759f Color Preview on Black Background

Lorem ipsum dolor sit amet.

#a8759f Color Preview on White Background

Lorem ipsum dolor sit amet.

#a8759f Color CSS Codes

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

#a8759f Text Font Color

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

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


#a8759f Background Color

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

This div background color is #a8759f


#a8759f Border Color

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

This div border color is #a8759f


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #a8759f


Comments

No comments written yet.

Please login to write comment.