Color Hex Logo

#88252f Color Hex

#88252F
(136,37,47)
0 Favorites   0 Comments

Color spaces of #88252f

RGB 1363747
HSL0.980.570.34
HSV354°73°53°
CMYK 0.000.730.65   0.47
XYZ11.32806.76263.3976
Yxy6.76260.52720.3147
Hunter Lab26.005032.247410.4572
CIE-Lab31.260242.352418.5179

#88252f color RGB value is (136,37,47).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10001000 00100101 00101111
Octal 210 45 57
Decimal 136 37 47
Hex 88 25 2F

RGB Percentages of Color #88252f

%61.82
%16.82
%21.36

CMYK Percentages of Color #88252f

%0
%73
%65
%47

Triadic Colors of #88252f

#88252f #2f8825 #252f88

Analogous Colors of #88252f

#88252f #884d25 #882560

Monochromatic Colors of #88252f

#88252f

Complementary Color

#88252f #25887e

#88252f Color Preview on Black Background

Lorem ipsum dolor sit amet.

#88252f Color Preview on White Background

Lorem ipsum dolor sit amet.

#88252f Color CSS Codes

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

#88252f Text Font Color

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

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


#88252f Background Color

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

This div background color is #88252f


#88252f Border Color

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

This div border color is #88252f


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #88252f


Comments

No comments written yet.

Please login to write comment.