Color Hex Logo

#88464e Color Hex

#88464E
(136,70,78)
0 Favorites   0 Comments

Color spaces of #88464e

RGB 1367078
HSL0.980.320.40
HSV353°49°53°
CMYK 0.000.490.43   0.47
XYZ13.718610.16468.4466
Yxy10.16460.42430.3144
Hunter Lab31.882021.01396.6095
CIE-Lab38.136228.93138.0407

#88464e color RGB value is (136,70,78).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10001000 01000110 01001110
Octal 210 106 116
Decimal 136 70 78
Hex 88 46 4E

RGB Percentages of Color #88464e

%47.89
%24.65
%27.46

CMYK Percentages of Color #88464e

%0
%49
%43
%47

Triadic Colors of #88464e

#88464e #4e8846 #464e88

Analogous Colors of #88464e

#88464e #885f46 #88466f

Monochromatic Colors of #88464e

#88464e

Complementary Color

#88464e #468880

#88464e Color Preview on Black Background

Lorem ipsum dolor sit amet.

#88464e Color Preview on White Background

Lorem ipsum dolor sit amet.

#88464e Color CSS Codes

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

#88464e Text Font Color

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

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


#88464e Background Color

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

This div background color is #88464e


#88464e Border Color

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

This div border color is #88464e


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #88464e


Comments

No comments written yet.

Please login to write comment.