Color Hex Logo

#a87397 Color Hex

#A87397
(168,115,151)
0 Favorites   0 Comments

Color spaces of #a87397

RGB 168115151
HSL0.890.230.55
HSV319°32°66°
CMYK 0.000.320.10   0.34
XYZ27.865122.820732.2143
Yxy22.82070.33610.2753
Hunter Lab47.771020.5208-6.5424
CIE-Lab54.887226.6094-11.0488

#a87397 color RGB value is (168,115,151).

#a87397 hex color red value is 168, green value is 115 and the blue value of its RGB is 151. Cylindrical-coordinate representations (also known as HSL) of color #a87397 hue: 0.89 , saturation: 0.23 and the lightness value of a87397 is 0.55.

The process color (four color CMYK) of #a87397 color hex is 0.00, 0.32, 0.10, 0.34. Web safe color of #a87397 is #996699. Color #a87397 contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 10101000 01110011 10010111
Octal 250 163 227
Decimal 168 115 151
Hex A8 73 97

RGB Percentages of Color #a87397

%38.71
%26.50
%34.79

CMYK Percentages of Color #a87397

%0
%32
%10
%34

Triadic Colors of #a87397

#a87397 #97a873 #7397a8

Analogous Colors of #a87397

#a87397 #a8737d #9f73a8

Monochromatic Colors of #a87397

#a87397

Complementary Color

#a87397 #73a884

#a87397 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#a87397 Color Preview on White Background

Lorem ipsum dolor sit amet.

#a87397 Color CSS Codes

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

#a87397 Text Font Color

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

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


#a87397 Background Color

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

This div background color is #a87397


#a87397 Border Color

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

This div border color is #a87397


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #a87397


Comments

No comments written yet.

Please login to write comment.