Color Hex Logo

#88213e Color Hex

#88213E
(136,33,62)
0 Favorites   0 Comments

Color spaces of #88213e

RGB 1363362
HSL0.950.610.33
HSV343°76°53°
CMYK 0.000.760.54   0.47
XYZ11.56676.66985.2352
Yxy6.66980.49280.2842
Hunter Lab25.826034.74966.0594
CIE-Lab31.043145.00488.3831

#88213e color RGB value is (136,33,62).

#88213e hex color red value is 136, green value is 33 and the blue value of its RGB is 62. Cylindrical-coordinate representations (also known as HSL) of color #88213e hue: 0.95 , saturation: 0.61 and the lightness value of 88213e is 0.33.

The process color (four color CMYK) of #88213e color hex is 0.00, 0.76, 0.54, 0.47. Web safe color of #88213e is #993333. Color #88213e contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 10001000 00100001 00111110
Octal 210 41 76
Decimal 136 33 62
Hex 88 21 3E

RGB Percentages of Color #88213e

%58.87
%14.29
%26.84

CMYK Percentages of Color #88213e

%0
%76
%54
%47

Triadic Colors of #88213e

#88213e #3e8821 #213e88

Analogous Colors of #88213e

#88213e #883821 #882172

Monochromatic Colors of #88213e

#88213e

Complementary Color

#88213e #21886b

#88213e Color Preview on Black Background

Lorem ipsum dolor sit amet.

#88213e Color Preview on White Background

Lorem ipsum dolor sit amet.

#88213e Color CSS Codes

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

#88213e Text Font Color

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

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


#88213e Background Color

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

This div background color is #88213e


#88213e Border Color

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

This div border color is #88213e


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #88213e


Comments

No comments written yet.

Please login to write comment.