Color Hex Logo

#88494f Color Hex

#88494F
(136,73,79)
0 Favorites   0 Comments

Color spaces of #88494f

RGB 1367379
HSL0.980.300.41
HSV354°46°53°
CMYK 0.000.460.42   0.47
XYZ13.947210.56388.7011
Yxy10.56380.41990.3181
Hunter Lab32.502019.71916.8789
CIE-Lab38.835927.36458.3987

#88494f color RGB value is (136,73,79).

#88494f hex color red value is 136, green value is 73 and the blue value of its RGB is 79. Cylindrical-coordinate representations (also known as HSL) of color #88494f hue: 0.98 , saturation: 0.30 and the lightness value of 88494f is 0.41.

The process color (four color CMYK) of #88494f color hex is 0.00, 0.46, 0.42, 0.47. Web safe color of #88494f is #993366. Color #88494f contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 10001000 01001001 01001111
Octal 210 111 117
Decimal 136 73 79
Hex 88 49 4F

RGB Percentages of Color #88494f

%47.22
%25.35
%27.43

CMYK Percentages of Color #88494f

%0
%46
%42
%47

Triadic Colors of #88494f

#88494f #4f8849 #494f88

Analogous Colors of #88494f

#88494f #886349 #88496f

Monochromatic Colors of #88494f

#88494f

Complementary Color

#88494f #498882

#88494f Color Preview on Black Background

Lorem ipsum dolor sit amet.

#88494f Color Preview on White Background

Lorem ipsum dolor sit amet.

#88494f Color CSS Codes

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

#88494f Text Font Color

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

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


#88494f Background Color

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

This div background color is #88494f


#88494f Border Color

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

This div border color is #88494f


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(136,73,79, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #88494f; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #88494f;
  -webkit-box-shadow: 1px 1px 3px 2px #88494f;
  box-shadow:         1px 1px 3px 2px #88494f; }

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #88494f


Comments

No comments written yet.

Please login to write comment.