Color Hex Logo

#88354e Color Hex

#88354E
(136,53,78)
0 Favorites   0 Comments

Color spaces of #88354e

RGB 1365378
HSL0.950.440.37
HSV342°61°53°
CMYK 0.000.610.43   0.47
XYZ12.80168.33058.1410
Yxy8.33050.43730.2846
Hunter Lab28.862628.66163.4805
CIE-Lab34.661937.92773.0918

#88354e color RGB value is (136,53,78).

#88354e hex color red value is 136, green value is 53 and the blue value of its RGB is 78. Cylindrical-coordinate representations (also known as HSL) of color #88354e hue: 0.95 , saturation: 0.44 and the lightness value of 88354e is 0.37.

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

Base Numbers

BaseRedGreenBlue
Binary 10001000 00110101 01001110
Octal 210 65 116
Decimal 136 53 78
Hex 88 35 4E

RGB Percentages of Color #88354e

%50.94
%19.85
%29.21

CMYK Percentages of Color #88354e

%0
%61
%43
%47

Triadic Colors of #88354e

#88354e #4e8835 #354e88

Analogous Colors of #88354e

#88354e #884635 #883578

Monochromatic Colors of #88354e

#88354e

Complementary Color

#88354e #35886f

#88354e Color Preview on Black Background

Lorem ipsum dolor sit amet.

#88354e Color Preview on White Background

Lorem ipsum dolor sit amet.

#88354e Color CSS Codes

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

#88354e Text Font Color

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

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


#88354e Background Color

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

This div background color is #88354e


#88354e Border Color

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

This div border color is #88354e


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #88354e


Comments

No comments written yet.

Please login to write comment.