Color Hex Logo

#88132a Color Hex

#88132A
(136,19,42)
0 Favorites   0 Comments

Color spaces of #88132a

RGB 1361942
HSL0.970.750.30
HSV348°86°53°
CMYK 0.000.860.69   0.47
XYZ10.80415.86722.7535
Yxy5.86720.55620.3020
Hunter Lab24.222337.229010.2157
CIE-Lab29.074947.918619.0108

#88132a color RGB value is (136,19,42).

#88132a hex color red value is 136, green value is 19 and the blue value of its RGB is 42. Cylindrical-coordinate representations (also known as HSL) of color #88132a hue: 0.97 , saturation: 0.75 and the lightness value of 88132a is 0.30.

The process color (four color CMYK) of #88132a color hex is 0.00, 0.86, 0.69, 0.47. Web safe color of #88132a is #990033. Color #88132a contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 10001000 00010011 00101010
Octal 210 23 52
Decimal 136 19 42
Hex 88 13 2A

RGB Percentages of Color #88132a

%69.04
%9.64
%21.32

CMYK Percentages of Color #88132a

%0
%86
%69
%47

Triadic Colors of #88132a

#88132a #2a8813 #132a88

Analogous Colors of #88132a

#88132a #883713 #881365

Monochromatic Colors of #88132a

#88132a

Complementary Color

#88132a #138871

#88132a Color Preview on Black Background

Lorem ipsum dolor sit amet.

#88132a Color Preview on White Background

Lorem ipsum dolor sit amet.

#88132a Color CSS Codes

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

#88132a Text Font Color

<p style="color:#88132a">Text here</p>

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


#88132a Background Color

<div style="background-color:#88132a">
Div content here</div>

This div background color is #88132a


#88132a Border Color

<div style="border:3px solid #88132a">
Div here</div>

This div border color is #88132a


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(136,19,42, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #88132a; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #88132a;
  -webkit-box-shadow: 1px 1px 3px 2px #88132a;
  box-shadow:         1px 1px 3px 2px #88132a; }

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #88132a


Comments

No comments written yet.

Please login to write comment.