Color Hex Logo

#88516a Color Hex

#88516A
(136,81,106)
0 Favorites   0 Comments

Color spaces of #88516a

RGB 13681106
HSL0.920.250.43
HSV333°40°53°
CMYK 0.000.400.22   0.47
XYZ15.697312.159715.1554
Yxy12.15970.36490.2827
Hunter Lab34.870819.3291-1.3589
CIE-Lab41.468826.6147-4.5650

#88516a color RGB value is (136,81,106).

#88516a hex color red value is 136, green value is 81 and the blue value of its RGB is 106. Cylindrical-coordinate representations (also known as HSL) of color #88516a hue: 0.92 , saturation: 0.25 and the lightness value of 88516a is 0.43.

The process color (four color CMYK) of #88516a color hex is 0.00, 0.40, 0.22, 0.47. Web safe color of #88516a is #996666. Color #88516a contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 10001000 01010001 01101010
Octal 210 121 152
Decimal 136 81 106
Hex 88 51 6A

RGB Percentages of Color #88516a

%42.11
%25.08
%32.82

CMYK Percentages of Color #88516a

%0
%40
%22
%47

Triadic Colors of #88516a

#88516a #6a8851 #516a88

Analogous Colors of #88516a

#88516a #885451 #885186

Monochromatic Colors of #88516a

#88516a

Complementary Color

#88516a #51886f

#88516a Color Preview on Black Background

Lorem ipsum dolor sit amet.

#88516a Color Preview on White Background

Lorem ipsum dolor sit amet.

#88516a Color CSS Codes

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

#88516a Text Font Color

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

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


#88516a Background Color

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

This div background color is #88516a


#88516a Border Color

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

This div border color is #88516a


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(136,81,106, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #88516a; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #88516a;
  -webkit-box-shadow: 1px 1px 3px 2px #88516a;
  box-shadow:         1px 1px 3px 2px #88516a; }

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #88516a


Comments

No comments written yet.

Please login to write comment.