Color Hex Logo

#88474e Color Hex

#88474E
(136,71,78)
0 Favorites   0 Comments

Color spaces of #88474e

RGB 1367178
HSL0.980.310.41
HSV354°48°53°
CMYK 0.000.480.43   0.47
XYZ13.781710.29088.4677
Yxy10.29080.42350.3162
Hunter Lab32.079320.54736.8052
CIE-Lab38.359428.37118.3544

#88474e color RGB value is (136,71,78).

#88474e hex color red value is 136, green value is 71 and the blue value of its RGB is 78. Cylindrical-coordinate representations (also known as HSL) of color #88474e hue: 0.98 , saturation: 0.31 and the lightness value of 88474e is 0.41.

The process color (four color CMYK) of #88474e color hex is 0.00, 0.48, 0.43, 0.47. Web safe color of #88474e is #993366. Color #88474e contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 10001000 01000111 01001110
Octal 210 107 116
Decimal 136 71 78
Hex 88 47 4E

RGB Percentages of Color #88474e

%47.72
%24.91
%27.37

CMYK Percentages of Color #88474e

%0
%48
%43
%47

Triadic Colors of #88474e

#88474e #4e8847 #474e88

Analogous Colors of #88474e

#88474e #886147 #88476f

Monochromatic Colors of #88474e

#88474e

Complementary Color

#88474e #478881

#88474e Color Preview on Black Background

Lorem ipsum dolor sit amet.

#88474e Color Preview on White Background

Lorem ipsum dolor sit amet.

#88474e Color CSS Codes

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

#88474e Text Font Color

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

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


#88474e Background Color

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

This div background color is #88474e


#88474e Border Color

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

This div border color is #88474e


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(136,71,78, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #88474e; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #88474e;
  -webkit-box-shadow: 1px 1px 3px 2px #88474e;
  box-shadow:         1px 1px 3px 2px #88474e; }

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #88474e


Comments

No comments written yet.

Please login to write comment.