Color Hex Logo

#a87380 Color Hex

#A87380
(168,115,128)
0 Favorites   0 Comments

Color spaces of #a87380

RGB 168115128
HSL0.960.230.55
HSV345°32°66°
CMYK 0.000.320.24   0.34
XYZ26.175522.144823.3169
Yxy22.14480.36540.3091
Hunter Lab47.058316.93623.5632
CIE-Lab54.180322.80231.3448

#a87380 color RGB value is (168,115,128).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10101000 01110011 10000000
Octal 250 163 200
Decimal 168 115 128
Hex A8 73 80

RGB Percentages of Color #a87380

%40.88
%27.98
%31.14

CMYK Percentages of Color #a87380

%0
%32
%24
%34

Triadic Colors of #a87380

#a87380 #80a873 #7380a8

Analogous Colors of #a87380

#a87380 #a88173 #a8739b

Monochromatic Colors of #a87380

#a87380

Complementary Color

#a87380 #73a89b

#a87380 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#a87380 Color Preview on White Background

Lorem ipsum dolor sit amet.

#a87380 Color CSS Codes

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

#a87380 Text Font Color

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

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


#a87380 Background Color

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

This div background color is #a87380


#a87380 Border Color

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

This div border color is #a87380


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #a87380


Comments

No comments written yet.

Please login to write comment.