Color spaces of #800725
RGB | 128 | 7 | 37 |
---|---|---|---|
HSL | 0.96 | 0.90 | 0.26 |
HSV | 345° | 95° | 50° |
CMYK | 0.00 | 0.95 | 0.71 0.50 |
XYZ | 9.3120 | 4.8747 | 2.2004 |
Yxy | 4.8747 | 0.5683 | 0.2975 |
Hunter Lab | 22.0787 | 36.6470 | 9.5462 |
CIE-Lab | 26.3748 | 47.8505 | 18.5833 |
#800725 color RGB value is (128,7,37).
#800725 hex color red value is 128, green value is 7 and the blue value of its RGB is 37. Cylindrical-coordinate representations (also known as HSL) of color #800725 hue: 0.96 , saturation: 0.90 and the lightness value of 800725 is 0.26.
The process color (four color CMYK) of #800725 color hex is 0.00, 0.95, 0.71, 0.50. Web safe color of #800725 is #990033. Color #800725 contains mainly RED color.
Base Numbers
Base | Red | Green | Blue |
---|---|---|---|
Binary | 10000000 | 00000111 | 00100101 |
Octal | 200 | 7 | 45 |
Decimal | 128 | 7 | 37 |
Hex | 80 | 7 | 25 |
Shades of #800725
Tints of #800725
RGB Percentages of Color #800725
CMYK Percentages of Color #800725
Complementary Color
#800725 | #078062 |
#800725 Color Preview on Black Background
Lorem ipsum dolor sit amet.
#800725 Color Preview on White Background
Lorem ipsum dolor sit amet.
#800725 Color CSS Codes
.mybgcolor {background-color:#800725; } .myforecolor {color:#800725; } .mybordercolor {border:3px solid #800725; }
#800725 Text Font Color
<p style="color:#800725">Text here</p>
This sample text font color is #800725
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.
#800725 Background Color
<div style="background-color:#800725">
Div content here</div>
This div background color is #800725
#800725 Border Color
<div style="border:3px solid #800725">
Div here</div>
This div border color is #800725
Css3 Examples
.textShadowRgb { text-shadow: 4px 4px 2px rgba(128,7,37, 0.8); } .textShadowHex { text-shadow: 4px 4px 2px #800725; } .divShadow { -moz-box-shadow: 1px 1px 3px 2px #800725; -webkit-box-shadow: 1px 1px 3px 2px #800725; box-shadow: 1px 1px 3px 2px #800725; }
Text Shadow with RGB Values
<p style="text-shadow: 4px 4px 2px rgba(128,7,37, 0.8);">Text here</p>
This text has shadow with rgb values.
Text Shadow with Hex Values
<p style="text-shadow: 4px 4px 2px #800725">Text here</p>
This text has shadow with hex values.
Div Box Shadow
<div style="-moz-box-shadow: 1px 1px 3px 2px #800725; -webkit-box-shadow: 1px 1px 3px 2px #800725; box-shadow: 1px 1px 3px 2px #800725;">
Div content here</div>
This div box has shadow with color #800725
Comments
No comments written yet.
Please login to write comment.