Color Hex Logo

#88352e Color Hex

#88352E
(136,53,46)
0 Favorites   0 Comments

Color spaces of #88352e

RGB 1365346
HSL0.010.490.36
HSV66°53°
CMYK 0.000.610.66   0.47
XYZ11.91967.97773.4964
Yxy7.97770.50950.3410
Hunter Lab28.244825.900412.4319
CIE-Lab33.936435.028222.5275

#88352e color RGB value is (136,53,46).

#88352e hex color red value is 136, green value is 53 and the blue value of its RGB is 46. Cylindrical-coordinate representations (also known as HSL) of color #88352e hue: 0.01 , saturation: 0.49 and the lightness value of 88352e is 0.36.

The process color (four color CMYK) of #88352e color hex is 0.00, 0.61, 0.66, 0.47. Web safe color of #88352e is #993333. Color #88352e contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 10001000 00110101 00101110
Octal 210 65 56
Decimal 136 53 46
Hex 88 35 2E

RGB Percentages of Color #88352e

%57.87
%22.55
%19.57

CMYK Percentages of Color #88352e

%0
%61
%66
%47

Triadic Colors of #88352e

#88352e #2e8835 #352e88

Analogous Colors of #88352e

#88352e #88622e #882e54

Monochromatic Colors of #88352e

#88352e

Complementary Color

#88352e #2e8188

#88352e Color Preview on Black Background

Lorem ipsum dolor sit amet.

#88352e Color Preview on White Background

Lorem ipsum dolor sit amet.

#88352e Color CSS Codes

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

#88352e Text Font Color

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

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


#88352e Background Color

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

This div background color is #88352e


#88352e Border Color

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

This div border color is #88352e


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #88352e


Comments

No comments written yet.

Please login to write comment.