Color Hex Logo

#88142b Color Hex

#88142B
(136,20,43)
0 Favorites   0 Comments

Color spaces of #88142b

RGB 1362043
HSL0.970.740.31
HSV348°85°53°
CMYK 0.000.850.68   0.47
XYZ10.83955.90902.8547
Yxy5.90900.55290.3014
Hunter Lab24.308437.056110.0531
CIE-Lab29.181747.722518.4844

#88142b color RGB value is (136,20,43).

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

The process color (four color CMYK) of #88142b color hex is 0.00, 0.85, 0.68, 0.47. Web safe color of #88142b is #990033. Color #88142b contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 10001000 00010100 00101011
Octal 210 24 53
Decimal 136 20 43
Hex 88 14 2B

RGB Percentages of Color #88142b

%68.34
%10.05
%21.61

CMYK Percentages of Color #88142b

%0
%85
%68
%47

Triadic Colors of #88142b

#88142b #2b8814 #142b88

Analogous Colors of #88142b

#88142b #883714 #881465

Monochromatic Colors of #88142b

#88142b

Complementary Color

#88142b #148871

#88142b Color Preview on Black Background

Lorem ipsum dolor sit amet.

#88142b Color Preview on White Background

Lorem ipsum dolor sit amet.

#88142b Color CSS Codes

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

#88142b Text Font Color

<p style="color:#88142b">Text here</p>

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


#88142b Background Color

<div style="background-color:#88142b">
Div content here</div>

This div background color is #88142b


#88142b Border Color

<div style="border:3px solid #88142b">
Div here</div>

This div border color is #88142b


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #88142b


Comments

No comments written yet.

Please login to write comment.