Color Hex Logo

#88356a Color Hex

#88356A
(136,53,106)
0 Favorites   0 Comments

Color spaces of #88356a

RGB 13653106
HSL0.890.440.37
HSV322°61°53°
CMYK 0.000.610.22   0.47
XYZ14.02808.821114.5989
Yxy8.82110.37460.2356
Hunter Lab29.700332.3332-8.3532
CIE-Lab35.637541.6586-13.3344

#88356a color RGB value is (136,53,106).

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

The process color (four color CMYK) of #88356a color hex is 0.00, 0.61, 0.22, 0.47. Web safe color of #88356a is #993366. Color #88356a contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 10001000 00110101 01101010
Octal 210 65 152
Decimal 136 53 106
Hex 88 35 6A

RGB Percentages of Color #88356a

%46.10
%17.97
%35.93

CMYK Percentages of Color #88356a

%0
%61
%22
%47

Triadic Colors of #88356a

#88356a #6a8835 #356a88

Analogous Colors of #88356a

#88356a #883541 #7d3588

Monochromatic Colors of #88356a

#88356a

Complementary Color

#88356a #358853

#88356a Color Preview on Black Background

Lorem ipsum dolor sit amet.

#88356a Color Preview on White Background

Lorem ipsum dolor sit amet.

#88356a Color CSS Codes

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

#88356a Text Font Color

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

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


#88356a Background Color

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

This div background color is #88356a


#88356a Border Color

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

This div border color is #88356a


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #88356a


Comments

No comments written yet.

Please login to write comment.