Color Hex Logo

#88616a Color Hex

#88616A
(136,97,106)
0 Favorites   0 Comments

Color spaces of #88616a

RGB 13697106
HSL0.960.170.46
HSV346°29°53°
CMYK 0.000.290.22   0.47
XYZ17.029614.824215.5995
Yxy14.82420.35890.3124
Hunter Lab38.502211.57202.9297
CIE-Lab45.392517.25371.1972

#88616a color RGB value is (136,97,106).

#88616a hex color red value is 136, green value is 97 and the blue value of its RGB is 106. Cylindrical-coordinate representations (also known as HSL) of color #88616a hue: 0.96 , saturation: 0.17 and the lightness value of 88616a is 0.46.

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

Base Numbers

BaseRedGreenBlue
Binary 10001000 01100001 01101010
Octal 210 141 152
Decimal 136 97 106
Hex 88 61 6A

RGB Percentages of Color #88616a

%40.12
%28.61
%31.27

CMYK Percentages of Color #88616a

%0
%29
%22
%47

Triadic Colors of #88616a

#88616a #6a8861 #616a88

Analogous Colors of #88616a

#88616a #886c61 #88617e

Monochromatic Colors of #88616a

#88616a

Complementary Color

#88616a #61887f

#88616a Color Preview on Black Background

Lorem ipsum dolor sit amet.

#88616a Color Preview on White Background

Lorem ipsum dolor sit amet.

#88616a Color CSS Codes

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

#88616a Text Font Color

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

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


#88616a Background Color

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

This div background color is #88616a


#88616a Border Color

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

This div border color is #88616a


Css3 Examples

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

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(136,97,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 #88616a">Text here</p>

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #88616a


Comments

No comments written yet.

Please login to write comment.