Color Hex Logo

#88283c Color Hex

#88283C
(136,40,60)
0 Favorites   0 Comments

Color spaces of #88283c

RGB 1364060
HSL0.970.550.35
HSV348°71°53°
CMYK 0.000.710.56   0.47
XYZ11.72777.07815.0230
Yxy7.07810.49220.2970
Hunter Lab26.604732.12697.4293
CIE-Lab31.984042.093211.0016

#88283c color RGB value is (136,40,60).

#88283c hex color red value is 136, green value is 40 and the blue value of its RGB is 60. Cylindrical-coordinate representations (also known as HSL) of color #88283c hue: 0.97 , saturation: 0.55 and the lightness value of 88283c is 0.35.

The process color (four color CMYK) of #88283c color hex is 0.00, 0.71, 0.56, 0.47. Web safe color of #88283c is #993333. Color #88283c contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 10001000 00101000 00111100
Octal 210 50 74
Decimal 136 40 60
Hex 88 28 3C

RGB Percentages of Color #88283c

%57.63
%16.95
%25.42

CMYK Percentages of Color #88283c

%0
%71
%56
%47

Triadic Colors of #88283c

#88283c #3c8828 #283c88

Analogous Colors of #88283c

#88283c #884428 #88286c

Monochromatic Colors of #88283c

#88283c

Complementary Color

#88283c #288874

#88283c Color Preview on Black Background

Lorem ipsum dolor sit amet.

#88283c Color Preview on White Background

Lorem ipsum dolor sit amet.

#88283c Color CSS Codes

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

#88283c Text Font Color

<p style="color:#88283c">Text here</p>

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


#88283c Background Color

<div style="background-color:#88283c">
Div content here</div>

This div background color is #88283c


#88283c Border Color

<div style="border:3px solid #88283c">
Div here</div>

This div border color is #88283c


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(136,40,60, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #88283c; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #88283c;
  -webkit-box-shadow: 1px 1px 3px 2px #88283c;
  box-shadow:         1px 1px 3px 2px #88283c; }

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #88283c


Comments

No comments written yet.

Please login to write comment.