Color spaces of #800170
RGB | 128 | 1 | 112 |
---|---|---|---|
HSL | 0.85 | 0.98 | 0.25 |
HSV | 308° | 99° | 50° |
CMYK | 0.00 | 0.99 | 0.13 0.50 |
XYZ | 11.8376 | 5.7808 | 15.8211 |
Yxy | 5.7808 | 0.3540 | 0.1729 |
Hunter Lab | 24.0433 | 45.8078 | -22.1840 |
CIE-Lab | 28.8526 | 56.3661 | -27.8130 |
#800170 color RGB value is (128,1,112).
#800170 hex color red value is 128, green value is 1 and the blue value of its RGB is 112. Cylindrical-coordinate representations (also known as HSL) of color #800170 hue: 0.85 , saturation: 0.98 and the lightness value of 800170 is 0.25.
The process color (four color CMYK) of #800170 color hex is 0.00, 0.99, 0.13, 0.50. Web safe color of #800170 is #990066. Color #800170 contains mainly RED color.
Base Numbers
Base | Red | Green | Blue |
---|---|---|---|
Binary | 10000000 | 00000001 | 01110000 |
Octal | 200 | 1 | 160 |
Decimal | 128 | 1 | 112 |
Hex | 80 | 1 | 70 |
Shades of #800170
Tints of #800170
RGB Percentages of Color #800170
CMYK Percentages of Color #800170
Complementary Color
#800170 | #018011 |
#800170 Color Preview on Black Background
Lorem ipsum dolor sit amet.
#800170 Color Preview on White Background
Lorem ipsum dolor sit amet.
#800170 Color CSS Codes
.mybgcolor {background-color:#800170; } .myforecolor {color:#800170; } .mybordercolor {border:3px solid #800170; }
#800170 Text Font Color
<p style="color:#800170">Text here</p>
This sample text font color is #800170
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.
#800170 Background Color
<div style="background-color:#800170">
Div content here</div>
This div background color is #800170
#800170 Border Color
<div style="border:3px solid #800170">
Div here</div>
This div border color is #800170
Css3 Examples
.textShadowRgb { text-shadow: 4px 4px 2px rgba(128,1,112, 0.8); } .textShadowHex { text-shadow: 4px 4px 2px #800170; } .divShadow { -moz-box-shadow: 1px 1px 3px 2px #800170; -webkit-box-shadow: 1px 1px 3px 2px #800170; box-shadow: 1px 1px 3px 2px #800170; }
Text Shadow with RGB Values
<p style="text-shadow: 4px 4px 2px rgba(128,1,112, 0.8);">Text here</p>
This text has shadow with rgb values.
Text Shadow with Hex Values
<p style="text-shadow: 4px 4px 2px #800170">Text here</p>
This text has shadow with hex values.
Div Box Shadow
<div style="-moz-box-shadow: 1px 1px 3px 2px #800170; -webkit-box-shadow: 1px 1px 3px 2px #800170; box-shadow: 1px 1px 3px 2px #800170;">
Div content here</div>
This div box has shadow with color #800170
Comments
No comments written yet.
Please login to write comment.