Color spaces of #88183e
RGB | 136 | 24 | 62 |
---|---|---|---|
HSL | 0.94 | 0.70 | 0.31 |
HSV | 340° | 82° | 53° |
CMYK | 0.00 | 0.82 | 0.54 0.47 |
XYZ | 11.3495 | 6.2353 | 5.1628 |
Yxy | 6.2353 | 0.4989 | 0.2741 |
Hunter Lab | 24.9706 | 37.4324 | 5.2209 |
CIE-Lab | 29.9985 | 47.9465 | 6.9189 |
#88183e color RGB value is (136,24,62).
#88183e hex color red value is 136, green value is 24 and the blue value of its RGB is 62. Cylindrical-coordinate representations (also known as HSL) of color #88183e hue: 0.94 , saturation: 0.70 and the lightness value of 88183e is 0.31.
The process color (four color CMYK) of #88183e color hex is 0.00, 0.82, 0.54, 0.47. Web safe color of #88183e is #990033. Color #88183e contains mainly RED color.
Base Numbers
Base | Red | Green | Blue |
---|---|---|---|
Binary | 10001000 | 00011000 | 00111110 |
Octal | 210 | 30 | 76 |
Decimal | 136 | 24 | 62 |
Hex | 88 | 18 | 3E |
Shades of #88183e
Tints of #88183e
RGB Percentages of Color #88183e
CMYK Percentages of Color #88183e
Complementary Color
#88183e | #188862 |
#88183e Color Preview on Black Background
Lorem ipsum dolor sit amet.
#88183e Color Preview on White Background
Lorem ipsum dolor sit amet.
#88183e Color CSS Codes
.mybgcolor {background-color:#88183e; } .myforecolor {color:#88183e; } .mybordercolor {border:3px solid #88183e; }
#88183e Text Font Color
<p style="color:#88183e">Text here</p>
This sample text font color is #88183e
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.
#88183e Background Color
<div style="background-color:#88183e">
Div content here</div>
This div background color is #88183e
#88183e Border Color
<div style="border:3px solid #88183e">
Div here</div>
This div border color is #88183e
Css3 Examples
.textShadowRgb { text-shadow: 4px 4px 2px rgba(136,24,62, 0.8); } .textShadowHex { text-shadow: 4px 4px 2px #88183e; } .divShadow { -moz-box-shadow: 1px 1px 3px 2px #88183e; -webkit-box-shadow: 1px 1px 3px 2px #88183e; box-shadow: 1px 1px 3px 2px #88183e; }
Text Shadow with RGB Values
<p style="text-shadow: 4px 4px 2px rgba(136,24,62, 0.8);">Text here</p>
This text has shadow with rgb values.
Text Shadow with Hex Values
<p style="text-shadow: 4px 4px 2px #88183e">Text here</p>
This text has shadow with hex values.
Div Box Shadow
<div style="-moz-box-shadow: 1px 1px 3px 2px #88183e; -webkit-box-shadow: 1px 1px 3px 2px #88183e; box-shadow: 1px 1px 3px 2px #88183e;">
Div content here</div>
This div box has shadow with color #88183e
Comments
No comments written yet.
Please login to write comment.