Color Hex Logo

#88252e Color Hex

#88252E
(136,37,46)
0 Favorites   0 Comments

Color spaces of #88252e

RGB 1363746
HSL0.980.570.34
HSV355°73°53°
CMYK 0.000.730.66   0.47
XYZ11.30816.75463.2925
Yxy6.75460.52950.3163
Hunter Lab25.989632.183710.6816
CIE-Lab31.241642.288619.1419

#88252e color RGB value is (136,37,46).

#88252e hex color red value is 136, green value is 37 and the blue value of its RGB is 46. Cylindrical-coordinate representations (also known as HSL) of color #88252e hue: 0.98 , saturation: 0.57 and the lightness value of 88252e is 0.34.

The process color (four color CMYK) of #88252e color hex is 0.00, 0.73, 0.66, 0.47. Web safe color of #88252e is #993333. Color #88252e contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 10001000 00100101 00101110
Octal 210 45 56
Decimal 136 37 46
Hex 88 25 2E

RGB Percentages of Color #88252e

%62.10
%16.89
%21.00

CMYK Percentages of Color #88252e

%0
%73
%66
%47

Triadic Colors of #88252e

#88252e #2e8825 #252e88

Analogous Colors of #88252e

#88252e #884e25 #88255f

Monochromatic Colors of #88252e

#88252e

Complementary Color

#88252e #25887f

#88252e Color Preview on Black Background

Lorem ipsum dolor sit amet.

#88252e Color Preview on White Background

Lorem ipsum dolor sit amet.

#88252e Color CSS Codes

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

#88252e Text Font Color

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

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


#88252e Background Color

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

This div background color is #88252e


#88252e Border Color

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

This div border color is #88252e


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #88252e


Comments

No comments written yet.

Please login to write comment.