Color spaces of #875a8a
RGB | 135 | 90 | 138 |
---|---|---|---|
HSL | 0.82 | 0.21 | 0.45 |
HSV | 296° | 35° | 54° |
CMYK | 0.02 | 0.35 | 0.00 0.46 |
XYZ | 18.2353 | 14.2982 | 25.8435 |
Yxy | 14.2982 | 0.3124 | 0.2449 |
Hunter Lab | 37.8130 | 19.9089 | -14.0530 |
CIE-Lab | 44.6576 | 26.9225 | -19.2483 |
#875a8a color RGB value is (135,90,138).
#875a8a hex color red value is 135, green value is 90 and the blue value of its RGB is 138. Cylindrical-coordinate representations (also known as HSL) of color #875a8a hue: 0.82 , saturation: 0.21 and the lightness value of 875a8a is 0.45.
The process color (four color CMYK) of #875a8a color hex is 0.02, 0.35, 0.00, 0.46. Web safe color of #875a8a is #996699. Color #875a8a contains mainly BLUE color.
Base Numbers
Base | Red | Green | Blue |
---|---|---|---|
Binary | 10000111 | 01011010 | 10001010 |
Octal | 207 | 132 | 212 |
Decimal | 135 | 90 | 138 |
Hex | 87 | 5A | 8A |
Shades of #875a8a
Tints of #875a8a
RGB Percentages of Color #875a8a
CMYK Percentages of Color #875a8a
Complementary Color
#875a8a | #5d8a5a |
#875a8a Color Preview on Black Background
Lorem ipsum dolor sit amet.
#875a8a Color Preview on White Background
Lorem ipsum dolor sit amet.
#875a8a Color CSS Codes
.mybgcolor {background-color:#875a8a; } .myforecolor {color:#875a8a; } .mybordercolor {border:3px solid #875a8a; }
#875a8a Text Font Color
<p style="color:#875a8a">Text here</p>
This sample text font color is #875a8a
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.
#875a8a Background Color
<div style="background-color:#875a8a">
Div content here</div>
This div background color is #875a8a
#875a8a Border Color
<div style="border:3px solid #875a8a">
Div here</div>
This div border color is #875a8a
Css3 Examples
.textShadowRgb { text-shadow: 4px 4px 2px rgba(135,90,138, 0.8); } .textShadowHex { text-shadow: 4px 4px 2px #875a8a; } .divShadow { -moz-box-shadow: 1px 1px 3px 2px #875a8a; -webkit-box-shadow: 1px 1px 3px 2px #875a8a; box-shadow: 1px 1px 3px 2px #875a8a; }
Text Shadow with RGB Values
<p style="text-shadow: 4px 4px 2px rgba(135,90,138, 0.8);">Text here</p>
This text has shadow with rgb values.
Text Shadow with Hex Values
<p style="text-shadow: 4px 4px 2px #875a8a">Text here</p>
This text has shadow with hex values.
Div Box Shadow
<div style="-moz-box-shadow: 1px 1px 3px 2px #875a8a; -webkit-box-shadow: 1px 1px 3px 2px #875a8a; box-shadow: 1px 1px 3px 2px #875a8a;">
Div content here</div>
This div box has shadow with color #875a8a
Comments
No comments written yet.
Please login to write comment.