Color spaces of #871069
RGB | 135 | 16 | 105 |
---|---|---|---|
HSL | 0.88 | 0.79 | 0.30 |
HSV | 315° | 88° | 53° |
CMYK | 0.00 | 0.88 | 0.22 0.47 |
XYZ | 12.7268 | 6.5414 | 13.9564 |
Yxy | 6.5414 | 0.3831 | 0.1969 |
Hunter Lab | 25.5762 | 44.0640 | -14.4501 |
CIE-Lab | 30.7392 | 54.3357 | -20.2555 |
#871069 color RGB value is (135,16,105).
#871069 hex color red value is 135, green value is 16 and the blue value of its RGB is 105. Cylindrical-coordinate representations (also known as HSL) of color #871069 hue: 0.88 , saturation: 0.79 and the lightness value of 871069 is 0.30.
The process color (four color CMYK) of #871069 color hex is 0.00, 0.88, 0.22, 0.47. Web safe color of #871069 is #990066. Color #871069 contains mainly RED color.
Base Numbers
Base | Red | Green | Blue |
---|---|---|---|
Binary | 10000111 | 00010000 | 01101001 |
Octal | 207 | 20 | 151 |
Decimal | 135 | 16 | 105 |
Hex | 87 | 10 | 69 |
Shades of #871069
Tints of #871069
RGB Percentages of Color #871069
CMYK Percentages of Color #871069
Complementary Color
#871069 | #10872e |
#871069 Color Preview on Black Background
Lorem ipsum dolor sit amet.
#871069 Color Preview on White Background
Lorem ipsum dolor sit amet.
#871069 Color CSS Codes
.mybgcolor {background-color:#871069; } .myforecolor {color:#871069; } .mybordercolor {border:3px solid #871069; }
#871069 Text Font Color
<p style="color:#871069">Text here</p>
This sample text font color is #871069
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.
#871069 Background Color
<div style="background-color:#871069">
Div content here</div>
This div background color is #871069
#871069 Border Color
<div style="border:3px solid #871069">
Div here</div>
This div border color is #871069
Css3 Examples
.textShadowRgb { text-shadow: 4px 4px 2px rgba(135,16,105, 0.8); } .textShadowHex { text-shadow: 4px 4px 2px #871069; } .divShadow { -moz-box-shadow: 1px 1px 3px 2px #871069; -webkit-box-shadow: 1px 1px 3px 2px #871069; box-shadow: 1px 1px 3px 2px #871069; }
Text Shadow with RGB Values
<p style="text-shadow: 4px 4px 2px rgba(135,16,105, 0.8);">Text here</p>
This text has shadow with rgb values.
Text Shadow with Hex Values
<p style="text-shadow: 4px 4px 2px #871069">Text here</p>
This text has shadow with hex values.
Div Box Shadow
<div style="-moz-box-shadow: 1px 1px 3px 2px #871069; -webkit-box-shadow: 1px 1px 3px 2px #871069; box-shadow: 1px 1px 3px 2px #871069;">
Div content here</div>
This div box has shadow with color #871069
Comments
No comments written yet.
Please login to write comment.