Color Hex Logo

#88273e Color Hex

#88273E
(136,39,62)
0 Favorites   0 Comments

Color spaces of #88273e

RGB 1363962
HSL0.960.550.34
HSV346°71°53°
CMYK 0.000.710.54   0.47
XYZ11.74847.03315.2957
Yxy7.03310.48790.2921
Hunter Lab26.520032.66586.7245
CIE-Lab31.882142.67889.5507

#88273e color RGB value is (136,39,62).

#88273e hex color red value is 136, green value is 39 and the blue value of its RGB is 62. Cylindrical-coordinate representations (also known as HSL) of color #88273e hue: 0.96 , saturation: 0.55 and the lightness value of 88273e is 0.34.

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

Base Numbers

BaseRedGreenBlue
Binary 10001000 00100111 00111110
Octal 210 47 76
Decimal 136 39 62
Hex 88 27 3E

RGB Percentages of Color #88273e

%57.38
%16.46
%26.16

CMYK Percentages of Color #88273e

%0
%71
%54
%47

Triadic Colors of #88273e

#88273e #3e8827 #273e88

Analogous Colors of #88273e

#88273e #884127 #88276f

Monochromatic Colors of #88273e

#88273e

Complementary Color

#88273e #278871

#88273e Color Preview on Black Background

Lorem ipsum dolor sit amet.

#88273e Color Preview on White Background

Lorem ipsum dolor sit amet.

#88273e Color CSS Codes

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

#88273e Text Font Color

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

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


#88273e Background Color

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

This div background color is #88273e


#88273e Border Color

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

This div border color is #88273e


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #88273e


Comments

No comments written yet.

Please login to write comment.