Color Hex Logo

#88353a Color Hex

#88353A
(136,53,58)
0 Favorites   0 Comments

Color spaces of #88353a

RGB 1365358
HSL0.990.440.37
HSV356°61°53°
CMYK 0.000.610.57   0.47
XYZ12.19028.08594.9212
Yxy8.08590.48380.3209
Hunter Lab28.435726.75929.6440
CIE-Lab34.161135.939215.2431

#88353a color RGB value is (136,53,58).

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

The process color (four color CMYK) of #88353a color hex is 0.00, 0.61, 0.57, 0.47. Web safe color of #88353a is #993333. Color #88353a contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 10001000 00110101 00111010
Octal 210 65 72
Decimal 136 53 58
Hex 88 35 3A

RGB Percentages of Color #88353a

%55.06
%21.46
%23.48

CMYK Percentages of Color #88353a

%0
%61
%57
%47

Triadic Colors of #88353a

#88353a #3a8835 #353a88

Analogous Colors of #88353a

#88353a #885a35 #883564

Monochromatic Colors of #88353a

#88353a

Complementary Color

#88353a #358883

#88353a Color Preview on Black Background

Lorem ipsum dolor sit amet.

#88353a Color Preview on White Background

Lorem ipsum dolor sit amet.

#88353a Color CSS Codes

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

#88353a Text Font Color

<p style="color:#88353a">Text here</p>

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


#88353a Background Color

<div style="background-color:#88353a">
Div content here</div>

This div background color is #88353a


#88353a Border Color

<div style="border:3px solid #88353a">
Div here</div>

This div border color is #88353a


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #88353a


Comments

No comments written yet.

Please login to write comment.