Color Hex Logo

#88141c Color Hex

#88141C
(136,20,28)
0 Favorites   0 Comments

Color spaces of #88141c

RGB 1362028
HSL0.990.740.31
HSV356°85°53°
CMYK 0.000.850.79   0.47
XYZ10.61315.81841.6623
Yxy5.81840.58660.3216
Hunter Lab24.121436.325412.7990
CIE-Lab28.949647.023027.8843

#88141c color RGB value is (136,20,28).

#88141c hex color red value is 136, green value is 20 and the blue value of its RGB is 28. Cylindrical-coordinate representations (also known as HSL) of color #88141c hue: 0.99 , saturation: 0.74 and the lightness value of 88141c is 0.31.

The process color (four color CMYK) of #88141c color hex is 0.00, 0.85, 0.79, 0.47. Web safe color of #88141c is #990033. Color #88141c contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 10001000 00010100 00011100
Octal 210 24 34
Decimal 136 20 28
Hex 88 14 1C

RGB Percentages of Color #88141c

%73.91
%10.87
%15.22

CMYK Percentages of Color #88141c

%0
%85
%79
%47

Triadic Colors of #88141c

#88141c #1c8814 #141c88

Analogous Colors of #88141c

#88141c #884614 #881456

Monochromatic Colors of #88141c

#88141c

Complementary Color

#88141c #148880

#88141c Color Preview on Black Background

Lorem ipsum dolor sit amet.

#88141c Color Preview on White Background

Lorem ipsum dolor sit amet.

#88141c Color CSS Codes

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

#88141c Text Font Color

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

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


#88141c Background Color

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

This div background color is #88141c


#88141c Border Color

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

This div border color is #88141c


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #88141c


Comments

No comments written yet.

Please login to write comment.