Color Hex Logo

#88241c Color Hex

#88241C
(136,36,28)
0 Favorites   0 Comments

Color spaces of #88241c

RGB 1363628
HSL0.010.660.32
HSV79°53°
CMYK 0.000.740.79   0.47
XYZ10.99386.57981.7892
Yxy6.57980.56780.3398
Hunter Lab25.651131.613813.8202
CIE-Lab30.830541.760729.8955

#88241c color RGB value is (136,36,28).

#88241c hex color red value is 136, green value is 36 and the blue value of its RGB is 28. Cylindrical-coordinate representations (also known as HSL) of color #88241c hue: 0.01 , saturation: 0.66 and the lightness value of 88241c is 0.32.

The process color (four color CMYK) of #88241c color hex is 0.00, 0.74, 0.79, 0.47. Web safe color of #88241c is #993333. Color #88241c contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 10001000 00100100 00011100
Octal 210 44 34
Decimal 136 36 28
Hex 88 24 1C

RGB Percentages of Color #88241c

%68.00
%18.00
%14.00

CMYK Percentages of Color #88241c

%0
%74
%79
%47

Triadic Colors of #88241c

#88241c #1c8824 #241c88

Analogous Colors of #88241c

#88241c #885a1c #881c4a

Monochromatic Colors of #88241c

#88241c

Complementary Color

#88241c #1c8088

#88241c Color Preview on Black Background

Lorem ipsum dolor sit amet.

#88241c Color Preview on White Background

Lorem ipsum dolor sit amet.

#88241c Color CSS Codes

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

#88241c Text Font Color

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

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


#88241c Background Color

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

This div background color is #88241c


#88241c Border Color

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

This div border color is #88241c


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #88241c


Comments

No comments written yet.

Please login to write comment.